[34591] trunk/dports/science/libframe/Portfile

ram at macports.org ram at macports.org
Thu Feb 28 14:59:12 PST 2008


Revision: 34591
          http://trac.macosforge.org/projects/macports/changeset/34591
Author:   ram at macports.org
Date:     2008-02-28 14:59:11 -0800 (Thu, 28 Feb 2008)

Log Message:
-----------
science/libframe: use release directory for livecheck

Modified Paths:
--------------
    trunk/dports/science/libframe/Portfile

Modified: trunk/dports/science/libframe/Portfile
===================================================================
--- trunk/dports/science/libframe/Portfile	2008-02-28 21:42:31 UTC (rev 34590)
+++ trunk/dports/science/libframe/Portfile	2008-02-28 22:59:11 UTC (rev 34591)
@@ -3,7 +3,9 @@
 PortSystem    1.0
 
 name          libframe
-version       6.24
+set major     6
+set minor     24
+version       ${major}.${minor}
 revision      1
 categories    science
 platforms     darwin
@@ -16,8 +18,9 @@
   Library is a software dedicated to the frame manipulation \
   including file input/output.
 
-homepage      http://www.lsc-group.phys.uwm.edu/daswg/projects/framel/release-6-24
-master_sites  ${homepage}
+homepage      http://lappweb.in2p3.fr/virgo/FrameL/
+set root_url  http://www.lsc-group.phys.uwm.edu/daswg/projects/framel/
+master_sites  ${root_url}release-${major}-${minor}
 
 checksums     md5 7fb80962ff8b99000d11b8dba0344591 \
               sha1 a0136f82ff8fc5f2fdbbd3dd1a51ab74b4243510 \
@@ -28,5 +31,6 @@
 configure.args  --disable-python
 
 livecheck.check regex
-livecheck.url   ${homepage}
-livecheck.regex {libframe-([0-9]+\.[0-9]+).tar.gz}
+livecheck.url   ${root_url}
+livecheck.regex {release-([0-9]+\-[0-9]+)}
+livecheck.version ${major}-${minor}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080228/8c97d0f8/attachment.html 


More information about the macports-changes mailing list