[78550] trunk/dports/mail/dovecot/Portfile

pixilla at macports.org pixilla at macports.org
Wed May 11 09:14:07 PDT 2011


Revision: 78550
          http://trac.macports.org/changeset/78550
Author:   pixilla at macports.org
Date:     2011-05-11 09:14:06 -0700 (Wed, 11 May 2011)
Log Message:
-----------
mail/dovecot: Update version to 1.2.17 and fix livecheck for branch

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

Modified: trunk/dports/mail/dovecot/Portfile
===================================================================
--- trunk/dports/mail/dovecot/Portfile	2011-05-11 14:33:29 UTC (rev 78549)
+++ trunk/dports/mail/dovecot/Portfile	2011-05-11 16:14:06 UTC (rev 78550)
@@ -5,8 +5,7 @@
 
 name                dovecot
 epoch               20060722
-version             1.2.14
-revision        1
+version             1.2.17
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          mail
 maintainers         jberry openmaintainer
@@ -19,12 +18,11 @@
                     avoid most of the common pitfalls.
 
 homepage            http://dovecot.org/
-
 master_sites        ${homepage}releases/${branch}
-checksums           md5     1fe41e99c1dea311beee6d4d994490cc \
-                    sha1    c1da8c7563bd222db03cb4cd5bb26bd4f9d6b45b \
-                    rmd160  916b28e3ade1669546e19211a27d8971a2aabf87
 
+checksums           sha1    457b16791a15e739c6bc8b02bc9c78f9ad794e39 \
+                    rmd160  59f619dba2aadef3cccd6ceb045a2e75a11700a2
+
 depends_build       port:pkgconfig
 depends_lib         port:libiconv \
                     port:zlib \
@@ -37,7 +35,8 @@
                     --localstatedir=${prefix}/var \
                     --with-ioloop=kqueue \
                     --with-ssl=openssl \
-                    --with-ssldir=${prefix}/etc/ssl
+                    --with-ssldir=${prefix}/etc/ssl \
+                    --enable-header-install
 
 configure.cppflags  -I${prefix}/include/openssl
 
@@ -110,4 +109,4 @@
 
 livecheck.type  regex
 livecheck.url   ${homepage}download.html
-livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?).tar.gz"
+livecheck.regex "${name}-(${branch}\\.\\d+(\\.\\d+)?)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110511/e47660c0/attachment.html>


More information about the macports-changes mailing list