Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#2210 closed defect (fixed)

gnupg checksum not found

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Attachments (1)

gnupg.patch (423 bytes) - added by vivek@… 20 years ago.
patch to fix up checksum problem with building the port.

Download all attachments as: .zip

Change History (3)

Changed 20 years ago by vivek@…

Attachment: gnupg.patch added

patch to fix up checksum problem with building the port.

comment:1 Changed 20 years ago by matt@…

Cc: waqar@… added
Resolution: fixed
Status: newclosed

Fixed. Thanks Vivek!

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gnupg added
Note: See TracTickets for help on using tickets.