[99777] trunk/dports/mail/opendkim/Portfile

pixilla at macports.org pixilla at macports.org
Sat Nov 17 04:34:37 PST 2012


Revision: 99777
          https://trac.macports.org/changeset/99777
Author:   pixilla at macports.org
Date:     2012-11-17 04:34:37 -0800 (Sat, 17 Nov 2012)
Log Message:
-----------
mail/opendkim:
- Update to version 2.7.2.
- Add unbound dependency.

Modified Paths:
--------------
    trunk/dports/mail/opendkim/Portfile

Modified: trunk/dports/mail/opendkim/Portfile
===================================================================
--- trunk/dports/mail/opendkim/Portfile	2012-11-17 12:31:37 UTC (rev 99776)
+++ trunk/dports/mail/opendkim/Portfile	2012-11-17 12:34:37 UTC (rev 99777)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                opendkim
-version             2.6.7
+version             2.7.2
 categories          mail
 license             {BSD restrictive/distributable}
 maintainers         pixilla openmaintainer
@@ -17,10 +17,11 @@
 master_sites        sourceforge
 
 depends_lib         path:lib/libssl.dylib:openssl \
-                    path:lib/libmilter.dylib:libmilter
+                    path:lib/libmilter.dylib:libmilter \
+                    port:unbound
 
-checksums           rmd160  54fc6693d610f5e746360904415c003396ab5012 \
-                    sha256  45da209ccddfb6f6888ac2366b6e38a6460b36ff0da527aed910217cead6fc84
+checksums           rmd160  0564cd60e62e0fa6254c17eb5f668cb3a8092667 \
+                    sha256  cf72a26506ef48a2c6b231947226ab460cdb6e05b18176ee42a94b3b6d521b42
 
 post-patch {
     reinplace "s|/var/|${prefix}/var/|g" \
@@ -29,7 +30,8 @@
         ${worksrcpath}/opendkim/opendkim.conf.simple-verify.in
 }
 
-configure.args      --with-openssl=${prefix}
+configure.args      --with-openssl=${prefix} \
+                    --with-unbound=${prefix}
 
 destroot.keepdirs    ${destroot}${prefix}/var/db/${name} \
                      ${destroot}${prefix}/var/run/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121117/82e04a90/attachment.html>


More information about the macports-changes mailing list