diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-10 14:44:32 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-10 14:44:32 +0000 |
commit | 1425f1899015e8d77b07cea8204c8daa464b7273 (patch) | |
tree | 8134b27a1a4c908d557a030fe2a00f7e4a8f6715 /security/amap | |
parent | e54006ce2b0131d0e9cc4809bec4dd04f8733a5e (diff) | |
download | ports-1425f1899015e8d77b07cea8204c8daa464b7273.tar.gz ports-1425f1899015e8d77b07cea8204c8daa464b7273.zip |
Notes
Diffstat (limited to 'security/amap')
-rw-r--r-- | security/amap/Makefile | 5 | ||||
-rw-r--r-- | security/amap/distinfo | 3 | ||||
-rw-r--r-- | security/amap/files/patch-Makefile.am | 10 | ||||
-rw-r--r-- | security/amap/files/patch-amap-inc.h | 13 | ||||
-rw-r--r-- | security/amap/pkg-plist | 13 |
5 files changed, 9 insertions, 35 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile index c1b45f73babb..97d95c7d428a 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amap -PORTVERSION= 4.3 +PORTVERSION= 4.5 CATEGORIES= security MASTER_SITES= http://www.thc.org/releases/ @@ -16,6 +16,7 @@ COMMENT= Application mapper HAS_CONFIGURE= yes MAN1= amap.1 +PORTDOCS= README TODO CHANGES VOTE do-install: ${INSTALL_PROGRAM} ${WRKSRC}/amap ${PREFIX}/bin @@ -27,7 +28,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/amap.1 ${MANPREFIX}/man/man1 . if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -. for i in README TODO CHANGES VOTE +. for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} . endfor . endif diff --git a/security/amap/distinfo b/security/amap/distinfo index 3760967f7d30..a1cf776ccfef 100644 --- a/security/amap/distinfo +++ b/security/amap/distinfo @@ -1 +1,2 @@ -MD5 (amap-4.3.tar.gz) = 36e59ff9dfc60effde6dab6235d2029f +MD5 (amap-4.5.tar.gz) = 3c58c31a0e8e264baa06f13e068d3f91 +SIZE (amap-4.5.tar.gz) = 253075 diff --git a/security/amap/files/patch-Makefile.am b/security/amap/files/patch-Makefile.am deleted file mode 100644 index 66446c5b06d0..000000000000 --- a/security/amap/files/patch-Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.am.orig Sun Sep 14 11:04:11 2003 -+++ Makefile.am Sun Sep 14 11:05:29 2003 -@@ -1,6 +1,5 @@ --CC=gcc - LIB=-lpcre -L./pcre-3.9/ -I./pcre-3.9/ --OPT=-O2 -+OPT=${CFLAGS} - OPT_DEBUG=-ggdb -Wall -lefence - DIR=/bin - SCRIPTS=appdefs.trig appdefs.resp appdefs.rpc diff --git a/security/amap/files/patch-amap-inc.h b/security/amap/files/patch-amap-inc.h deleted file mode 100644 index 4f1c3f0be61e..000000000000 --- a/security/amap/files/patch-amap-inc.h +++ /dev/null @@ -1,13 +0,0 @@ ---- amap-inc.h.orig Tue Aug 5 21:21:37 2003 -+++ amap-inc.h Wed Aug 13 11:54:03 2003 -@@ -12,9 +12,9 @@ - #include <sys/stat.h> - #include <sys/types.h> - #include <sys/socket.h> --#include <arpa/inet.h> - #include <netdb.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - #include <fcntl.h> - #include <time.h> - #include <errno.h> diff --git a/security/amap/pkg-plist b/security/amap/pkg-plist index f60ca3f8c231..496e03fba69a 100644 --- a/security/amap/pkg-plist +++ b/security/amap/pkg-plist @@ -1,12 +1,7 @@ @comment $FreeBSD$ bin/amap bin/amapcrap -share/amap/appdefs.resp -share/amap/appdefs.rpc -share/amap/appdefs.trig -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/VOTE -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/amap +%%DATADIR%%/appdefs.resp +%%DATADIR%%/appdefs.rpc +%%DATADIR%%/appdefs.trig +@dirrm %%DATADIR%% |