Revision: 115376 https://trac.macports.org/changeset/115376 Author: jeremyhu@macports.org Date: 2013-12-31 21:10:25 -0800 (Tue, 31 Dec 2013) Log Message: ----------- exiv2: Bump to 0.24, revbumping dependents. Fix for non-default C++ runtime users Modified Paths: -------------- trunk/dports/aqua/nomacs/Portfile trunk/dports/aqua/qtpfsgui/Portfile trunk/dports/devel/strigi/Portfile trunk/dports/gnome/gexiv2/Portfile trunk/dports/gnome/gthumb/Portfile trunk/dports/graphics/darktable/Portfile trunk/dports/graphics/exiv2/Portfile trunk/dports/graphics/gegl/Portfile trunk/dports/graphics/gegl-devel/Portfile trunk/dports/graphics/hugin-app/Portfile trunk/dports/graphics/rawstudio/Portfile trunk/dports/graphics/ufraw/Portfile trunk/dports/kde/gwenview/Portfile trunk/dports/kde/kde4-runtime/Portfile trunk/dports/kde/libkexiv2/Portfile trunk/dports/python/py26-exiv2/Portfile trunk/dports/python/py27-exiv2/Portfile Modified: trunk/dports/aqua/nomacs/Portfile =================================================================== --- trunk/dports/aqua/nomacs/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/aqua/nomacs/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -7,7 +7,7 @@ name nomacs version 1.6.2 -revision 0 +revision 1 license GPL-3+ maintainers pvanek openmaintainer description nomacs image viewer application bundle Modified: trunk/dports/aqua/qtpfsgui/Portfile =================================================================== --- trunk/dports/aqua/qtpfsgui/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/aqua/qtpfsgui/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -6,7 +6,7 @@ name qtpfsgui version 1.9.3 -revision 4 +revision 5 categories aqua graphics license GPL-2+ maintainers gmail.com:clubjuggler openmaintainer Modified: trunk/dports/devel/strigi/Portfile =================================================================== --- trunk/dports/devel/strigi/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/devel/strigi/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -6,6 +6,7 @@ name strigi version 0.7.8 +revision 1 categories devel maintainers gmail.com:clubjuggler openmaintainer license LGPL-2+ Modified: trunk/dports/gnome/gexiv2/Portfile =================================================================== --- trunk/dports/gnome/gexiv2/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/gnome/gexiv2/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -5,6 +5,7 @@ name gexiv2 version 0.7.0 +revision 1 license GPL-2 set branch [join [lrange [split ${version} .] 0 1] .] description gexiv2 is a GObject-based wrapper around the exiv2 library. Modified: trunk/dports/gnome/gthumb/Portfile =================================================================== --- trunk/dports/gnome/gthumb/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/gnome/gthumb/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -5,7 +5,7 @@ name gthumb version 2.14.4 -revision 5 +revision 6 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] description Image viewer and browser for the gnome desktop. Modified: trunk/dports/graphics/darktable/Portfile =================================================================== --- trunk/dports/graphics/darktable/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/graphics/darktable/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -6,7 +6,7 @@ name darktable version 1.1.2 -revision 3 +revision 4 set branch [join [lrange [split ${version} .] 0 1] .] categories graphics platforms darwin Modified: trunk/dports/graphics/exiv2/Portfile =================================================================== --- trunk/dports/graphics/exiv2/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/graphics/exiv2/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -1,9 +1,10 @@ # $Id$ PortSystem 1.0 +PortGroup cmake 1.0 name exiv2 -version 0.23 +version 0.24 homepage http://www.exiv2.org/ description EXIF and IPTC metadata manipulation library and tools categories graphics @@ -13,34 +14,21 @@ master_sites http://www.exiv2.org/ -checksums sha1 5f342bf642477526f41add11d6ee7787cdcd639f \ - rmd160 ac58f8b5df70ee56c49d387f0666e5e2578d942e +checksums sha1 2f19538e54f8c21c180fa96d17677b7cff7dc1bb \ + rmd160 453247926e8626bf888578afd5a0dde42c6f6962 long_description Exiv2 comprises of a C++ library and a command line utility \ which allows you to manipulate EXIF and IPTC image metadata. -configure.args --with-libiconv-prefix=${prefix} \ - --with-libintl-prefix=${prefix} \ - --with-zlib=${prefix} \ - --with-expat=${prefix} - depends_lib port:expat \ port:gettext \ port:libiconv \ port:zlib -destroot.destdir prefix=${destroot}${prefix} - -# Custom Makefiles, yich... -if {[info exists configure.cxx_stdlib] && - ${configure.cxx_stdlib} ne {} && - [string match *clang* ${configure.cxx}] -} then { - configure.ldflags-append -stdlib=${configure.cxx_stdlib} +post-destroot { + file mkdir ${destroot}${prefix}/share/man + system "ditto ${destroot}${prefix}/man ${destroot}${prefix}/share/man" + file delete -force ${destroot}${prefix}/man } -post-configure { - reinplace -E {s|-arch [a-z0-9_]+||g} ${worksrcpath}/config/exiv2.pc -} - livecheck.regex "(?i)<title>${name} (\\d+(?:\\.\\d+)*)</title>" Modified: trunk/dports/graphics/gegl/Portfile =================================================================== --- trunk/dports/graphics/gegl/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/graphics/gegl/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -7,7 +7,7 @@ name gegl conflicts gegl-devel version 0.2.0 -revision 11 +revision 12 license {GPL-3+ LGPL-3+} set branch [join [lrange [split ${version} .] 0 1] .] categories graphics Modified: trunk/dports/graphics/gegl-devel/Portfile =================================================================== --- trunk/dports/graphics/gegl-devel/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/graphics/gegl-devel/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -10,6 +10,7 @@ set git_commit 7c6acab59bf622c4f7ca4bfcde9a9f708f55946e set git_date 20131222 version 0.3.0-${git_date} +revision 1 license {GPL-3+ LGPL-3+} categories graphics maintainers devans Modified: trunk/dports/graphics/hugin-app/Portfile =================================================================== --- trunk/dports/graphics/hugin-app/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/graphics/hugin-app/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -7,7 +7,7 @@ name hugin-app version 2013.0.0 -revision 2 +revision 3 set branch [join [lrange [split ${version} .] 0 1] .] categories graphics maintainers nomaintainer Modified: trunk/dports/graphics/rawstudio/Portfile =================================================================== --- trunk/dports/graphics/rawstudio/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/graphics/rawstudio/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -4,6 +4,7 @@ name rawstudio version 1.2 +revision 1 categories graphics license GPL-2+ maintainers nomaintainer Modified: trunk/dports/graphics/ufraw/Portfile =================================================================== --- trunk/dports/graphics/ufraw/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/graphics/ufraw/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -5,7 +5,7 @@ name ufraw version 0.19.2 -revision 1 +revision 2 license GPL-2+ categories graphics maintainers devans openmaintainer Modified: trunk/dports/kde/gwenview/Portfile =================================================================== --- trunk/dports/kde/gwenview/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/kde/gwenview/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -6,7 +6,7 @@ name gwenview version 4.11.4 -revision 1 +revision 2 categories kde kde4 license GPL-2+ maintainers nicos openmaintainer Modified: trunk/dports/kde/kde4-runtime/Portfile =================================================================== --- trunk/dports/kde/kde4-runtime/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/kde/kde4-runtime/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -6,6 +6,7 @@ name kde4-runtime version 4.11.4 +revision 1 categories kde kde4 maintainers nicos license GPL-2+ LGPL-2.1+ Modified: trunk/dports/kde/libkexiv2/Portfile =================================================================== --- trunk/dports/kde/libkexiv2/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/kde/libkexiv2/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -6,6 +6,7 @@ name libkexiv2 version 4.11.4 +revision 1 categories kde kde4 license GPL-2+ LGPL-2+ maintainers nicos openmaintainer Modified: trunk/dports/python/py26-exiv2/Portfile =================================================================== --- trunk/dports/python/py26-exiv2/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/python/py26-exiv2/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -12,6 +12,7 @@ platforms darwin set my_name pyexiv2 version 0.3.2 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories python graphics license GPL-2 Modified: trunk/dports/python/py27-exiv2/Portfile =================================================================== --- trunk/dports/python/py27-exiv2/Portfile 2014-01-01 04:49:18 UTC (rev 115375) +++ trunk/dports/python/py27-exiv2/Portfile 2014-01-01 05:10:25 UTC (rev 115376) @@ -12,6 +12,7 @@ platforms darwin set my_name pyexiv2 version 0.3.2 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories python graphics license GPL-2
participants (1)
-
jeremyhu@macports.org