diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-10-09 00:17:25 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-10-09 00:17:25 +0800 |
commit | 8c777441944bec772aa0a38fc30981f34638584e (patch) | |
tree | f299f24f97b97f11dcab2593f02407c09ba1335b /chinese | |
parent | c2b0ea43743c26961ba8bf9037be9f96b421c0ed (diff) | |
download | freebsd-ports-gnome-8c777441944bec772aa0a38fc30981f34638584e.tar.gz freebsd-ports-gnome-8c777441944bec772aa0a38fc30981f34638584e.tar.zst freebsd-ports-gnome-8c777441944bec772aa0a38fc30981f34638584e.zip |
- Update to 1.13 [1]
- Remove ABI version from LIB_DEPENDS [1]
- Switch to USE_GITHUB for fetching
Changelog:
chase codec rename in bsdconv
add -8 for UTF-8 <-> UTF-8 conversion profile
PR: ports/172264 [1]
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) [1]
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bug5/Makefile | 19 | ||||
-rw-r--r-- | chinese/bug5/distinfo | 4 |
2 files changed, 9 insertions, 14 deletions
diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile index 88b46617c1a5..874f85a03eba 100644 --- a/chinese/bug5/Makefile +++ b/chinese/bug5/Makefile @@ -1,26 +1,21 @@ -# New ports collection makefile for: bug5 -# Date created: 25 April 2011 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= bug5 -PORTVERSION= 1.10 +PORTVERSION= 1.13 CATEGORIES= chinese converters -MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/ -DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} +DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GH_COMMIT} MAINTAINER= buganini@gmail.com COMMENT= A Big5/GBK <-> UTF-8 translating layer in terminal LICENSE= BSD -LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv -GITVERSION= 600e6be -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION} +USE_GITHUB= yes +GH_ACCOUNT= buganini +GH_COMMIT= 06df288 MAKE_ARGS= PREFIX=${PREFIX} diff --git a/chinese/bug5/distinfo b/chinese/bug5/distinfo index 048a196b5ddd..5375e688ace0 100644 --- a/chinese/bug5/distinfo +++ b/chinese/bug5/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bug5-1.10-0-g600e6be.tar.gz) = b88e76e7a206836d7ab6c7313fb46fbf1f7c99f159fed2c5519ed6ec52e7c04a -SIZE (buganini-bug5-1.10-0-g600e6be.tar.gz) = 4630 +SHA256 (buganini-bug5-1.13-0-g06df288.tar.gz) = 2bcc74b8cb67948ddd0294fe2804832e98858f2b51b115f069c93e8ff3cea5ca +SIZE (buganini-bug5-1.13-0-g06df288.tar.gz) = 4785 |