Update to 4.6, chase MASTER_SITE

PR:		ports/70853
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2004-12-16 11:37:24 +00:00
parent f922b07fdd
commit 3bec0c453e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124208
4 changed files with 9 additions and 18 deletions

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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