Index: head/security/fcrackzip/Makefile =================================================================== --- head/security/fcrackzip/Makefile (revision 228493) +++ head/security/fcrackzip/Makefile (revision 228494) @@ -1,34 +1,34 @@ # New ports collection makefile for: fcrackzip # Date created: 16 Jul 2004 # Whom: Stefan Walter # # $FreeBSD$ # PORTNAME= fcrackzip PORTVERSION= 1.0 CATEGORIES= security archivers -MASTER_SITES= http://www.goof.com/pcg/marc/data/ +MASTER_SITES= http://home.schmorp.de/data/marc/ MAINTAINER= stefan@FreeBSD.org COMMENT= Portable, fast and featureful ZIP password cracker GNU_CONFIGURE= yes USE_PERL5_BUILD=yes PLIST_FILES= bin/fcrackzip bin/fcrackzipinfo .if !defined(NOPORTDOCS) MAN1= fcrackzip.1 .endif post-patch: @${REINPLACE_CMD} -e 's/zipinfo/fcrackzipinfo/g' ${WRKSRC}/zipinfo.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/fcrackzip ${PREFIX}/bin/ @${INSTALL_PROGRAM} ${WRKSRC}/zipinfo ${PREFIX}/bin/fcrackzipinfo .if !defined(NOPORTDOCS) @${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${PREFIX}/man/man1/ .endif .include Property changes on: head/security/fcrackzip/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/security/fcrackzip/pkg-descr =================================================================== --- head/security/fcrackzip/pkg-descr (revision 228493) +++ head/security/fcrackzip/pkg-descr (revision 228494) @@ -1,6 +1,6 @@ Fcrackzip is a fast and featureful ZIP password cracker, written in portable C (and optional x86 assembly). It allows the user to recover forgotten ZIP archive passwords, using either a brute force or dictionary attack on the provided files. -WWW: http://www.goof.com/pcg/marc/fcrackzip.html +WWW: http://home.schmorp.de/marc/fcrackzip.html Property changes on: head/security/fcrackzip/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property