[151425] trunk/dports/gnome/gexiv2

devans at macports.org devans at macports.org
Mon Aug 15 18:19:19 PDT 2016


Revision: 151425
          https://trac.macports.org/changeset/151425
Author:   devans at macports.org
Date:     2016-08-15 18:19:19 -0700 (Mon, 15 Aug 2016)
Log Message:
-----------
gexiv2: update to version 0.10.4, disable compile warnings.

Modified Paths:
--------------
    trunk/dports/gnome/gexiv2/Portfile
    trunk/dports/gnome/gexiv2/files/patch-configure.ac.diff

Removed Paths:
-------------
    trunk/dports/gnome/gexiv2/files/patch-Makefile.am.diff

Modified: trunk/dports/gnome/gexiv2/Portfile
===================================================================
--- trunk/dports/gnome/gexiv2/Portfile	2016-08-16 01:17:34 UTC (rev 151424)
+++ trunk/dports/gnome/gexiv2/Portfile	2016-08-16 01:19:19 UTC (rev 151425)
@@ -5,8 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gexiv2
-version             0.10.3
-revision            1
+version             0.10.4
 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  577b12234ee51eb0f6d807a34dff9d2c1fd8c9e7 \
-                    sha256  390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988
+checksums           rmd160  0dbaf2e988c4516240b007d0bc7db74c180605c9 \
+                    sha256  ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4
 
 depends_build       port:pkgconfig
 
@@ -32,15 +31,15 @@
                     port:vala \
                     port:exiv2
 
-patchfiles          patch-configure.ac.diff \
-                    patch-Makefile.am.diff
+patchfiles          patch-configure.ac.diff
 
 gobject_introspection yes
 
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-configure.args      --disable-silent-rules
+configure.args      --enable-compile-warnings=no \
+                    --disable-silent-rules
 
 # one each of python2 python3 allowed
 

Deleted: trunk/dports/gnome/gexiv2/files/patch-Makefile.am.diff
===================================================================
--- trunk/dports/gnome/gexiv2/files/patch-Makefile.am.diff	2016-08-16 01:17:34 UTC (rev 151424)
+++ trunk/dports/gnome/gexiv2/files/patch-Makefile.am.diff	2016-08-16 01:19:19 UTC (rev 151425)
@@ -1,10 +0,0 @@
---- Makefile.am.orig	2014-09-16 15:07:53.000000000 -0700
-+++ Makefile.am	2014-09-18 20:00:11.000000000 -0700
-@@ -152,6 +152,6 @@
- 		-I @PACKAGE_NAME@                           \
- 		$(GEXIV2_public_HEADERS)      \
- 		--library lib at PACKAGE_NAME@.la                \
--		$(LIBTOOL)                              \
-+		--libtool "$(LIBTOOL)"                  \
- 		--pkg=gobject-2.0
- 

Modified: trunk/dports/gnome/gexiv2/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/gexiv2/files/patch-configure.ac.diff	2016-08-16 01:17:34 UTC (rev 151424)
+++ trunk/dports/gnome/gexiv2/files/patch-configure.ac.diff	2016-08-16 01:19:19 UTC (rev 151425)
@@ -1,16 +1,24 @@
---- configure.ac.orig	2014-04-21 15:56:32.000000000 -0700
-+++ configure.ac	2014-04-21 15:59:00.000000000 -0700
-@@ -122,10 +122,10 @@
- if test "x$enable_introspection" = "xyes"; then
+--- configure.ac.orig	2016-08-15 10:54:00.000000000 -0700
++++ configure.ac	2016-08-15 13:49:15.000000000 -0700
+@@ -137,10 +137,10 @@
+ if test "x$found_introspection" = "xyes"; then
      # Used to determine where Python wants the .gi file to be installed ...
      # if Python is not installed, PYTHON2 and PYTHON3 will be empty
 -    PYTHON="import gi; print(gi._overridesdir)"
--    PYTHON2_GIDIR=$(python2 -c "$PYTHON")
 +    PYTHON_SCRIPT="import gi; print(gi._overridesdir)"
-+    PYTHON2_GIDIR=`$PYTHON2 -c "$PYTHON_SCRIPT"`
-     AC_MSG_RESULT([Python2 GObject Introspection directory: $PYTHON2_GIDIR])
--    PYTHON3_GIDIR=$(python3 -c "$PYTHON")
-+    PYTHON3_GIDIR=`$PYTHON3 -c "$PYTHON_SCRIPT"`
-     AC_MSG_RESULT([Python3 GObject Introspection directory: $PYTHON3_GIDIR])
-     if test "x$PYTHON2_GIDIR" != "x"; then
-         enable_python2=yes
+     AS_IF([test "x$ac_py2girdir" = "x"],
+     [
+-        PYTHON2_GIDIR=$(python2 -c "$PYTHON")
++        PYTHON2_GIDIR=$("$PYTHON2" -c "$PYTHON_SCRIPT")
+     ],
+     [
+         PYTHON2_GIDIR=$ac_py2girdir
+@@ -149,7 +149,7 @@
+ 
+     AS_IF([test "x$ac_py3girdir" = "x"],
+     [
+-        PYTHON3_GIDIR=$(python3 -c "$PYTHON")
++        PYTHON3_GIDIR=$("$PYTHON3" -c "$PYTHON_SCRIPT")
+     ],
+     [
+         PYTHON3_GIDIR=$ac_py3girdir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160815/ec82d08e/attachment.html>


More information about the macports-changes mailing list