summaryrefslogtreecommitdiffstats
path: root/devel/dconf
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-13 16:07:05 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-13 16:07:05 +0800
commit51b7fa2526f7dc60c4173725639b1212a20768c8 (patch)
treed48249cdfc0755b954bb72b813938caf123d109c /devel/dconf
parenta6dd32528e43ce2b96e6d799ec3c551f6b808725 (diff)
downloadmarcuscom-ports-51b7fa2526f7dc60c4173725639b1212a20768c8.tar
marcuscom-ports-51b7fa2526f7dc60c4173725639b1212a20768c8.tar.gz
marcuscom-ports-51b7fa2526f7dc60c4173725639b1212a20768c8.tar.bz2
marcuscom-ports-51b7fa2526f7dc60c4173725639b1212a20768c8.tar.lz
marcuscom-ports-51b7fa2526f7dc60c4173725639b1212a20768c8.tar.xz
marcuscom-ports-51b7fa2526f7dc60c4173725639b1212a20768c8.tar.zst
marcuscom-ports-51b7fa2526f7dc60c4173725639b1212a20768c8.zip
Update to 0.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14314 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dconf')
-rw-r--r--devel/dconf/Makefile5
-rw-r--r--devel/dconf/distinfo6
-rw-r--r--devel/dconf/files/patch-gsettings_Makefile.in11
3 files changed, 5 insertions, 17 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index a842c686c..974ebab6f 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -3,12 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/dconf/Makefile,v 1.4 2010/06/24 21:10:26 kwm Exp $
+# $MCom: ports/devel/dconf/Makefile,v 1.5 2010/06/29 21:13:58 kwm Exp $
#
PORTNAME= dconf
-PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTVERSION= 0.4.2
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/devel/dconf/distinfo b/devel/dconf/distinfo
index e33dfb724..83638a26e 100644
--- a/devel/dconf/distinfo
+++ b/devel/dconf/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome3/dconf-0.4.1.tar.bz2) = c6b3b57b21475b5fb1e56fec68138bf8
-SHA256 (gnome3/dconf-0.4.1.tar.bz2) = 02107c9f1cb23b0aa749d49858374246b73786ffa0c14e69ba66d9410d8bfb25
-SIZE (gnome3/dconf-0.4.1.tar.bz2) = 289467
+MD5 (gnome3/dconf-0.4.2.tar.bz2) = 599bdaa3b91eff3a69c6307a39d9bc37
+SHA256 (gnome3/dconf-0.4.2.tar.bz2) = 81ad18eff80eea5ad3e612e3164d42a5a9989c499a61a5536197107d0b05afa1
+SIZE (gnome3/dconf-0.4.2.tar.bz2) = 322396
diff --git a/devel/dconf/files/patch-gsettings_Makefile.in b/devel/dconf/files/patch-gsettings_Makefile.in
deleted file mode 100644
index 8de137563..000000000
--- a/devel/dconf/files/patch-gsettings_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- gsettings/Makefile.in.orig 2010-05-28 23:45:20.000000000 +0200
-+++ gsettings/Makefile.in 2010-05-28 23:46:17.000000000 +0200
-@@ -230,7 +230,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings
--INCLUDES = -I$(top_srcdir)/{common,gvdb,engine} $(gio_CFLAGS)
-+INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/gvdb -I$(top_srcdir)/engine $(gio_CFLAGS)
- giomodules_LTLIBRARIES = libdconfsettings.la
- libdconfsettings_la_LIBADD = $(gio_LIBS)
- libdconfsettings_la_LDFLAGS = -module -avoid-version -shared