Revision: 116764 https://trac.macports.org/changeset/116764 Author: devans@macports.org Date: 2014-02-06 08:11:56 -0800 (Thu, 06 Feb 2014) Log Message: ----------- users/devans/dports: copy gexiv2 from trunk, update to version 0.9.1. Modified Paths: -------------- users/devans/dports/gnome/gexiv2/Portfile Added Paths: ----------- users/devans/dports/gnome/gexiv2/ Modified: users/devans/dports/gnome/gexiv2/Portfile =================================================================== --- trunk/dports/gnome/gexiv2/Portfile 2014-02-06 14:35:00 UTC (rev 116763) +++ users/devans/dports/gnome/gexiv2/Portfile 2014-02-06 16:11:56 UTC (rev 116764) @@ -4,8 +4,7 @@ PortSystem 1.0 name gexiv2 -version 0.7.0 -revision 1 +version 0.9.1 license GPL-2 set branch [join [lrange [split ${version} .] 0 1] .] description gexiv2 is a GObject-based wrapper around the exiv2 library. @@ -23,8 +22,8 @@ use_xz yes -checksums rmd160 1a94722c86544c5b788364b60ec178e631809222 \ - sha256 b631fe02402014cb52f22647b384972776ada31cbd3c3f187014b6535461ee8a +checksums rmd160 d7d41ce347241a1bcbc2ae382f13b80f38721ab9 \ + sha256 1e7d9367410b931856b13356fabd23c43f3072b5ade6bd691121802ae3cc2739 depends_build port:pkgconfig \ port:libtool @@ -34,11 +33,10 @@ port:vala \ port:exiv2 -patchfiles patch-configure.diff \ - patch-Makefile.diff +#patchfiles patch-configure.diff \ +# patch-Makefile.diff -configure.args --enable-introspection \ - --with-libtool=${prefix}/bin/glibtool +configure.args --enable-introspection # gobject-introspection uses g-ir-scanner, which uses $CC from env build.args-append CC="${configure.cc} ${configure.cc_archflags}"