gnupg checksum not found
Reported by: |
vivek@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
waqar@…
|
Port:
|
gnupg
|
|
|
[host-103]% sudo port install gnupg +idea
---> Fetching gnupg
---> Verifying checksum(s) for gnupg
Error: No checksum set for gnupg-1.2.6.tar.bz2
Error: Target com.apple.checksum returned: Unable to verify file checksums
patch:
--- #Portfile~ Mon Sep 13 16:15:40 2004
+++ Portfile Mon Sep 13 16:15:40 2004
@@ -19,7 +19,7 @@
ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \
ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/gnupg/
use_bzip2 yes
-checksums md5 b1890f5dfacd2ba7ab15448c5ff08a4e
+checksums ${distname}${extract.suffix} md5 b1890f5dfacd2ba7ab15448c5ff08a4e
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info \
patch to fix up checksum problem with building the port.