diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-28 23:11:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-28 23:11:45 +0000 |
commit | 40cffbc566b1eeb9a099e912b0d3d55ba3ef64a5 (patch) | |
tree | 9d5e4646b55c1b1d2ea7b832966c36a345781ea6 /net-im/gaim-openq/Makefile | |
parent | 2e078d6628d418ed3d53489e24b7e0560c5014c5 (diff) |
- Fix: can't sign up with QQ2006 protocol
PR: ports/96419
Submitted by: hamigua <liu_yinghong@yahoo.com.cn> (maintainer)
Notes
Notes:
svn path=/head/; revision=160702
Diffstat (limited to 'net-im/gaim-openq/Makefile')
-rw-r--r-- | net-im/gaim-openq/Makefile | 6 |
1 files changed, 5 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 |