diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-19 07:01:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-19 07:01:11 +0800 |
commit | 8e2e49291f076c774bac7c119f16f3c3a91f044a (patch) | |
tree | fb53ce73ab0dce97b3fe9374198cd941ae28d8e5 | |
parent | 1b98856e2bc8dfb2da96a029f283d694bbf1f6bb (diff) | |
download | marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.gz marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.bz2 marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.lz marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.xz marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.zst marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.zip |
Update to 2.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@304 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/libgnomeui/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index d7e18827e..b1e295b60 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libgnomeui -PORTVERSION= 2.1.4 -PORTREVISION= 2 +PORTVERSION= 2.1.5 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -36,5 +35,7 @@ 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 .include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeui/distinfo b/x11-toolkits/libgnomeui/distinfo index 75c192008..10b370d8b 100644 --- a/x11-toolkits/libgnomeui/distinfo +++ b/x11-toolkits/libgnomeui/distinfo @@ -1 +1 @@ -MD5 (gnome2/libgnomeui-2.1.4.tar.bz2) = 101f9627768d6519cd799911af46ae03 +MD5 (gnome2/libgnomeui-2.1.5.tar.bz2) = b94a8d36109a41486eee6249356462f1 |