pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sqlmap Extra scripts can need bash and perl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c154535746f1
branches:  trunk
changeset: 360135:c154535746f1
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Mar 23 19:33:20 2017 +0000

description:
Extra scripts can need bash and perl.

Bump PKGREVISION

Pointed out by <joerg>'s bulk builds

diffstat:

 security/sqlmap/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2b556c58f820 -r c154535746f1 security/sqlmap/Makefile
--- a/security/sqlmap/Makefile  Thu Mar 23 18:23:58 2017 +0000
+++ b/security/sqlmap/Makefile  Thu Mar 23 19:33:20 2017 +0000
@@ -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 @@
 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