diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-11-08 11:35:40 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-11-08 11:35:40 +0800 |
commit | 684a6048222ba8749afda30e712789a67e8008d3 (patch) | |
tree | 8f0578076fff260b869aa8c17c424b06a447147f /security/libwhisker/distinfo | |
parent | 370bb5c5e17f905595d46c8e8bf045f489b1a20c (diff) | |
download | freebsd-ports-gnome-684a6048222ba8749afda30e712789a67e8008d3.tar.gz freebsd-ports-gnome-684a6048222ba8749afda30e712789a67e8008d3.tar.zst freebsd-ports-gnome-684a6048222ba8749afda30e712789a67e8008d3.zip |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix checksum mismatch problem: the different is the later tarball adds
one more file (LW.pm), and the diff of Makefile.pl is:
--- ../libwhisker-1.8/Makefile.pl Thu Dec 19 03:39:24 2002
+++ ./Makefile.pl Wed Oct 8 01:38:16 2003
@@ -9,7 +9,7 @@
$|++;
-$VERSION = '1.7';
+$VERSION = '1.8';
$LIB = 'LW.pm';
$COMPONENTS = 'libs';
$PRELIB = 'prelib.wpl';
It seems that this is only an errata of release v1.8.
Bump PORTREVISION to aware this. maintainer's email was bounced several
times, so commit this change directly.
Diffstat (limited to 'security/libwhisker/distinfo')
-rw-r--r-- | security/libwhisker/distinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libwhisker/distinfo b/security/libwhisker/distinfo index e228a5459439..d7c8e1c6d882 100644 --- a/security/libwhisker/distinfo +++ b/security/libwhisker/distinfo @@ -1 +1 @@ -MD5 (libwhisker-current.tar.gz) = 323c2ab06b0b6eef791889f938720027 +MD5 (libwhisker-current.tar.gz) = d8cb255dee28e3cd120ea2d82a6a3f64 |