[133937] trunk/dports/editors/xemacs/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Mar 15 16:10:32 PDT 2015


Revision: 133937
          https://trac.macports.org/changeset/133937
Author:   khindenburg at macports.org
Date:     2015-03-15 16:10:32 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
xemacs: fix livecheck - default livecheck can't handle  :xemacs ending

Modified Paths:
--------------
    trunk/dports/editors/xemacs/Portfile

Modified: trunk/dports/editors/xemacs/Portfile
===================================================================
--- trunk/dports/editors/xemacs/Portfile	2015-03-15 22:48:44 UTC (rev 133936)
+++ trunk/dports/editors/xemacs/Portfile	2015-03-15 23:10:32 UTC (rev 133937)
@@ -100,3 +100,7 @@
 if {${os.major} >= 11 && ${os.platform} eq "darwin"} {
     configure.ldflags-append -Wl,-no_pie
 }
+
+livecheck.type          regex
+livecheck.url           http://ftp.xemacs.org/pub/xemacs/xemacs-21.4
+livecheck.regex         ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150315/5111d7c7/attachment.html>


More information about the macports-changes mailing list