diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-19 05:57:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-19 05:57:25 +0800 |
commit | 1b98856e2bc8dfb2da96a029f283d694bbf1f6bb (patch) | |
tree | ed3e05a203b0685bce77c8d06b09f09741551e05 /x11 | |
parent | 115f560db3ea9c70d50cfdfa1b8f5120207a173e (diff) | |
download | marcuscom-ports-1b98856e2bc8dfb2da96a029f283d694bbf1f6bb.tar marcuscom-ports-1b98856e2bc8dfb2da96a029f283d694bbf1f6bb.tar.gz marcuscom-ports-1b98856e2bc8dfb2da96a029f283d694bbf1f6bb.tar.bz2 marcuscom-ports-1b98856e2bc8dfb2da96a029f283d694bbf1f6bb.tar.lz marcuscom-ports-1b98856e2bc8dfb2da96a029f283d694bbf1f6bb.tar.xz marcuscom-ports-1b98856e2bc8dfb2da96a029f283d694bbf1f6bb.tar.zst marcuscom-ports-1b98856e2bc8dfb2da96a029f283d694bbf1f6bb.zip |
Update to 2.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@303 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome/Makefile | 5 | ||||
-rw-r--r-- | x11/libgnome/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index eb798ea4d..61e960704 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libgnome -PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTVERSION= 2.1.5 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -37,5 +36,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/libgnome/distinfo b/x11/libgnome/distinfo index 463779cbd..16201187b 100644 --- a/x11/libgnome/distinfo +++ b/x11/libgnome/distinfo @@ -1 +1 @@ -MD5 (gnome2/libgnome-2.1.4.tar.bz2) = d2200bf2526212c68f822cbbd6b364f7 +MD5 (gnome2/libgnome-2.1.5.tar.bz2) = 351bd657a3b1be9b70d5baef1cf4ab13 |