diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-21 23:42:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-21 23:42:12 +0800 |
commit | cb8140afa49ec77a26ab8fff2054ff7b683f75f2 (patch) | |
tree | 848e3c72b910230142c3a102c45c0f5a23cbb93a /chinese/bug5/Makefile | |
parent | 4b2b61160f0eab65b9c6e3046c6dd02647796f78 (diff) | |
download | freebsd-ports-gnome-cb8140afa49ec77a26ab8fff2054ff7b683f75f2.tar.gz freebsd-ports-gnome-cb8140afa49ec77a26ab8fff2054ff7b683f75f2.tar.zst freebsd-ports-gnome-cb8140afa49ec77a26ab8fff2054ff7b683f75f2.zip |
- Update to 1.17
- While I'm here:
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
Changes: https://github.com/buganini/bug5/commits/master
PR: ports/182262
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'chinese/bug5/Makefile')
-rw-r--r-- | chinese/bug5/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile index 544f68b9e012..2c4329399ec2 100644 --- a/chinese/bug5/Makefile +++ b/chinese/bug5/Makefile @@ -2,24 +2,24 @@ # $FreeBSD$ PORTNAME= bug5 -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= chinese converters DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} MAINTAINER= buganini@gmail.com -COMMENT= A Big5/GBK <-> UTF-8 translating layer in terminal +COMMENT= Big5/GBK <-> UTF-8 translating layer in terminal LICENSE= BSD -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= 67beea0 +GH_COMMIT= 992e2d3 MAKE_ARGS= PREFIX=${PREFIX} +NO_STAGE= yes PLIST_FILES= bin/bug5 -NO_STAGE= yes .include <bsd.port.mk> |