pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/sqlmap



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Mar 23 19:33:20 UTC 2017

Modified Files:
        pkgsrc/security/sqlmap: Makefile

Log Message:
Extra scripts can need bash and perl.

Bump PKGREVISION

Pointed out by <joerg>'s bulk builds


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/sqlmap/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/sqlmap/Makefile
diff -u pkgsrc/security/sqlmap/Makefile:1.1 pkgsrc/security/sqlmap/Makefile:1.2
--- pkgsrc/security/sqlmap/Makefile:1.1 Mon Mar 13 11:25:53 2017
+++ pkgsrc/security/sqlmap/Makefile     Thu Mar 23 19:33:20 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/03/13 11:25:53 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/23 19:33:20 leot Exp $
 
 DISTNAME=      sqlmap-1.1.3
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sqlmap/}
 
@@ -9,6 +10,8 @@ HOMEPAGE=      http://sqlmap.org/
 COMMENT=       Automatic SQL injection and database takeover tool
 LICENSE=       gnu-gpl-v2
 
+USE_TOOLS+=    bash:run perl:run
+
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 REPLACE_BASH+= sqlmap/extra/shutils/blanks.sh



Home | Main Index | Thread Index | Old Index