Commits

Matt Anton authored 8a27f10d234
 Bug: https://trac.macports.org/ticket/2210 Submitted by: ivek@khera.org (Vivek Khera) Reviewed by: matt@

Fix the checksum problem. Thanks Vivek! git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@8270 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

mail/gnupg/Portfile

Modified
1 -# $Id: Portfile,v 1.26 2004/09/10 05:22:49 waqar Exp $
1 +# $Id: Portfile,v 1.27 2004/09/13 22:54:18 matt Exp $
2 2
3 3 PortSystem 1.0
4 4 name gnupg
5 5 version 1.2.6
6 6 categories mail security
7 7 maintainers waqar@opendarwin.org
8 8 description GNU pretty-good-privacy package
9 9 long_description GnuPG is a complete and free replacement \
10 10 for PGP. Because it does not use the \
11 11 patented IDEA algorithm, it can be used \
12 12 without any restrictions. GnuPG is a \
13 13 RFC2440 (OpenPGP) compliant application.
14 14 homepage http://www.gnupg.org/
15 15 platforms darwin freebsd
16 16 master_sites ftp://ftp.gnupg.org/gcrypt/gnupg/ \
17 17 ftp://ftp.planetmirror.com/pub/gnupg/ \
18 18 ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \
19 19 ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \
20 20 ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/gnupg/
21 21 use_bzip2 yes
22 -checksums md5 b1890f5dfacd2ba7ab15448c5ff08a4e
22 +checksums ${distname}${extract.suffix} md5 b1890f5dfacd2ba7ab15448c5ff08a4e
23 23
24 24 configure.args --mandir=${prefix}/share/man \
25 25 --infodir=${prefix}/share/info \
26 26 --disable-asm --disable-dynload
27 27 test.run yes
28 28 test.dir ${worksrcpath}/checks
29 29 test.target check
30 30 variant tiger { configure.args-append --enable-tiger }
31 31 variant new-tiger { configure.args-append --enable-new-tiger }
32 32 variant idea { patch_sites-append http://www.gnupg.dk/contrib-dk/

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut