Opened 20 years ago

Last modified 8 years ago

#2210 closed defect

gnupg checksum not found — at Initial Version

Reported by: vivek@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: gnupg

Description

[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 \

Change History (1)

Changed 20 years ago by vivek@…

Attachment: gnupg.patch added

patch to fix up checksum problem with building the port.

Note: See TracTickets for help on using tickets.