[113464] trunk/dports/gnome/dconf

devans at macports.org devans at macports.org
Sat Nov 16 10:05:04 PST 2013


Revision: 113464
          https://trac.macports.org/changeset/113464
Author:   devans at macports.org
Date:     2013-11-16 10:05:04 -0800 (Sat, 16 Nov 2013)
Log Message:
-----------
dconf: update to version 0.18.0.

Modified Paths:
--------------
    trunk/dports/gnome/dconf/Portfile
    trunk/dports/gnome/dconf/files/patch-fix-lib-names.diff

Modified: trunk/dports/gnome/dconf/Portfile
===================================================================
--- trunk/dports/gnome/dconf/Portfile	2013-11-16 18:03:02 UTC (rev 113463)
+++ trunk/dports/gnome/dconf/Portfile	2013-11-16 18:05:04 UTC (rev 113464)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            dconf
-version         0.16.1
+version         0.18.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     devans openmaintainer
 categories      gnome
@@ -23,8 +23,8 @@
 
 use_xz          yes
 
-checksums       rmd160  3f2080c28b9a09289f4c44542b11cfaf1ef8709c \
-                sha256  a551d04d06599ee9adde500c71ad8567d68f45420b6dbca10ca51e2834d80fee
+checksums       rmd160  2d010c1998f093878f4be4ce8b46ee6066c9f9af \
+                sha256  109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955
 
 depends_build   port:pkgconfig \
                 port:intltool \

Modified: trunk/dports/gnome/dconf/files/patch-fix-lib-names.diff
===================================================================
--- trunk/dports/gnome/dconf/files/patch-fix-lib-names.diff	2013-11-16 18:03:02 UTC (rev 113463)
+++ trunk/dports/gnome/dconf/files/patch-fix-lib-names.diff	2013-11-16 18:05:04 UTC (rev 113464)
@@ -1,6 +1,5 @@
-diff -ur dconf-0.16.1.orig/bin/Makefile.in dconf-0.16.1/bin/Makefile.in
---- bin/Makefile.in	2013-07-16 09:43:48.000000000 -0700
-+++ bin/Makefile.in	2013-09-10 13:49:03.000000000 -0700
+--- bin/Makefile.in.orig	2013-09-23 14:29:28.000000000 -0700
++++ bin/Makefile.in	2013-11-16 09:55:50.000000000 -0800
 @@ -98,7 +98,7 @@
  	dconf-dconf.$(OBJEXT)
  dconf_OBJECTS = $(am_dconf_OBJECTS)
