aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-03 20:45:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-03 20:45:12 +0000
commitdaf5ab8e920f5e61f890fefce761fd1ab18f0eb0 (patch)
tree54b7862420574c4f412350007bdf0f6f8a3d8458 /net-im
parentf75ee6697b49871655d6fa2e49f81b0a1f7ae5d7 (diff)
downloadports-daf5ab8e920f5e61f890fefce761fd1ab18f0eb0.tar.gz
ports-daf5ab8e920f5e61f890fefce761fd1ab18f0eb0.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jabber-yahoo/Makefile6
-rw-r--r--net-im/jabber-yahoo/distinfo2
-rw-r--r--net-im/jabber-yahoo/files/patch-Makefile (renamed from net-im/jabber-yahoo/files/patch-aa)8
3 files changed, 8 insertions, 8 deletions
diff --git a/net-im/jabber-yahoo/Makefile b/net-im/jabber-yahoo/Makefile
index 5b1cd3abbed2..6ab45548d6bc 100644
--- a/net-im/jabber-yahoo/Makefile
+++ b/net-im/jabber-yahoo/Makefile
@@ -5,11 +5,11 @@
# $FreeBSD$
PORTNAME= yahoo
-PORTVERSION= 2.2.0
+PORTVERSION= 2.3.0
CATEGORIES= net
MASTER_SITES= http://www.jabberstudio.org/files/yahoo-transport-2/
PKGNAMEPREFIX= jabber-
-DISTNAME= yahoo-t-${PORTVERSION}
+DISTNAME= yahoo-transport-${PORTVERSION}
DIST_SUBDIR= jabber
MAINTAINER= ports@FreeBSD.org
@@ -21,7 +21,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_GNOME= glib12
USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/yahoo-transport-2
+WRKSRC= ${WRKDIR}/yahoo-transport-${PORTVERSION}
do-install:
${INSTALL_DATA} ${WRKSRC}/yahoo-transport.so ${PREFIX}/lib/jabber/
diff --git a/net-im/jabber-yahoo/distinfo b/net-im/jabber-yahoo/distinfo
index 9bbff6846380..20304a2157b5 100644
--- a/net-im/jabber-yahoo/distinfo
+++ b/net-im/jabber-yahoo/distinfo
@@ -1 +1 @@
-MD5 (jabber/yahoo-t-2.2.0.tar.gz) = 2bedde34f0da56ec29ab04248cf75082
+MD5 (jabber/yahoo-transport-2.3.0.tar.gz) = 281136e9934dd9e9221739a83bac4a2e
diff --git a/net-im/jabber-yahoo/files/patch-aa b/net-im/jabber-yahoo/files/patch-Makefile
index cabfebeac439..2954e21d02eb 100644
--- a/net-im/jabber-yahoo/files/patch-aa
+++ b/net-im/jabber-yahoo/files/patch-Makefile
@@ -1,8 +1,8 @@
---- Makefile.orig Sat Oct 12 07:06:35 2002
-+++ Makefile Sat Oct 12 07:08:05 2002
+--- Makefile.orig Mon Sep 29 02:40:44 2003
++++ Makefile Sat Jan 3 20:23:13 2004
@@ -1,10 +1,10 @@
- # $Id: Makefile,v 1.3 2002/08/12 23:46:51 pcurtis Exp $
+ # $Id: Makefile,v 1.5 2003/09/29 00:40:44 pcurtis Exp $
-include ../platform-settings
+include ${PREFIX}/include/jabber/platform-settings
@@ -13,4 +13,4 @@
+LIBS:=$(LIBS) `glib12-config --libs glib` -liconv
YAHOO_OBJECTS=yahoo-transport.o yahoo-session.o yahoo-phandler.o yahoo.o \
- crypt.o yahoo-presence.o yahoo-server.o md5.o yahoo-message.o \
+ crypt.o gaim-sha.o yahoo-presence.o yahoo-server.o md5.o yahoo-message.o \