Update chinese/bug5 to 1.17 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Sat Sep 21 15:42:12 2013 New Revision: 327832 URL: http://svnweb.freebsd.org/changeset/ports/327832 Log: - 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) Modified: head/chinese/bug5/Makefile (contents, props changed) head/chinese/bug5/distinfo (contents, props changed) Modified: head/chinese/bug5/Makefile ============================================================================== --- head/chinese/bug5/Makefile Sat Sep 21 15:42:07 2013 (r327831) +++ head/chinese/bug5/Makefile Sat Sep 21 15:42:12 2013 (r327832) @@ -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> Modified: head/chinese/bug5/distinfo ============================================================================== --- head/chinese/bug5/distinfo Sat Sep 21 15:42:07 2013 (r327831) +++ head/chinese/bug5/distinfo Sat Sep 21 15:42:12 2013 (r327832) @@ -1,2 +1,2 @@ -SHA256 (buganini-bug5-1.15-0-g67beea0.tar.gz) = 75075c4720d39aaefaac8b6da08ac2c6afd4b0081834a641b33e333d45c39dc0 -SIZE (buganini-bug5-1.15-0-g67beea0.tar.gz) = 4856 +SHA256 (buganini-bug5-1.17-0-g992e2d3.tar.gz) = b15ac129f3dffea9194658aae0ba442a9fd5dcd58183e4957f2c7e80f4dfb6f1 +SIZE (buganini-bug5-1.17-0-g992e2d3.tar.gz) = 5108 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!