diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-16 13:42:01 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-16 13:42:01 +0000 |
commit | 6dd1695c4071409051aa02f2d665254496c6548b (patch) | |
tree | 1c9e93107cbe499f18d6fc108720907aadf8933d | |
parent | 4385d9721fa4017ba1abb8442512e9ea0144f819 (diff) | |
download | ports-6dd1695c4071409051aa02f2d665254496c6548b.tar.gz ports-6dd1695c4071409051aa02f2d665254496c6548b.zip |
- Update to 4.7
- Fix WWW-URL
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=124212
-rw-r--r-- | security/amap/Makefile | 2 | ||||
-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, 15 insertions, 6 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile index b37ef629e51b..1db54f97c262 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amap -PORTVERSION= 4.6 +PORTVERSION= 4.7 CATEGORIES= security MASTER_SITES= http://www.thc.org/releases/ diff --git a/security/amap/distinfo b/security/amap/distinfo index b84cb287ab1f..46d9fe2d0526 100644 --- a/security/amap/distinfo +++ b/security/amap/distinfo @@ -1,2 +1,2 @@ -MD5 (amap-4.6.tar.gz) = 5af4b9342eb78c5d5db2492aab9a37a7 -SIZE (amap-4.6.tar.gz) = 252938 +MD5 (amap-4.7.tar.gz) = c2ce244321b0b7b5eb28fdc785452b9a +SIZE (amap-4.7.tar.gz) = 253217 diff --git a/security/amap/files/patch-configure b/security/amap/files/patch-configure index 40a2e9841159..501ee229c747 100644 --- a/security/amap/files/patch-configure +++ b/security/amap/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Wed Oct 29 22:50:05 2003 -+++ configure Mon Aug 23 13:48:25 2004 +--- configure.orig Sun Sep 14 11:10:24 2003 ++++ configure Sun Sep 14 11:16:41 2003 @@ -33,7 +33,9 @@ echo @@ -21,3 +21,12 @@ /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 30a4c68bcb81..ed00c3341756 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.thc.com/releases.php +WWW: http://www.thc.org/releases.php |