Modified: trunk/dports/python/impressive/Portfile (147474 => 147475)
--- trunk/dports/python/impressive/Portfile 2016-04-05 07:45:01 UTC (rev 147474)
+++ trunk/dports/python/impressive/Portfile 2016-04-05 09:18:51 UTC (rev 147475)
@@ -5,8 +5,7 @@
PortGroup python 1.0
name impressive
-version 0.11.0b
-revision 1
+version 0.11.1
categories-append graphics
license GPL-2
maintainers nomaintainer
@@ -26,22 +25,15 @@
master_sites sourceforge:impressive
distname Impressive-${version}
-checksums rmd160 4a214c26624d932c8730f958e258c2cc4b258c0b \
- sha256 a96735cbd5f0c36dd9e499c068b3a991a852fda71b73acd36da6b764ea198ad9
+checksums rmd160 6a9b78569ca45953cff0bd591ba8214bb7a85b14 \
+ sha256 593f616eb72a18a826bc7687c9952a2ae5dded5483d2688bab5b5ca68caf792c
-variant python26 conflicts python27 description {Use Python 2.6} {}
-variant python27 conflicts python26 description {Use Python 2.7} {}
-if {[variant_isset python26]} {
- python.default_version 26
-} else {
- default_variants +python27
- python.default_version 27
-}
+python.default_version 27
depends_lib-append port:py${python.version}-opengl \
port:py${python.version}-game \
path:${python.pkgd}/PIL:py${python.version}-Pillow \
- port:xpdf \
+ port:poppler \
port:ghostscript \
port:pdftk
@@ -65,4 +57,9 @@
${destroot}${prefix}/share/doc/impressive/examples
}
+notes "
+For a demo run:
+ \$ impressive ${prefix}/share/doc/impressive/examples/demo.pdf
+"
+
livecheck.regex "Impressive/(\\d+(\\.\\d+)+)/"