[113613] trunk/dports/graphics/vigra

ryandesign at macports.org ryandesign at macports.org
Wed Nov 20 11:49:56 PST 2013


Revision: 113613
          https://trac.macports.org/changeset/113613
Author:   ryandesign at macports.org
Date:     2013-11-20 11:49:56 -0800 (Wed, 20 Nov 2013)
Log Message:
-----------
vigra: maintainer update to 1.10.0 (#41441)

Modified Paths:
--------------
    trunk/dports/graphics/vigra/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/vigra/files/

Modified: trunk/dports/graphics/vigra/Portfile
===================================================================
--- trunk/dports/graphics/vigra/Portfile	2013-11-20 19:07:24 UTC (rev 113612)
+++ trunk/dports/graphics/vigra/Portfile	2013-11-20 19:49:56 UTC (rev 113613)
@@ -6,9 +6,10 @@
 PortGroup           active_variants 1.1
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           cmake 1.0
+PortGroup           github 1.0
 
-name                vigra
-version             1.9.0
+github.setup        ukoethe vigra 1-10-0 Version-
+version             [strsed ${github.version} {g/-/./}]
 categories          graphics
 platforms           darwin
 maintainers         gmail.com:benjamin.seppke
@@ -21,14 +22,9 @@
                     easily adapt any VIGRA component to the needs of your \
                     application, without thereby giving up execution speed.
 homepage            http://hci.iwr.uni-heidelberg.de/vigra/
-master_sites        ${homepage}
-distname            ${name}-${version}-src
-use_parallel_build  yes
-#universal_variant   no
-worksrcdir          ${name}-${version}
 
-checksums           rmd160  84e3f1bc985df1ea928e9aa5adc6e0c153cbdd40 \
-                    sha256  8fbdccb553a4925323098ab27b710fbc87d48f37bf81d404994936a31a31cf01
+checksums           rmd160  f54b7742ab74592f404b2af9636ea28ffdbcde51 \
+                    sha256  5ac7d71c89b6a70e6be1b30a73b9f81f4373e933d9dede175d97ee8024807a8a
 
 depends_lib         port:jpeg \
                     port:tiff \
@@ -38,11 +34,6 @@
                     port:fftw-3-single \
                     port:hdf5-18
 
-# Correct the INSTALL_NAME_DIR for Python .so modules 
-# and patch template names in the accumulator-grammar.
-patchfiles          patch-config-VIGRA_ADD_NUMPY_MODULE.cmake.diff \
-                    patch-include-vigra-accumulator-grammar.hxx.diff
-
 # Some additional parameters for cmake. All other params have already been set
 # by the cmake PortGroup
 configure.args-append   -DWITH_OPENEXR=ON \
@@ -108,6 +99,7 @@
     configure.args-append -DWITH_VIGRANUMPY=NO
 }
 
+livecheck.version   ${version}
 livecheck.type      regex
 livecheck.url       ${homepage}
-livecheck.regex     ${name}-(\[0-9.\]+)-src\\.tar
+livecheck.regex     {>version ([0-9.]+)<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131120/34477c96/attachment.html>


More information about the macports-changes mailing list