[116065] trunk/dports/science/clhep/Portfile

mojca at macports.org mojca at macports.org
Fri Jan 17 01:15:56 PST 2014


Revision: 116065
          https://trac.macports.org/changeset/116065
Author:   mojca at macports.org
Date:     2014-01-17 01:15:56 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
clhep: change livecheck (website is not updated), remove old workaround

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

Modified: trunk/dports/science/clhep/Portfile
===================================================================
--- trunk/dports/science/clhep/Portfile	2014-01-17 08:51:41 UTC (rev 116064)
+++ trunk/dports/science/clhep/Portfile	2014-01-17 09:15:56 UTC (rev 116065)
@@ -39,16 +39,6 @@
     }
 }
 
-# clean the files bypassing destroot (a bug in 2.1.2.5)
-# may be removed in November 2013
-pre-activate {
-    foreach afile {lib/libCLHEP.a lib/libCLHEP.dylib} {
-        set filepath ${prefix}/${afile}
-        if {[registry_file_registered ${filepath}] == "0"} {
-            catch {delete ${filepath}}
-        }
-    }
-}
-
 livecheck.type      regex
-livecheck.regex     {<b>([0-9.]+)</b>}
+livecheck.url       http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140117/2d84b54b/attachment.html>


More information about the macports-changes mailing list