Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  5 May 2007 01:40:57 +0800
From:      liuyh@gmx.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        relaxbsd@gmail.com
Subject:   ports/112424: Fix with new QQ protocol
Message-ID:  <20070504180757.2CBA413C45D@mx1.freebsd.org>
Resent-Message-ID: <200705041810.l44IA47x014526@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112424
>Category:       ports
>Synopsis:       Fix with new QQ protocol
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 04 18:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     liu_yinghong
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD relaxbsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Eva uses the QQ protocol has be changed, induce it unable to login.
This patchset update the eva's protocol.
>How-To-Repeat:
	
>Fix:

	

--- net-im_eva.diff begins here ---
diff -uNr eva.orig/Makefile eva/Makefile
--- eva.orig/Makefile	Fri May  4 14:37:14 2007
+++ eva/Makefile	Fri May  4 22:10:15 2007
@@ -7,10 +7,14 @@
 
 PORTNAME=	eva
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	evaq
+
+PATCH_SITES=	ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
+PATCHFILES=	eva-0.4.1_20070504.patch.gz
+PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	liu_yinghong@yahoo.com.cn
 COMMENT=	QQ IM Client for KDE3
diff -uNr eva.orig/distinfo eva/distinfo
--- eva.orig/distinfo	Fri May  4 14:37:14 2007
+++ eva/distinfo	Fri May  4 22:06:09 2007
@@ -1,3 +1,6 @@
 MD5 (eva-0.4.1.tar.bz2) = 975ad99a5ae2286432896968cb07334b
 SHA256 (eva-0.4.1.tar.bz2) = ace393fa1e69265053e1c84cf486a8f44c7b31382535eb6169db8571a603ea86
 SIZE (eva-0.4.1.tar.bz2) = 2418889
+MD5 (eva-0.4.1_20070504.patch.gz) = ad853cc0259b50e807775deb5ccf4fa4
+SHA256 (eva-0.4.1_20070504.patch.gz) = 527364e1fef9f352c22e50e270cb122d02b66ac78099f867e2f584a653fec949
+SIZE (eva-0.4.1_20070504.patch.gz) = 150015
diff -uNr eva.orig/pkg-plist eva/pkg-plist
--- eva.orig/pkg-plist	Fri May  4 14:37:14 2007
+++ eva/pkg-plist	Fri May  4 22:48:45 2007
@@ -1,5 +1,5 @@
 bin/eva
-share/applnk/Internet/eva.desktop
+share/applications/kde/eva.desktop
 share/apps/eva/evaui.rc
 share/apps/eva/image/face/1.png
 share/apps/eva/image/face/10.png
--- net-im_eva.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070504180757.2CBA413C45D>