Revision: 32297 http://trac.macosforge.org/projects/macports/changeset/32297 Author: ryandesign@macports.org Date: 2007-12-23 13:06:42 -0800 (Sun, 23 Dec 2007) Log Message: ----------- fcrackzip: fix name of patchfile to match guidelines Modified Paths: -------------- trunk/dports/security/fcrackzip/Portfile Added Paths: ----------- trunk/dports/security/fcrackzip/files/patch-crack.h.diff Removed Paths: ------------- trunk/dports/security/fcrackzip/files/patch-crack.h Modified: trunk/dports/security/fcrackzip/Portfile =================================================================== --- trunk/dports/security/fcrackzip/Portfile 2007-12-23 20:44:27 UTC (rev 32296) +++ trunk/dports/security/fcrackzip/Portfile 2007-12-23 21:06:42 UTC (rev 32297) @@ -17,7 +17,7 @@ checksums md5 b45ee7f1491252be1d466036fb433de0 -patchfiles patch-crack.h +patchfiles patch-crack.h.diff depends_build port:perl5.8 Deleted: trunk/dports/security/fcrackzip/files/patch-crack.h =================================================================== --- trunk/dports/security/fcrackzip/files/patch-crack.h 2007-12-23 20:44:27 UTC (rev 32296) +++ trunk/dports/security/fcrackzip/files/patch-crack.h 2007-12-23 21:06:42 UTC (rev 32297) @@ -1,10 +0,0 @@ ---- crack.h.old 2006-08-18 00:48:54.000000000 +0200 -+++ crack.h 2006-08-18 00:49:04.000000000 +0200 -@@ -24,7 +24,6 @@ - extern u8 bf_last; - - extern int verbosity; --extern int use_unzip; - - #define FILE_SIZE 12 - #define CRC_SIZE 2 Copied: trunk/dports/security/fcrackzip/files/patch-crack.h.diff (from rev 32296, trunk/dports/security/fcrackzip/files/patch-crack.h) =================================================================== --- trunk/dports/security/fcrackzip/files/patch-crack.h.diff (rev 0) +++ trunk/dports/security/fcrackzip/files/patch-crack.h.diff 2007-12-23 21:06:42 UTC (rev 32297) @@ -0,0 +1,10 @@ +--- crack.h.old 2006-08-18 00:48:54.000000000 +0200 ++++ crack.h 2006-08-18 00:49:04.000000000 +0200 +@@ -24,7 +24,6 @@ + extern u8 bf_last; + + extern int verbosity; +-extern int use_unzip; + + #define FILE_SIZE 12 + #define CRC_SIZE 2