@@ -10,7 +9,7 @@
  dconf_LINK = $(CCLD) $(dconf_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  	$(LDFLAGS) -o $@
  AM_V_P = $(am__v_P_ at AM_V@)
-@@ -351,7 +351,7 @@
+@@ -352,7 +352,7 @@
  	-w
  
  dconf_LDADD = \
@@ -19,9 +18,8 @@
  	$(gio_LIBS)
  
  dconf_SOURCES = \
-diff -ur dconf-0.16.1.orig/client/Makefile.in dconf-0.16.1/client/Makefile.in
---- client/Makefile.in	2013-07-16 09:43:48.000000000 -0700
-+++ client/Makefile.in	2013-09-10 13:49:03.000000000 -0700
+--- client/Makefile.in.orig	2013-09-23 14:29:28.000000000 -0700
++++ client/Makefile.in	2013-11-16 09:55:50.000000000 -0800
 @@ -83,7 +83,7 @@
  	$(srcdir)/Makefile.am $(srcdir)/dconf.pc.in \
  	$(top_srcdir)/aux/depcomp $(dconfclientinclude_HEADERS) \
@@ -31,7 +29,7 @@
  subdir = client
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
-@@ -362,7 +362,7 @@
+@@ -363,7 +363,7 @@
  # initialize variables for unconditional += appending
  TEST_PROGS = 
  shlibdir = $(libdir)
@@ -40,7 +38,7 @@
  noinst_LIBRARIES = libdconf-client.a
  dconfinclude_HEADERS = dconf.h
  dconfclientinclude_HEADERS = dconf-client.h
-@@ -380,14 +380,14 @@
+@@ -381,14 +381,14 @@
  	../shm/libdconf-shm-shared.a			\
  	$(gio_LIBS)
  
@@ -57,7 +55,7 @@
  all: all-am
  
  .SUFFIXES:
-@@ -476,8 +476,8 @@
+@@ -477,8 +477,8 @@
  clean-shlibPROGRAMS:
  	-test -z "$(shlib_PROGRAMS)" || rm -f $(shlib_PROGRAMS)
  
@@ -68,7 +66,7 @@
  	$(AM_V_CCLD)$(libdconf_so_1_0_0_LINK) $(libdconf_so_1_0_0_OBJECTS) $(libdconf_so_1_0_0_LDADD) $(LIBS)
  
  mostlyclean-compile:
-@@ -899,16 +899,16 @@
+@@ -900,16 +900,16 @@
  # run tests in cwd as part of make check
  check-local: test-nonrecursive
  
@@ -91,9 +89,8 @@
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
-diff -ur dconf-0.16.1.orig/dbus-1/Makefile.in dconf-0.16.1/dbus-1/Makefile.in
---- dbus-1/Makefile.in	2013-07-16 09:43:49.000000000 -0700
-+++ dbus-1/Makefile.in	2013-09-10 13:49:03.000000000 -0700
+--- dbus-1/Makefile.in.orig	2013-09-23 14:29:28.000000000 -0700
++++ dbus-1/Makefile.in	2013-11-16 09:55:50.000000000 -0800
 @@ -82,7 +82,7 @@
  DIST_COMMON = $(top_srcdir)/Makefile.gtester $(srcdir)/Makefile.in \
  	$(srcdir)/Makefile.am $(srcdir)/dconf-dbus-1.pc.in \
@@ -103,7 +100,7 @@
  subdir = dbus-1
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
-@@ -394,10 +394,10 @@
+@@ -395,10 +395,10 @@
  	 $(dbus_LIBS)					\
  	$(glib_LIBS)
  
@@ -117,7 +114,7 @@
  all: all-am
  
  .SUFFIXES:
-@@ -491,8 +491,8 @@
+@@ -492,8 +492,8 @@
  clean-shlibPROGRAMS:
  	-test -z "$(shlib_PROGRAMS)" || rm -f $(shlib_PROGRAMS)
  
@@ -128,7 +125,7 @@
  	$(AM_V_CCLD)$(libdconf_dbus_1_so_0_0_0_LINK) $(libdconf_dbus_1_so_0_0_0_OBJECTS) $(libdconf_dbus_1_so_0_0_0_LDADD) $(LIBS)
  
  mostlyclean-compile:
-@@ -882,16 +882,16 @@
+@@ -883,16 +883,16 @@
  # run tests in cwd as part of make check
  check-local: test-nonrecursive
  
@@ -151,20 +148,19 @@
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
-diff -ur dconf-0.16.1.orig/editor/Makefile.in dconf-0.16.1/editor/Makefile.in
---- editor/Makefile.in	2013-07-16 09:43:49.000000000 -0700
-+++ editor/Makefile.in	2013-09-10 13:50:04.000000000 -0700
-@@ -101,7 +101,7 @@
- 	dconf_editor-dconf-view.$(OBJEXT)
- dconf_editor_OBJECTS = $(am_dconf_editor_OBJECTS)
+--- editor/Makefile.in.orig	2013-09-23 14:29:28.000000000 -0700
++++ editor/Makefile.in	2013-11-16 09:55:50.000000000 -0800
+@@ -103,7 +103,7 @@
+ dconf_editor_OBJECTS = $(am_dconf_editor_OBJECTS) \
+ 	$(nodist_dconf_editor_OBJECTS)
  am__DEPENDENCIES_1 =
 -dconf_editor_DEPENDENCIES = ../client/libdconf.so.1 \
 +dconf_editor_DEPENDENCIES = ../client/libdconf.1.dylib \
  	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  	$(am__DEPENDENCIES_1)
  dconf_editor_LINK = $(CCLD) $(dconf_editor_CFLAGS) $(CFLAGS) \
-@@ -353,7 +353,7 @@
- INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/client
+@@ -355,7 +355,7 @@
+ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/client
  dconf_editor_VALAFLAGS = --vapidir ../client --pkg gtk+-3.0 --pkg gmodule-2.0 --pkg libxml-2.0 --pkg dconf
  dconf_editor_LDADD = \
 -	../client/libdconf.so.1		\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131116/feeada8e/attachment.html>


More information about the macports-changes mailing list