svn commit: r368655 - in head/devel/aegis: . files
Rodrigo Osorio
rodrigo at FreeBSD.org
Sat Sep 20 16:03:39 UTC 2014
Author: rodrigo
Date: Sat Sep 20 16:03:38 2014
New Revision: 368655
URL: http://svnweb.freebsd.org/changeset/ports/368655
QAT: https://qat.redports.org/buildarchive/r368655/
Log:
Update aegis from 4.24.3 to 4.25 and fix small things.
PR: ports/182340
Submitted by: rodrigo
Approved by: bapt (mentor)
Added:
head/devel/aegis/files/
head/devel/aegis/files/patch-aegrep_main.cc (contents, props changed)
Modified:
head/devel/aegis/Makefile
head/devel/aegis/distinfo
head/devel/aegis/pkg-plist
Modified: head/devel/aegis/Makefile
==============================================================================
--- head/devel/aegis/Makefile Sat Sep 20 15:51:19 2014 (r368654)
+++ head/devel/aegis/Makefile Sat Sep 20 16:03:38 2014 (r368655)
@@ -2,16 +2,17 @@
# $FreeBSD$
PORTNAME= aegis
-PORTVERSION= 4.24.3
-PORTREVISION= 3
+PORTVERSION= 4.25
CATEGORIES= devel
MASTER_SITES= SF
+DISTVERSIONSUFFIX= .D510
MAINTAINER= aryeh.friedman at gmail.com
COMMENT= Transaction-based software configuration management system
LICENSE= GPLv3
+BUILD_DEPENDS= ps2pdf:${PORTSDIR}/print/ghostscript9-nox11
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff
@@ -56,10 +57,7 @@ post-configure:
.endif
post-install:
-.for dir in de en
- ${MKDIR} ${STAGEDIR}${DOCSDIR}/${dir}
- cd ${WRKSRC}/lib/${dir} && ${INSTALL_DATA} *.ps *.txt ${STAGEDIR}${DOCSDIR}/${dir}
-.endfor
+ ${MKDIR} -p ${STAGEDIR}${PREFIX}/com/aegis
# Fails to reinstall because keeps track of created directories, so make it
# forget that, by recreating them on each install.
@${FIND} ${WRKSRC} -type f -name ".*dir" -delete
Modified: head/devel/aegis/distinfo
==============================================================================
--- head/devel/aegis/distinfo Sat Sep 20 15:51:19 2014 (r368654)
+++ head/devel/aegis/distinfo Sat Sep 20 16:03:38 2014 (r368655)
@@ -1,2 +1,2 @@
-SHA256 (aegis-4.24.3.tar.gz) = 0ecedfbb7dbd89107c927d00ab44b9291f31257a23f9ed4dcca29c58bb8b5767
-SIZE (aegis-4.24.3.tar.gz) = 4180073
+SIZE (aegis-4.25.D510.tar.gz) = 5194355
+SHA256 (aegis-4.25.D510.tar.gz) = 53484003cf47709f2366aaecfdfa594dddd5f8ae0bd794be7d24e9ad86bf458e
Added: head/devel/aegis/files/patch-aegrep_main.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/aegis/files/patch-aegrep_main.cc Sat Sep 20 16:03:38 2014 (r368655)
@@ -0,0 +1,12 @@
+--- aegrep/main.cc.orig 2014-08-02 11:30:25.351342791 +0000
++++ aegrep/main.cc 2014-08-02 11:30:52.520341498 +0000
+@@ -32,6 +32,9 @@
+
+ #include <aegrep/arglex3.h>
+
++#include <sys/types.h>
++#include <sys/wait.h>
++
+
+ static void
+ grep_usage(void)
Modified: head/devel/aegis/pkg-plist
==============================================================================
--- head/devel/aegis/pkg-plist Sat Sep 20 15:51:19 2014 (r368654)
+++ head/devel/aegis/pkg-plist Sat Sep 20 16:03:38 2014 (r368655)
@@ -33,6 +33,7 @@ man/man1/aefind.1.gz
man/man1/aefinish.1.gz
man/man1/aefp.1.gz
man/man1/aeget.1.gz
+man/man1/aegrep.1.gz
man/man1/aegis.1.gz
man/man1/aegis.cgi.1.gz
man/man1/aeib.1.gz
@@ -47,6 +48,7 @@ man/man1/aelic.1.gz
man/man1/aelock.1.gz
man/man1/aelpf.1.gz
man/man1/aels.1.gz
+man/man1/aelsf.1.gz
man/man1/aemakegen.1.gz
man/man1/aemeasure.1.gz
man/man1/aemt.1.gz
@@ -136,6 +138,9 @@ bin/aefind
bin/aefinish
bin/aeget
bin/aeget.instal
+bin/aefp
+bin/aegrep
+bin/aelsf
@mode 4755
bin/aegis
bin/aeimport
@@ -158,7 +163,6 @@ bin/aesvt
bin/aetar
bin/aexml
bin/aexver
-bin/find_sizes
bin/tkaeca
bin/tkaegis
bin/tkaenc
@@ -167,6 +171,9 @@ bin/tkaer
bin/xaegis
etc/profile.d/aegis.sh
etc/profile.d/aegis.csh
+etc/profile.d/aegis.bash
+etc/profile.d/aegis.zsh
+%%NLS%%share/locale/da/LC_MESSAGES/aegis.mo
%%NLS%%share/locale/de/LC_MESSAGES/aegis.mo
%%NLS%%share/locale/en/LC_MESSAGES/aegis.mo
%%NLS%%share/locale/es/LC_MESSAGES/aegis.mo
@@ -177,8 +184,10 @@ etc/profile.d/aegis.csh
%%NLS%%share/locale/ro/LC_MESSAGES/aegis.mo
%%NLS%%share/locale/ru/LC_MESSAGES/aegis.mo
%%NLS%%share/locale/vi/LC_MESSAGES/aegis.mo
- at exec mkdir -p %D/com
- at exec install -d -o 3 -g 3 -m 0755 %D/com/aegis
- at unexec rm -d %D/com/aegis 2>/dev/null || true
- at dirrmtry etc/profile.d
+ at owner bin
+ at group sys
+ at dirrmtry com/aegis
@dirrmtry com
+ at owner root
+ at group wheel
+ at dirrmtry etc/profile.d
More information about the svn-ports-all
mailing list