[102713] trunk/dports/perl/p5-termextract/Portfile

hum at macports.org hum at macports.org
Thu Feb 7 06:17:51 PST 2013


Revision: 102713
          https://trac.macports.org/changeset/102713
Author:   hum at macports.org
Date:     2013-02-07 06:17:51 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
p5-termextract: update to 4.09; fix livecheck.

Modified Paths:
--------------
    trunk/dports/perl/p5-termextract/Portfile

Modified: trunk/dports/perl/p5-termextract/Portfile
===================================================================
--- trunk/dports/perl/p5-termextract/Portfile	2013-02-07 14:05:35 UTC (rev 102712)
+++ trunk/dports/perl/p5-termextract/Portfile	2013-02-07 14:17:51 UTC (rev 102713)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         TermExtract 4.08
+perl5.setup         TermExtract 4.09
 categories-append   textproc japanese
 maintainers         hum openmaintainer
 
@@ -17,10 +17,11 @@
 license             Permissive
 
 master_sites        http://gensen.dl.itc.u-tokyo.ac.jp/soft/
-checksums           rmd160  cf3a4100207952f893be313515047f510136abbd \
-                    sha256  fc01bcb53d0fc9541142e38541d408151315a75d18147151173e3e5e490d7ef8
+checksums           rmd160  f0b756cf47252fd78743b5100d6ca17b97ebc852 \
+                    sha256  a60c26588796c48746e7179fffcc4ef35c666a7bec603484fdb23c1d6da46627
 
 distname            ${perl5.module}-[strsed ${perl5.moduleversion} {g/\./_/}]
+worksrcdir          ${perl5.module}
 
 depends_build       port:nkf
 
@@ -65,9 +66,10 @@
                 ${f}
         }
     }
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.version   [strsed ${perl5.moduleversion} {g/\./_/}]
+    livecheck.regex     ${perl5.module}-(\[0-9_\]+)\\.
 }
-
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.version   [strsed ${perl5.moduleversion} {g/\./_/}]
-livecheck.regex     ${perl5.module}-(\[0-9_\]+)\\.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/881d4909/attachment.html>


More information about the macports-changes mailing list