[101387] trunk/dports/mail/libvmime/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Jan 9 15:57:43 PST 2013
Revision: 101387
https://trac.macports.org/changeset/101387
Author: ryandesign at macports.org
Date: 2013-01-09 15:57:43 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
libvmime: update to 0.9.1; fix autoreconf failure with automake 1.13; rewrite master_sites to avoid redirects; fix livecheck
Modified Paths:
--------------
trunk/dports/mail/libvmime/Portfile
Modified: trunk/dports/mail/libvmime/Portfile
===================================================================
--- trunk/dports/mail/libvmime/Portfile 2013-01-09 23:35:53 UTC (rev 101386)
+++ trunk/dports/mail/libvmime/Portfile 2013-01-09 23:57:43 UTC (rev 101387)
@@ -3,8 +3,8 @@
PortSystem 1.0
name libvmime
-version 0.9.0
-revision 1
+version 0.9.1
+set branch [join [lrange [split ${version} .] 0 1] .]
categories mail devel
license GPL-2+
platforms darwin
@@ -16,15 +16,14 @@
Internet mail messages.
homepage http://www.vmime.org/
-master_sites sourceforge:vmime
+master_sites sourceforge:project/vmime/vmime/${branch}
use_bzip2 yes
-checksums md5 23feb9cff7ba3961c0693926e21448cf \
- sha1 02215e1d8ea758f486c32e7bff63a04f71a9b736 \
- rmd160 220c51f38587d503a9eaff58bc54d20af986b02f
+checksums rmd160 ebdca890dee9466e63cf43dced40d5527bb3fc4e \
+ sha256 3b66cb76d9bc7da80ef1f271cc29d3a183b5ff8b560ef60e85ff006bffb4d1ae
-patchfiles patch-SConstruct.diff \
- patch-bootstrap.diff \
+patchfiles 3878c6b691a66cdc96cb3ab72d534d84a212433f.diff \
+ patch-automake-1.13.diff \
patch-m4-acx_pthread.m4.diff
depends_build port:autoconf \
@@ -37,7 +36,7 @@
port:libgsasl
pre-configure {
- system "cd ${worksrcpath} && ${prefix}/bin/scons autotools"
+ system -W ${worksrcpath} "${prefix}/bin/scons autotools"
}
# disable static library because it doesn't seem to get built very well
@@ -47,3 +46,7 @@
file rename ${destroot}${prefix}/share/doc/vmime \
${destroot}${prefix}/share/doc/${name}
}
+
+livecheck.type regex
+livecheck.url http://www.vmime.org/downloads.html
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/79541a01/attachment-0001.html>
More information about the macports-changes
mailing list