Ticket #12233: s-p.diff

File s-p.diff, 1.9 KB (added by ehainry@…, 17 years ago)

diff from 0.4.9 to 0.4.12

  • Portfile

    old new  
    11# $Id: Portfile 24141 2007-04-17 10:24:38Z ryandesign@macports.org $
    22
    33PortSystem      1.0
     4
    45name            signing-party
    5 version         0.4.9
     6version         0.4.12
    67categories      mail security
    78maintainers     ehainry@free.fr
    89platforms       darwin
     
    1011long_description        \
    1112        signing-party is a collection for all kinds of PGP/GnuPG related things, \
    1213        including signing scripts, party preparation scripts, etc.
     14
    1315homepage        http://pgp-tools.alioth.debian.org/
    1416master_sites    http://ftp.debian.org/debian/pool/main/s/signing-party/
    1517distname                ${name}_${version}
    1618worksrcdir              ${name}-${version}
    1719extract.suffix  .orig.tar.gz
    18 checksums               md5 422b4d27ea38b4dbac6e011bd56e072d
     20checksums               md5 9220783e4b6c57d88c2df7ae5fbf08db
    1921use_configure   no
     22
    2023depends_lib     port:perl5.8 \
    2124                port:p5-gnupg-interface \
    2225                port:p5-text-iconv \
    2326                port:p5-text-template \
    2427                port:p5-mime-tools
    25 depends_run     bin:gpg:gnupg
     28depends_run     bin:gpg:gnupg port:dialog
     29
    2630pre-build       {
    2731                reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \
    2832                ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \
     
    3034                ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs \
    3135                ${worksrcpath}/keylookup/keylookup
    3236                }
     37
    3338destroot        {
    3439                xinstall -m 0755 ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean ${worksrcpath}/caff/pgp-fixkey ${destroot}${prefix}/bin
    3540                xinstall -m 0755  ${worksrcpath}/gpg-key2ps/gpg-key2ps ${worksrcpath}/gpg-mailkeys/gpg-mailkeys ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs ${worksrcpath}/keylookup/keylookup ${destroot}${prefix}/bin
     
    3944                xinstall -m 0644 ${worksrcpath}/caff/caffrc.sample ${destroot}${prefix}/share/doc/signing-party
    4045}
    4146
    42 variant dialog {
    43         depends_run-append      port:dialog
    44 }
    45 
    4647livecheck.check regex
    4748livecheck.url   http://packages.debian.org/unstable/misc/${name}
    4849livecheck.regex ${name} .(\[0-9.\]+)
     50