Index: head/security/skipfish/Makefile =================================================================== --- head/security/skipfish/Makefile (revision 297185) +++ head/security/skipfish/Makefile (revision 297186) @@ -1,51 +1,51 @@ # New ports collection makefile for: skipfish # Date created: 2010-03-25 # Whom: rpsfa@rit.edu # # $FreeBSD$ PORTNAME= skipfish -PORTVERSION= 2.05b +PORTVERSION= 2.06b CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= A fully automated, active web application security reconnaissance tool LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn SUB_FILES= pkg-message MAN1= skipfish.1 .if !defined(NOPORTDOCS) PORTDOCS= README COPYING ChangeLog .endif .include post-patch: @${REINPLACE_CMD} -e 's:"skipfish.wl":"${DATADIR}/dictionaries/complete.wl":' \ -e 's:"assets":"${DATADIR}/assets":' ${WRKSRC}/config.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/skipfish ${PREFIX}/bin/skipfish ${INSTALL_SCRIPT} ${WRKSRC}/sfscandiff ${PREFIX}/bin/sfscandiff ${INSTALL_MAN} ${WRKSRC}/skipfish.1 ${PREFIX}/man/man1 (cd ${WRKSRC}/assets/ && ${COPYTREE_SHARE} . ${DATADIR}/assets/) (cd ${WRKSRC}/dictionaries/ && ${COPYTREE_SHARE} . ${DATADIR}/dictionaries/) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} . endfor .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/skipfish/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/security/skipfish/distinfo =================================================================== --- head/security/skipfish/distinfo (revision 297185) +++ head/security/skipfish/distinfo (revision 297186) @@ -1,2 +1,2 @@ -SHA256 (skipfish-2.05b.tgz) = 8a32953a06c3fd18e966072891d65188a59f8e5e444c0d98785772d08944bf9a -SIZE (skipfish-2.05b.tgz) = 207384 +SHA256 (skipfish-2.06b.tgz) = d75ba72ef8a4c3587a10a16b58f5e6c4e26386aad76064f06f7746b5ff06ff06 +SIZE (skipfish-2.06b.tgz) = 216712 Property changes on: head/security/skipfish/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/security/skipfish/pkg-plist =================================================================== --- head/security/skipfish/pkg-plist (revision 297185) +++ head/security/skipfish/pkg-plist (revision 297186) @@ -1,36 +1,34 @@ bin/skipfish bin/sfscandiff %%DATADIR%%/assets/COPYING %%DATADIR%%/assets/i_high.png %%DATADIR%%/assets/i_low.png %%DATADIR%%/assets/i_medium.png %%DATADIR%%/assets/i_note.png %%DATADIR%%/assets/i_warn.png %%DATADIR%%/assets/index.html %%DATADIR%%/assets/mime_entry.png %%DATADIR%%/assets/n_children.png %%DATADIR%%/assets/n_clone.png %%DATADIR%%/assets/n_collapsed.png %%DATADIR%%/assets/n_expanded.png %%DATADIR%%/assets/n_failed.png %%DATADIR%%/assets/n_maybe_missing.png %%DATADIR%%/assets/n_missing.png %%DATADIR%%/assets/n_unlinked.png %%DATADIR%%/assets/p_dir.png %%DATADIR%%/assets/p_file.png %%DATADIR%%/assets/p_param.png %%DATADIR%%/assets/p_pinfo.png %%DATADIR%%/assets/p_serv.png %%DATADIR%%/assets/p_unknown.png %%DATADIR%%/assets/p_value.png %%DATADIR%%/assets/sf_name.png %%DATADIR%%/dictionaries/README-FIRST %%DATADIR%%/dictionaries/complete.wl -%%DATADIR%%/dictionaries/complete-fast.wl %%DATADIR%%/dictionaries/medium.wl %%DATADIR%%/dictionaries/extensions-only.wl %%DATADIR%%/dictionaries/minimal.wl -%%DATADIR%%/dictionaries/test.wl @dirrm %%DATADIR%%/dictionaries @dirrm %%DATADIR%%/assets @dirrm %%DATADIR%% Property changes on: head/security/skipfish/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property