diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-29 16:57:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-29 16:57:18 +0000 |
commit | 08b8a9fb730453e29b0abcf4020a665c165689de (patch) | |
tree | 547678c7d4c292cc32fc5de7a895f24955d60890 | |
parent | Replace --program-transform-name with a dependency on gnometarget. (diff) |
Update to 0.70 which fixes the Yahoo! login problem.
Submitted by: Andrew J Caines <A.J.Caines@halplant.com>
Takahiro Morishita <morishita@skywing.org>
Notes
Notes:
svn path=/head/; revision=89826
-rw-r--r-- | net-im/gaim/Makefile | 5 | ||||
-rw-r--r-- | net-im/gaim/distinfo | 4 | ||||
-rw-r--r-- | net-im/gaim/files/patch-configure | 8 | ||||
-rw-r--r-- | net/gaim/Makefile | 5 | ||||
-rw-r--r-- | net/gaim/distinfo | 4 | ||||
-rw-r--r-- | net/gaim/files/patch-configure | 8 |
6 files changed, 16 insertions, 18 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index e389e77ce9b0..260c6384f4dd 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -5,14 +5,13 @@ # PORTNAME= gaim -PORTVERSION= 0.69 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PATCH_SITES= http://www.cc.rim.or.jp/~yaz/ -PATCHFILES= gaim-0.69_jp.patch.gz +PATCHFILES= gaim-0.70_jp.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER?= marcus@FreeBSD.org diff --git a/net-im/gaim/distinfo b/net-im/gaim/distinfo index ce2813d5531a..bcc3bb13c32b 100644 --- a/net-im/gaim/distinfo +++ b/net-im/gaim/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-0.69.tar.bz2) = 29f018cc246dd6c7448c555f940aa009 -MD5 (gaim-0.69_jp.patch.gz) = a4c692fb7ef2615104323c8cce5cb1e3 +MD5 (gaim-0.70.tar.bz2) = 13ea95aa040ac5a58c3384709e495329 +MD5 (gaim-0.70_jp.patch.gz) = 4bc71e35202426870bf37aaf9ee054bf diff --git a/net-im/gaim/files/patch-configure b/net-im/gaim/files/patch-configure index cfa950003110..b00f81cb44f4 100644 --- a/net-im/gaim/files/patch-configure +++ b/net-im/gaim/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Thu Sep 25 08:25:16 2003 -+++ configure Thu Sep 25 08:32:49 2003 +--- configure.orig Mon Sep 29 12:41:50 2003 ++++ configure Mon Sep 29 12:43:14 2003 @@ -15962,7 +15962,7 @@ if test "x$prefix" != "xNONE"; then prefix=`eval echo $prefix` -- PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" -+ PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=%%LOCALBASE%%" +- PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$prefix" ++ PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=%%LOCALBASE%%" fi diff --git a/net/gaim/Makefile b/net/gaim/Makefile index e389e77ce9b0..260c6384f4dd 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -5,14 +5,13 @@ # PORTNAME= gaim -PORTVERSION= 0.69 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PATCH_SITES= http://www.cc.rim.or.jp/~yaz/ -PATCHFILES= gaim-0.69_jp.patch.gz +PATCHFILES= gaim-0.70_jp.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER?= marcus@FreeBSD.org diff --git a/net/gaim/distinfo b/net/gaim/distinfo index ce2813d5531a..bcc3bb13c32b 100644 --- a/net/gaim/distinfo +++ b/net/gaim/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-0.69.tar.bz2) = 29f018cc246dd6c7448c555f940aa009 -MD5 (gaim-0.69_jp.patch.gz) = a4c692fb7ef2615104323c8cce5cb1e3 +MD5 (gaim-0.70.tar.bz2) = 13ea95aa040ac5a58c3384709e495329 +MD5 (gaim-0.70_jp.patch.gz) = 4bc71e35202426870bf37aaf9ee054bf diff --git a/net/gaim/files/patch-configure b/net/gaim/files/patch-configure index cfa950003110..b00f81cb44f4 100644 --- a/net/gaim/files/patch-configure +++ b/net/gaim/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Thu Sep 25 08:25:16 2003 -+++ configure Thu Sep 25 08:32:49 2003 +--- configure.orig Mon Sep 29 12:41:50 2003 ++++ configure Mon Sep 29 12:43:14 2003 @@ -15962,7 +15962,7 @@ if test "x$prefix" != "xNONE"; then prefix=`eval echo $prefix` -- PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" -+ PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=%%LOCALBASE%%" +- PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$prefix" ++ PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=%%LOCALBASE%%" fi |