[114007] trunk/dports/x11/xtide/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 27 01:48:16 PST 2013


Revision: 114007
          https://trac.macports.org/changeset/114007
Author:   ryandesign at macports.org
Date:     2013-11-27 01:48:16 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
xtide: fix livecheck (#41460)

Modified Paths:
--------------
    trunk/dports/x11/xtide/Portfile

Modified: trunk/dports/x11/xtide/Portfile
===================================================================
--- trunk/dports/x11/xtide/Portfile	2013-11-27 09:46:47 UTC (rev 114006)
+++ trunk/dports/x11/xtide/Portfile	2013-11-27 09:48:16 UTC (rev 114007)
@@ -17,8 +17,8 @@
 						can be generated, or a tide clock can be provided on your desktop. \
 						For x11, plain command line, and as an http server.
 
-homepage				http://www.flaterco.com/xtide
-master_sites			ftp://www.flaterco.com/xtide
+homepage                http://www.flaterco.com/xtide/
+master_sites            ftp://ftp.flaterco.com/xtide/
 use_bzip2				yes
 
 set harmonics_version	20110410
@@ -53,7 +53,11 @@
 Additional harmonics licensed for non-commercial use only can be downloaded\
 from
 
-ftp://ftp.flaterco.com/xtide/harmonics-dwf-20110410-nonfree.tar.bz2
+[lindex ${master_sites} 0]harmonics-dwf-20110410-nonfree.tar.bz2
 
 and extracted into ${prefix}/share/${name}/harmonics to make them available to ${name}.
 "
+
+livecheck.type          regex
+livecheck.url           ${homepage}files.html
+livecheck.regex         ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/2ecc20b9/attachment.html>


More information about the macports-changes mailing list