diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-10-15 01:55:54 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-10-15 01:55:54 +0800 |
commit | 963cc958fe6efd195eb4be8750b64722d9acb54a (patch) | |
tree | 1b4070978b9a83e72ef7a202c823623c6fdb759e /chinese | |
parent | 350ea3786ad4b0cc3c1216a450bcf296f5fcde5a (diff) | |
download | freebsd-ports-gnome-963cc958fe6efd195eb4be8750b64722d9acb54a.tar.gz freebsd-ports-gnome-963cc958fe6efd195eb4be8750b64722d9acb54a.tar.zst freebsd-ports-gnome-963cc958fe6efd195eb4be8750b64722d9acb54a.zip |
- Update to 1.7
PR: ports/161566
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bug5/Makefile | 12 | ||||
-rw-r--r-- | chinese/bug5/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile index 002d03a7a1e3..4486da298809 100644 --- a/chinese/bug5/Makefile +++ b/chinese/bug5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bug5 -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= chinese converters MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} @@ -18,16 +18,12 @@ LICENSE= BSD LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv -GITVERSION= a604e2f +GITVERSION= 0c68779 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION} -PLIST_FILES= bin/bug5 - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile +MAKE_ARGS= PREFIX=${PREFIX} -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bug5 ${PREFIX}/bin/ +PLIST_FILES= bin/bug5 .include <bsd.port.mk> diff --git a/chinese/bug5/distinfo b/chinese/bug5/distinfo index 60c51370634a..27de6d9ddc0f 100644 --- a/chinese/bug5/distinfo +++ b/chinese/bug5/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-bug5-1.6-0-ga604e2f.tar.gz) = 139e5390c61252c73b0076496033b28281d04318ba4215cc2aafffa7756f460c -SIZE (buganini-bug5-1.6-0-ga604e2f.tar.gz) = 4192 +SHA256 (buganini-bug5-1.7-0-g0c68779.tar.gz) = 643d66406f3a4e99cbe6810d8183a0c242115fd24a2af98dee6b8d3dca88f220 +SIZE (buganini-bug5-1.7-0-g0c68779.tar.gz) = 4328 |