[39251] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Thu Aug 14 04:38:54 PDT 2008


Revision: 39251
          http://trac.macosforge.org/projects/macports/changeset/39251
Author:   ryandesign at macports.org
Date:     2008-08-14 04:38:53 -0700 (Thu, 14 Aug 2008)
Log Message:
-----------
dcraw, molden: make livecheck return both the version and the modification date of the upstream distfile, to detect stealth updates

Modified Paths:
--------------
    trunk/dports/graphics/dcraw/Portfile
    trunk/dports/science/molden/Portfile

Modified: trunk/dports/graphics/dcraw/Portfile
===================================================================
--- trunk/dports/graphics/dcraw/Portfile	2008-08-14 07:52:02 UTC (rev 39250)
+++ trunk/dports/graphics/dcraw/Portfile	2008-08-14 11:38:53 UTC (rev 39251)
@@ -4,6 +4,7 @@
 
 name                    dcraw
 version                 8.86
+set distfile_date       20080715133200
 revision                2
 categories              graphics
 maintainers             ryandesign
@@ -63,6 +64,7 @@
     ui_msg "activate this port again."
 }
 
+livecheck.version       ${version}-${distfile_date}
 livecheck.check         regex
-livecheck.url           ${homepage}archive/?C=M&O=D
-livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
+livecheck.url           http://www.ryandesign.com/macports/version.php/${name}
+livecheck.regex         (.*)

Modified: trunk/dports/science/molden/Portfile
===================================================================
--- trunk/dports/science/molden/Portfile	2008-08-14 07:52:02 UTC (rev 39250)
+++ trunk/dports/science/molden/Portfile	2008-08-14 11:38:53 UTC (rev 39251)
@@ -12,6 +12,7 @@
 
 name                molden
 version             4.6
+set distfile_date   20080804000000
 revision            10
 categories          science graphics
 maintainers         openmaintainer jochen
@@ -64,3 +65,8 @@
     depends_lib-append      port:glut
     build.target-append     moldenogl
 }
+
+livecheck.version   ${version}-${distfile_date}
+livecheck.check     regex
+livecheck.url       http://www.ryandesign.com/macports/version.php/${name}
+livecheck.regex     (.*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080814/9b90c94c/attachment.html 


More information about the macports-changes mailing list