diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-13 11:03:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-13 11:03:11 +0800 |
commit | 95fa9e9ab98d471fa069758921e3299f41cd7810 (patch) | |
tree | b0ea9d36ceb39a05959f945bff1d9615ea6856be /devel | |
parent | 850ba8532994887d47729c83d9efad06a44b1f1b (diff) | |
download | marcuscom-ports-95fa9e9ab98d471fa069758921e3299f41cd7810.tar marcuscom-ports-95fa9e9ab98d471fa069758921e3299f41cd7810.tar.gz marcuscom-ports-95fa9e9ab98d471fa069758921e3299f41cd7810.tar.bz2 marcuscom-ports-95fa9e9ab98d471fa069758921e3299f41cd7810.tar.lz marcuscom-ports-95fa9e9ab98d471fa069758921e3299f41cd7810.tar.xz marcuscom-ports-95fa9e9ab98d471fa069758921e3299f41cd7810.tar.zst marcuscom-ports-95fa9e9ab98d471fa069758921e3299f41cd7810.zip |
Update to 2.1.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@386 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 7 | ||||
-rw-r--r-- | devel/gconf2/distinfo | 2 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 3fd81bdfd..aa6043fea 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gconf2 -PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTVERSION= 2.1.90 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/GConf/1.2 +MASTER_SITE_SUBDIR= sources/GConf/2.1 DISTNAME= GConf-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -36,6 +35,8 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ + ${WRKSRC}/po/Makefile.in.in post-install: @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo index cf74a49ff..9cb4b9d29 100644 --- a/devel/gconf2/distinfo +++ b/devel/gconf2/distinfo @@ -1 +1 @@ -MD5 (gnome2/GConf-1.2.1.tar.bz2) = 4e5ffdebd7dbf6d86459f6e57f8d772c +MD5 (gnome2/GConf-2.1.90.tar.bz2) = 9366be6477905578187afb320b2c0b3a diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 180dc0cbf..dc75fdb1d 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -49,6 +49,7 @@ share/doc/gconf/x462.html share/doc/gconf/x485.html share/locale/ar/LC_MESSAGES/GConf2.mo share/locale/az/LC_MESSAGES/GConf2.mo +share/locale/be/LC_MESSAGES/GConf2.mo share/locale/bg/LC_MESSAGES/GConf2.mo share/locale/ca/LC_MESSAGES/GConf2.mo share/locale/cs/LC_MESSAGES/GConf2.mo @@ -65,6 +66,7 @@ share/locale/hu/LC_MESSAGES/GConf2.mo share/locale/it/LC_MESSAGES/GConf2.mo share/locale/ja/LC_MESSAGES/GConf2.mo share/locale/ko/LC_MESSAGES/GConf2.mo +share/locale/lv/LC_MESSAGES/GConf2.mo share/locale/ms/LC_MESSAGES/GConf2.mo share/locale/nl/LC_MESSAGES/GConf2.mo share/locale/nn/LC_MESSAGES/GConf2.mo @@ -82,8 +84,11 @@ share/locale/uk/LC_MESSAGES/GConf2.mo share/locale/vi/LC_MESSAGES/GConf2.mo share/locale/zh_CN/LC_MESSAGES/GConf2.mo share/locale/zh_TW/LC_MESSAGES/GConf2.mo +share/sgml/gconf/gconf-1.0.dtd +@dirrm share/sgml/gconf @dirrm share/doc/gconf @dirrm lib/GConf/2 @dirrm include/gconf/2/gconf @dirrm include/gconf/2 @dirrm etc/gconf/2 +@unexec /bin/rmdir %D/share/sgml 2>/dev/null || /usr/bin/true |