diff options
author | vs <vs@FreeBSD.org> | 2004-12-16 21:42:01 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-16 21:42:01 +0800 |
commit | 3f7cca6ac667f794730e20d6149a0aa2c671fd6e (patch) | |
tree | 3f48126f9564abbbe21d6fdcd42734f7fe76b356 /security/amap | |
parent | 79f8fbabb6202b9621cdd5e806b9ed3f7ad07e3b (diff) | |
download | freebsd-ports-gnome-3f7cca6ac667f794730e20d6149a0aa2c671fd6e.tar.gz freebsd-ports-gnome-3f7cca6ac667f794730e20d6149a0aa2c671fd6e.tar.zst freebsd-ports-gnome-3f7cca6ac667f794730e20d6149a0aa2c671fd6e.zip |
- Update to 4.7
- Fix WWW-URL
Submitted by: maintainer
Diffstat (limited to 'security/amap')
-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 |