Ticket #11710: gpgme-1.1.2_to_1.1.4.diff

File gpgme-1.1.2_to_1.1.4.diff, 1.3 KB (added by boeyms@…, 17 years ago)
  • macports-trunk/dports/devel/gpgme/Portfile

     
    22
    33PortSystem                      1.0
    44name                            gpgme
    5 version                         1.1.2
     5version                         1.1.4
    66revision                        2
    77categories                      devel security crypto
    8 maintainers                     nomaintainer@macports.org
     8maintainers                     boeyms@fastmail.fm openmaintainer@macports.org
    99description                     A library for easy acces to GnuPG.
    1010long_description \
    1111        GnuPG Made Easy (GPGME) is a library designed to make access \
     
    2121master_sites            gnupg
    2222use_bzip2                       yes
    2323
    24 checksums                       sha1 ebf8c278e967588acd7c416bd14bfe35615b7e81
     24checksums                       md5 3b133a3703f16835e55d1a2f8cfdfa70 \
     25                                sha1 d3c71afb8b88b1050067633cd8bcc4ca0bae696d \
     26                                rmd160 c268df6edfe786871198323773bcc75d10f3c071
     27
    2528patchfiles                      patch-assuan_assuan.h patch-assuan_funopen.c
    2629
    2730depends_lib                     port:gnupg port:pth port:libgpg-error
     
    3134}
    3235
    3336configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    34 configure.args          --infodir=${prefix}/share/info \
    35                                         --mandir=${prefix}/share/man \
    36                                         --with-gpg=${prefix}/bin/gpg --enable-static
     37configure.args          --with-gpg=${prefix}/bin/gpg --enable-static
    3738
    3839test.run        yes
    3940test.target     check