diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 07:11:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 07:11:45 +0800 |
commit | 7e8c6892794f99a552d5d09c3b866d0bf867bdb2 (patch) | |
tree | 32137881b03340033a03eaea76c06989ee5e3243 /net-im | |
parent | 1a79c88f260400efe787c8e510fa87c203c3581a (diff) | |
download | freebsd-ports-gnome-7e8c6892794f99a552d5d09c3b866d0bf867bdb2.tar.gz freebsd-ports-gnome-7e8c6892794f99a552d5d09c3b866d0bf867bdb2.tar.zst freebsd-ports-gnome-7e8c6892794f99a552d5d09c3b866d0bf867bdb2.zip |
- Fix: can't sign up with QQ2006 protocol
PR: ports/96419
Submitted by: hamigua <liu_yinghong@yahoo.com.cn> (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-openq/Makefile | 6 | ||||
-rw-r--r-- | net-im/gaim-openq/distinfo | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/net-im/gaim-openq/Makefile b/net-im/gaim-openq/Makefile index 41af896100bb..3fdecaa9fef4 100644 --- a/net-im/gaim-openq/Makefile +++ b/net-im/gaim-openq/Makefile @@ -7,12 +7,16 @@ PORTNAME= openq PORTVERSION= 0.3.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= gaim- +PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ +PATCHFILES= openq-0.3.2.qq2006.group.patch.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= hamigua@hotpop.com COMMENT= A QQ-liked protocol plugin for Gaim diff --git a/net-im/gaim-openq/distinfo b/net-im/gaim-openq/distinfo index 7de903dacea8..e41ee05e558f 100644 --- a/net-im/gaim-openq/distinfo +++ b/net-im/gaim-openq/distinfo @@ -1,3 +1,6 @@ MD5 (openq-0.3.2.tar.gz) = 9a6d05ba62275d6ab8814b5e74fce3a4 SHA256 (openq-0.3.2.tar.gz) = 81d18eab70b34d0cf09fd20ad1f60b410ec99daaf532bdd7d5ae25904f9f8861 SIZE (openq-0.3.2.tar.gz) = 3240536 +MD5 (openq-0.3.2.qq2006.group.patch.gz) = 357cdae249fbf166f2ddcf752dfabc59 +SHA256 (openq-0.3.2.qq2006.group.patch.gz) = dcffb9449dd4843f76c402c2f4aead7ce93586d9d10bb358511038f6061c5c64 +SIZE (openq-0.3.2.qq2006.group.patch.gz) = 8121 |