diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-15 00:39:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-15 00:39:39 +0000 |
commit | 0a727bef1d84704951e79b13bb9d5a1320292c78 (patch) | |
tree | b416f040d3e8f1e0adf504bb57353dd347411f07 /net/gaim-snapshot/Makefile | |
parent | c3c1847f0c36881e8fe89917f2ca163beba1bf14 (diff) | |
download | FreeBSD-ports-0a727bef1d84704951e79b13bb9d5a1320292c78.zip FreeBSD-ports-0a727bef1d84704951e79b13bb9d5a1320292c78.tar.gz |
Update to 0.58.
This fixes the security bug talk about in Bugtraq article
http://online.securityfocus.com/archive/1/272180.
Prompted by: dannyboy
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index be4abc0..d5b5832 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gaim -PORTVERSION= 0.57 +PORTVERSION= 0.58 CATEGORIES?= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} @@ -51,6 +51,6 @@ pre-patch: s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' + s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' .include <bsd.port.post.mk> |