[102825] trunk/dports/mail/mailx/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 8 20:02:12 PST 2013


Revision: 102825
          https://trac.macports.org/changeset/102825
Author:   ryandesign at macports.org
Date:     2013-02-08 20:02:11 -0800 (Fri, 08 Feb 2013)
Log Message:
-----------
mailx: rewrite master_sites to avoid redirects, and fix livecheck; more importantly, altering the Portfile makes MacPorts clean the work area of prior incomplete builds, making the previous fix r102805 more likely to work without problems (#37942)

Revision Links:
--------------
    https://trac.macports.org/changeset/102805

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

Modified: trunk/dports/mail/mailx/Portfile
===================================================================
--- trunk/dports/mail/mailx/Portfile	2013-02-09 03:50:11 UTC (rev 102824)
+++ trunk/dports/mail/mailx/Portfile	2013-02-09 04:02:11 UTC (rev 102825)
@@ -18,7 +18,7 @@
 homepage        http://heirloom.sourceforge.net/mailx.html
 platforms       darwin
 
-master_sites    sourceforge:heirloom
+master_sites    sourceforge:project/heirloom/heirloom-mailx/${version}
 use_bzip2       yes
 checksums       md5 0c93759e34200eb56a0e7c464680a54a \
                 sha1 b1e105adf9d36269daf317dedf68b6e4cca404a7 \
@@ -47,6 +47,4 @@
 configure.pre_args
 configure.universal_args
 
-livecheck.type  regex
-livecheck.url   ${homepage}
-livecheck.regex Release (\[^ \]+) \\(current\\)
+livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130208/f0c12187/attachment.html>


More information about the macports-changes mailing list