From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:42:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACC17BEA; Sat, 21 Sep 2013 15:42:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C301224D3; Sat, 21 Sep 2013 15:42:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFgC9n096071; Sat, 21 Sep 2013 15:42:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFgCPu096067; Sat, 21 Sep 2013 15:42:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211542.r8LFgCPu096067@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327832 - head/chinese/bug5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 15:42:14 -0000 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 (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 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