[MacPorts] #2210: gnupg checksum not found
MacPorts
noreply at macports.org
Thu Mar 24 07:48:18 PDT 2016
#2210: gnupg checksum not found
----------------------+--------------------------------
Reporter: vivek@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: gnupg |
----------------------+--------------------------------
Changes (by ryandesign@…):
* port: => gnupg
Old 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 \
New 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 \
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/2210#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list