Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e88d415d6135d0bf4cc636114285679681420d68)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e88d415d6135d0bf4cc636114285679681420d68)
  • Date: Sun, 30 Mar 2008 10:02:48 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

security/nmap/BUILD | 3 ---
security/nmap/DEPENDS | 16 +++++++++++++---
security/nmap/HISTORY | 5 ++++-
3 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit e88d415d6135d0bf4cc636114285679681420d68
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nmap: added Lua dep, multijob OK

diff --git a/security/nmap/BUILD b/security/nmap/BUILD
deleted file mode 100755
index feceeab..0000000
--- a/security/nmap/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-make_single &&
-default_build &&
-make_normal
diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index e893e02..e246eb6 100755
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -1,3 +1,13 @@
-depends g++ &&
-optional_depends "gtk+2" '--with-nmapfe' '--without-nmapfe' 'for nmapfe
support' &&
-optional_depends "pcre" "" "--with-libpcre=included" "Use external pcre lib?"
+depends g++ &&
+
+optional_depends gtk+2 \
+ "" "--without-zenmap" \
+ "for Zenmap graphical frontend" &&
+
+optional_depends pcre \
+ "" "--with-libpcre=included" \
+ "use external PCRE lib?" &&
+
+optional_depends lua \
+ "" "--with-liblua=included" \
+ "use external Lua lib?"
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 8da01c3..09b568c 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,7 @@
+2008-03-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: cleaned up, added Lua as opt dep
+ * BUILD: useless, multijob OK
+
2008-03-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.60

@@ -170,4 +174,3 @@
2002-04-13 Jeff Schmidt <jschmidt AT fnal.gov>
* HISTORY: Added
* DETAILS: incremented version from 2.54beta30 to 2.54beta32
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e88d415d6135d0bf4cc636114285679681420d68), Vlad Glagolev, 03/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page