[129510] trunk/dports/python/py-poppler/Portfile

devans at macports.org devans at macports.org
Sun Dec 14 19:53:35 PST 2014


Revision: 129510
          https://trac.macports.org/changeset/129510
Author:   devans at macports.org
Date:     2014-12-14 19:53:35 -0800 (Sun, 14 Dec 2014)
Log Message:
-----------
py-poppler: fix livecheck.

Modified Paths:
--------------
    trunk/dports/python/py-poppler/Portfile

Modified: trunk/dports/python/py-poppler/Portfile
===================================================================
--- trunk/dports/python/py-poppler/Portfile	2014-12-15 03:26:41 UTC (rev 129509)
+++ trunk/dports/python/py-poppler/Portfile	2014-12-15 03:53:35 UTC (rev 129510)
@@ -5,6 +5,7 @@
 PortGroup           python 1.0
 
 name                py-poppler
+set rname           pypoppler
 version             0.12.1
 revision            3
 
@@ -20,8 +21,8 @@
                     sha256 322f183d24798a056f3005d1ab8e3ac27d8cfbbf0982725b323bbfec1bab5355
 
 homepage            https://launchpad.net/poppler-python
-master_sites         ${homepage}/trunk/development/+download/
-distname            pypoppler-${version}
+master_sites        ${homepage}/trunk/development/+download/
+distname            ${rname}-${version}
 
 patchfiles          patch-poppler.defs.diff \
                     patch-poppler.override.diff
@@ -49,3 +50,6 @@
 
     livecheck.type      none
 }
+livecheck.type      regex
+livecheck.url       https://launchpad.net/poppler-python/trunk/development/
+livecheck.regex     "${rname}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141214/dfada576/attachment.html>


More information about the macports-changes mailing list