Ticket #35104: opendkim_2.6.3.diff

File opendkim_2.6.3.diff, 905 bytes (added by danielluke (Daniel J. Luke), 12 years ago)

version bump to 2.6.3, add test target

  • Portfile

     
    44PortSystem          1.0
    55
    66name                opendkim
    7 version             2.4.0
     7version             2.6.3
    88categories          mail
    99license             {BSD restrictive/distributable}
    1010maintainers         pixilla
     
    1818
    1919depends_lib         path:lib/libssl.dylib:openssl \
    2020                    path:lib/libmilter.dylib:libmilter
     21checksums           sha1    78e198758d8b1785a1f2cdcce2406dc6f57b7e70 \
     22                    rmd160  0e384253972b6a63683f715ed726d38dacbd0613
    2123
    22 checksums           sha1    0e5a0d2717f1dff38ede38452d8ab59e01680e62 \
    23                     rmd160  736836ea38cff622a76fc2cb6b881e45d9c4b907
     24test.run            yes
     25test.target         check
    2426
    2527post-patch {
    2628    reinplace "s|/var/|${prefix}/var/|g" \