summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2008-03-31 02:09:17 +0400
committerVlad Glagolev2008-03-31 02:09:17 +0400
commit2377a2133203fcd95464e1835a23c92d54551370 (patch)
treef9049a0337c55c9b0215b0438673f784fdb27a67
parent941b48adf4710edd17b56f9c56977b433f57858a (diff)
nmap: fixed pygtk2 dep + updated the links
-rwxr-xr-xsecurity/nmap/DEPENDS2
-rwxr-xr-xsecurity/nmap/DETAILS4
-rw-r--r--security/nmap/HISTORY4
3 files changed, 7 insertions, 3 deletions
diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index e246eb6fb2..f7c57dfa81 100755
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -1,6 +1,6 @@
depends g++ &&
-optional_depends gtk+2 \
+optional_depends pygtk2 \
"" "--without-zenmap" \
"for Zenmap graphical frontend" &&
diff --git a/security/nmap/DETAILS b/security/nmap/DETAILS
index b37c5faa05..5ecb95b803 100755
--- a/security/nmap/DETAILS
+++ b/security/nmap/DETAILS
@@ -2,9 +2,9 @@
VERSION=4.60
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.insecure.org/$SPELL/dist/$SOURCE
+ SOURCE_URL[0]=http://nmap.org/dist/$SOURCE
SOURCE_HASH=sha512:cbb1ca0ed0138ebe24cbc86af09327d0b9ed8d85516e193fded53a693ab4a7ef91418ace5dc4872b2da40ce2acf899f21883565f08fc49be1669e706fb414a95
- WEB_SITE=http://www.insecure.org/nmap/
+ WEB_SITE=http://nmap.org/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="security"
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 09b568cc29..2e9166570a 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,7 @@
+2008-03-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated website and source url
+ * DEPENDS: fixed gtk+2 dep => pygtk2
+
2008-03-30 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: cleaned up, added Lua as opt dep
* BUILD: useless, multijob OK