aboutsummaryrefslogtreecommitdiff
path: root/devel/gconf2
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-10 16:35:29 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-10 16:35:29 +0000
commit92f7ea57fa179f65495511475e940b47c435588c (patch)
tree6395d59617b62c6ea67c8b98c9ad05d3bf3d3f60 /devel/gconf2
parentae94bafec60abd58afff363c03e99ce0d0686d60 (diff)
downloadports-92f7ea57fa179f65495511475e940b47c435588c.tar.gz
ports-92f7ea57fa179f65495511475e940b47c435588c.zip
Notes
Diffstat (limited to 'devel/gconf2')
-rw-r--r--devel/gconf2/Makefile2
-rw-r--r--devel/gconf2/distinfo2
-rw-r--r--devel/gconf2/files/patch-ab14
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index ea75dc571a1f..450c46fc284e 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gconf
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/GConf
diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo
index 61240186ba11..7b4d812c5edd 100644
--- a/devel/gconf2/distinfo
+++ b/devel/gconf2/distinfo
@@ -1 +1 @@
-MD5 (GConf-0.7.tar.gz) = d1b2dfb286dffa3a157ebb551f3be6a3
+MD5 (GConf-0.8.tar.gz) = 57258919431085a58b16269c63b92ff3
diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab
index c255f32cf509..3bf49b6a73ff 100644
--- a/devel/gconf2/files/patch-ab
+++ b/devel/gconf2/files/patch-ab
@@ -1,13 +1,13 @@
---- Makefile.in.orig Wed Aug 2 13:25:19 2000
-+++ Makefile.in Wed Aug 2 13:26:26 2000
-@@ -435,8 +435,8 @@
+--- Makefile.in.orig Wed Aug 9 22:57:20 2000
++++ Makefile.in Thu Aug 10 11:05:08 2000
+@@ -436,8 +436,8 @@
echo "**************"
install-data-local:
-- -mkdir -p $(datadir)/aclocal
-- $(INSTALL_DATA) gconf.m4 $(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
-+ -mkdir -p $(prefix)/share/aclocal
-+ $(INSTALL_DATA) gconf.m4 $(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4
+- -mkdir -p $(DESTDIR)$(datadir)/aclocal
+- $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
++ -mkdir -p $(DESTDIR)$(prefix)/share/aclocal
++ $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4
echo "**** NOTE ****" && \
echo $(WARNING_MESSAGE) && \
echo "**************"