diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-16 11:37:24 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-16 11:37:24 +0000 |
commit | 3bec0c453e9232d688255b657b7bb2143cfadc7e (patch) | |
tree | 405d5cf6c389b4c562e2c3b94425835eefd46db1 /security/amap | |
parent | f922b07fdd310f935c22baac3e4434c981a06b16 (diff) | |
download | ports-3bec0c453e9232d688255b657b7bb2143cfadc7e.tar.gz ports-3bec0c453e9232d688255b657b7bb2143cfadc7e.zip |
Notes
Diffstat (limited to 'security/amap')
-rw-r--r-- | security/amap/Makefile | 8 | ||||
-rw-r--r-- | security/amap/distinfo | 4 | ||||
-rw-r--r-- | security/amap/files/patch-configure | 13 | ||||
-rw-r--r-- | security/amap/pkg-descr | 2 |
4 files changed, 9 insertions, 18 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile index 6a555179c6b1..b37ef629e51b 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amap -PORTVERSION= 4.5 +PORTVERSION= 4.6 CATEGORIES= security MASTER_SITES= http://www.thc.org/releases/ @@ -16,14 +16,14 @@ COMMENT= Application mapper HAS_CONFIGURE= yes MAN1= amap.1 -PORTDOCS= README TODO CHANGES VOTE +PORTDOCS= README TODO CHANGES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/amap ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/amapcrap ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/amap + ${MKDIR} ${DATADIR} . for i in appdefs.resp appdefs.rpc appdefs.trig - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/amap + ${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR} . endfor ${INSTALL_MAN} ${WRKSRC}/amap.1 ${MANPREFIX}/man/man1 . if !defined(NOPORTDOCS) diff --git a/security/amap/distinfo b/security/amap/distinfo index a1cf776ccfef..b84cb287ab1f 100644 --- a/security/amap/distinfo +++ b/security/amap/distinfo @@ -1,2 +1,2 @@ -MD5 (amap-4.5.tar.gz) = 3c58c31a0e8e264baa06f13e068d3f91 -SIZE (amap-4.5.tar.gz) = 253075 +MD5 (amap-4.6.tar.gz) = 5af4b9342eb78c5d5db2492aab9a37a7 +SIZE (amap-4.6.tar.gz) = 252938 diff --git a/security/amap/files/patch-configure b/security/amap/files/patch-configure index 501ee229c747..40a2e9841159 100644 --- a/security/amap/files/patch-configure +++ b/security/amap/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sun Sep 14 11:10:24 2003 -+++ configure Sun Sep 14 11:16:41 2003 +--- configure.orig Wed Oct 29 22:50:05 2003 ++++ configure Mon Aug 23 13:48:25 2004 @@ -33,7 +33,9 @@ echo @@ -21,12 +21,3 @@ /opt/*ssl/include /usr/*ssl/include /usr/local/*ssl/include do if [ "X" = "X$SSL_IPATH" ]; then -@@ -152,7 +155,7 @@ - XLIBS="$XLIBS -lresolv" - fi - --for i in /usr/man /usr/share/man /usr/local/man /usr/local/share/man ; do -+for i in ${PREFIX}/man /usr/man /usr/share/man /usr/local/man /usr/local/share/man ; do - if [ -d $i ]; then - MANDIR=$i - fi diff --git a/security/amap/pkg-descr b/security/amap/pkg-descr index aea2fbfdb8a5..30a4c68bcb81 100644 --- a/security/amap/pkg-descr +++ b/security/amap/pkg-descr @@ -2,4 +2,4 @@ Amap is a next-generation scanning tool, it identifies applications and services even if they are not listening to the default port by creating a bogus-communication. -WWW: http://www.thehackerschoice.com/releases.php +WWW: http://www.thc.com/releases.php |