mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 4.7
- Fix WWW-URL Submitted by: maintainer
This commit is contained in:
parent
4385d9721f
commit
6dd1695c40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124212
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= amap
|
||||
PORTVERSION= 4.6
|
||||
PORTVERSION= 4.7
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.thc.org/releases/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user