[86207] trunk/dports/devel/fossil/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Fri Oct 21 11:15:07 PDT 2011


Revision: 86207
          http://trac.macports.org/changeset/86207
Author:   ciserlohn at macports.org
Date:     2011-10-21 11:15:07 -0700 (Fri, 21 Oct 2011)
Log Message:
-----------
fossil: update to version 1.20; don't try to install files which have been removed upstream; adapt livecheck and distname

Modified Paths:
--------------
    trunk/dports/devel/fossil/Portfile

Modified: trunk/dports/devel/fossil/Portfile
===================================================================
--- trunk/dports/devel/fossil/Portfile	2011-10-21 17:26:49 UTC (rev 86206)
+++ trunk/dports/devel/fossil/Portfile	2011-10-21 18:15:07 UTC (rev 86207)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                fossil
-version             1.19
+version             1.20
 epoch               20110901182519
 categories          devel
 platforms           darwin
@@ -22,10 +22,10 @@
 homepage            http://www.fossil-scm.org/
 
 master_sites        ${homepage}download/
-distname            ${name}-src-${epoch}
+distname            ${name}-src-20111021125253
 
-checksums           rmd160  9239d29c49d9b3b922507c9fd2f613ac62a948b7 \
-                    sha256  c024f63f73c2c2de4a5d4398c95d8acbf1c83eb9fa3b8a9a28bf27ea24af5693
+checksums           rmd160  f79049de5d60c4c8513f9d5c973b68cfbc019bc2 \
+                    sha256  8ff94fab08248df605ea454ace0b391c97936400f3881e85f8cd0f00d8a53ae2
 
 test.run            yes
 
@@ -41,10 +41,6 @@
     xinstall -d ${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         COPYRIGHT-BSD2.txt \
-        ci_cvs.txt \
-        ci_fossil.txt \
-        cvs2fossil.txt \
-        rse-notes.txt \
         ${docdir}
 }
 
@@ -90,6 +86,5 @@
 }
 
 livecheck.type      regex
-livecheck.version   ${epoch}
 livecheck.url       ${homepage}/download.html
-livecheck.regex     ${name}-src-(\\d{14})${extract.suffix}
+livecheck.regex     {Version ([\d.]*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111021/2f9069bb/attachment.html>


More information about the macports-changes mailing list