svn commit: r445306 - head/security/dirbuster
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Jul 8 09:00:19 UTC 2017
Author: amdmi3
Date: Sat Jul 8 09:00:18 2017
New Revision: 445306
URL: https://svnweb.freebsd.org/changeset/ports/445306
Log:
- Add LICENSE
- Add NO_ARCH
- Switch to COPYTREE
- Update WWW
- Sort plist
Modified:
head/security/dirbuster/Makefile
head/security/dirbuster/pkg-descr
head/security/dirbuster/pkg-plist
Modified: head/security/dirbuster/Makefile
==============================================================================
--- head/security/dirbuster/Makefile Sat Jul 8 08:35:54 2017 (r445305)
+++ head/security/dirbuster/Makefile Sat Jul 8 09:00:18 2017 (r445306)
@@ -10,18 +10,20 @@ DISTNAME= DirBuster-1.0-RC1
MAINTAINER= ports at FreeBSD.org
COMMENT= DirBuster allows file and directory brute forcing on web servers
+LICENSE= LGPL21+ CC-BY-SA-3.0
+LICENSE_COMB= multi
+
USES= zip
-USE_JAVA= YES
+USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
+NO_ARCH= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
-.include <bsd.port.pre.mk>
-
post-extract:
- ${RM} ${WRKSRC}/${DISTNAME}.sh
- ${RM} ${WRKSRC}/${DISTNAME}.bat
+ @${RM} ${WRKSRC}/${DISTNAME}.sh
+ @${RM} ${WRKSRC}/${DISTNAME}.bat
pre-install:
@${SED} -e 's:%%PATH%%:${DATADIR}/:' \
@@ -30,8 +32,7 @@ pre-install:
< ${FILESDIR}/${PORTNAME}.sh > ${WRKDIR}/${PORTNAME}
do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}
- ${CP} -R ${WRKSRC}/* ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/security/dirbuster/pkg-descr
==============================================================================
--- head/security/dirbuster/pkg-descr Sat Jul 8 08:35:54 2017 (r445305)
+++ head/security/dirbuster/pkg-descr Sat Jul 8 09:00:18 2017 (r445306)
@@ -4,4 +4,4 @@ is the case now of what looks like a web server in a s
installation is actually not, and has pages and applications hidden
within. DirBuster attempts to find these.
-WWW: http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project
+WWW: https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project
Modified: head/security/dirbuster/pkg-plist
==============================================================================
--- head/security/dirbuster/pkg-plist Sat Jul 8 08:35:54 2017 (r445305)
+++ head/security/dirbuster/pkg-plist Sat Jul 8 09:00:18 2017 (r445306)
@@ -1,5 +1,14 @@
bin/dirbuster
-%%DATADIR%%/lib/swing-layout-1.0.3.jar
+%%DATADIR%%/DirBuster-1.0-RC1.jar
+%%DATADIR%%/apache-user-enum-1.0.txt
+%%DATADIR%%/apache-user-enum-2.0.txt
+%%DATADIR%%/directories.jbrofuzz
+%%DATADIR%%/directory-list-1.0.txt
+%%DATADIR%%/directory-list-2.3-medium.txt
+%%DATADIR%%/directory-list-2.3-small.txt
+%%DATADIR%%/directory-list-lowercase-2.3-medium.txt
+%%DATADIR%%/directory-list-lowercase-2.3-small.txt
+%%DATADIR%%/lib/BrowserLauncher2-1_3.jar
%%DATADIR%%/lib/commons-codec-1.3.jar
%%DATADIR%%/lib/commons-httpclient-3.1.jar
%%DATADIR%%/lib/commons-logging-1.1.1.jar
@@ -11,13 +20,4 @@ bin/dirbuster
%%DATADIR%%/lib/jhbasic.jar
%%DATADIR%%/lib/jsearch.jar
%%DATADIR%%/lib/looks-2.2.0.jar
-%%DATADIR%%/lib/BrowserLauncher2-1_3.jar
-%%DATADIR%%/directory-list-lowercase-2.3-small.txt
-%%DATADIR%%/directory-list-lowercase-2.3-medium.txt
-%%DATADIR%%/directory-list-2.3-small.txt
-%%DATADIR%%/directory-list-2.3-medium.txt
-%%DATADIR%%/directory-list-1.0.txt
-%%DATADIR%%/directories.jbrofuzz
-%%DATADIR%%/apache-user-enum-2.0.txt
-%%DATADIR%%/apache-user-enum-1.0.txt
-%%DATADIR%%/DirBuster-1.0-RC1.jar
+%%DATADIR%%/lib/swing-layout-1.0.3.jar
More information about the svn-ports-head
mailing list