From owner-svn-ports-head@freebsd.org Sun Jun 28 08:38:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E02298F214; Sun, 28 Jun 2015 08:38:31 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 463771F7C; Sun, 28 Jun 2015 08:38:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cV4g057365; Sun, 28 Jun 2015 08:38:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cUAT057363; Sun, 28 Jun 2015 08:38:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cUAT057363@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390752 - in head/chinese/bsdconv-opencc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:38:31 -0000 Author: sunpoet Date: Sun Jun 28 08:38:30 2015 New Revision: 390752 URL: https://svnweb.freebsd.org/changeset/ports/390752 Log: - Update to 11.3 - Strip shared library - Use PLIST_FILES Changes: https://github.com/buganini/bsdconv-opencc/releases PR: 201016 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Deleted: head/chinese/bsdconv-opencc/files/ head/chinese/bsdconv-opencc/pkg-plist Modified: head/chinese/bsdconv-opencc/Makefile head/chinese/bsdconv-opencc/distinfo Modified: head/chinese/bsdconv-opencc/Makefile ============================================================================== --- head/chinese/bsdconv-opencc/Makefile Sun Jun 28 08:38:25 2015 (r390751) +++ head/chinese/bsdconv-opencc/Makefile Sun Jun 28 08:38:30 2015 (r390752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opencc -PORTVERSION= 11.1 +PORTVERSION= 11.3 CATEGORIES= chinese converters PKGNAMEPREFIX= bsdconv- @@ -15,8 +15,18 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bsdconv- LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv \ libopencc.so:${PORTSDIR}/chinese/opencc +PLIST_FILES= share/bsdconv/inter/OPENCC \ + share/bsdconv/inter/OPENCC.man \ + share/bsdconv/inter/OPENCC.so + USE_GITHUB= yes GH_ACCOUNT= buganini GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} +pre-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/bsdconv/inter/ + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/bsdconv/inter/OPENCC.so + .include Modified: head/chinese/bsdconv-opencc/distinfo ============================================================================== --- head/chinese/bsdconv-opencc/distinfo Sun Jun 28 08:38:25 2015 (r390751) +++ head/chinese/bsdconv-opencc/distinfo Sun Jun 28 08:38:30 2015 (r390752) @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-opencc-11.1_GH0.tar.gz) = 5110067f8e3540bcb93afe5d87b6146c029a00fbbf69efb7dd07e4753ef93fad -SIZE (buganini-bsdconv-opencc-11.1_GH0.tar.gz) = 2826 +SHA256 (buganini-bsdconv-opencc-11.3_GH0.tar.gz) = d4520a1c49b367cacee1aa4c370271f9dadd34705ccf822fdf00db9e96eb50e2 +SIZE (buganini-bsdconv-opencc-11.3_GH0.tar.gz) = 2973