From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:42:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C318C23; Sat, 21 Sep 2013 15:42:17 +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 E535124D8; Sat, 21 Sep 2013 15:42:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFgGf6096149; Sat, 21 Sep 2013 15:42:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFgG9e096147; Sat, 21 Sep 2013 15:42:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211542.r8LFgG9e096147@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327833 - head/chinese/bsdconv-opencc 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:17 -0000 Author: sunpoet Date: Sat Sep 21 15:42:16 2013 New Revision: 327833 URL: http://svnweb.freebsd.org/changeset/ports/327833 Log: - Update to 11.1 - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/bsdconv-opencc/commits/master PR: ports/182263 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/chinese/bsdconv-opencc/Makefile head/chinese/bsdconv-opencc/distinfo Modified: head/chinese/bsdconv-opencc/Makefile ============================================================================== --- head/chinese/bsdconv-opencc/Makefile Sat Sep 21 15:42:12 2013 (r327832) +++ head/chinese/bsdconv-opencc/Makefile Sat Sep 21 15:42:16 2013 (r327833) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opencc -PORTVERSION= 10.0 +PORTVERSION= 11.1 CATEGORIES= chinese converters PKGNAMEPREFIX= bsdconv- DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -12,16 +12,16 @@ COMMENT= OpenCC conversion module for bs LICENSE= BSD -BUILD_DEPENDS= bsdconv-mktable:${PORTSDIR}/converters/bsdconv -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv \ - opencc:${PORTSDIR}/chinese/opencc +BUILD_DEPENDS= ${LOCALBASE}/bin/bsdconv-mktable:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv \ + libopencc.so:${PORTSDIR}/chinese/opencc USE_GITHUB= yes GH_ACCOUNT= buganini GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -GH_COMMIT= 38b4a80 +GH_COMMIT= c48c74c MAKE_ARGS= PREFIX=${PREFIX} - NO_STAGE= yes + .include Modified: head/chinese/bsdconv-opencc/distinfo ============================================================================== --- head/chinese/bsdconv-opencc/distinfo Sat Sep 21 15:42:12 2013 (r327832) +++ head/chinese/bsdconv-opencc/distinfo Sat Sep 21 15:42:16 2013 (r327833) @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-opencc-10.0-0-g38b4a80.tar.gz) = 81de156b84a1d19e3276ed3bf3fdfc96156b2609704b249cc138cbab5e402ec7 -SIZE (buganini-bsdconv-opencc-10.0-0-g38b4a80.tar.gz) = 2834 +SHA256 (buganini-bsdconv-opencc-11.1-0-gc48c74c.tar.gz) = e11de894aa60dba11310ee792b7b95860b6fa4f8b8b348cf607c3f9beaa732cd +SIZE (buganini-bsdconv-opencc-11.1-0-gc48c74c.tar.gz) = 2834