From owner-svn-ports-head@FreeBSD.ORG Sat Dec 6 19:05:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 248F7805; Sat, 6 Dec 2014 19:05:21 +0000 (UTC) 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 108713FA; Sat, 6 Dec 2014 19:05:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6J5KHv072903; Sat, 6 Dec 2014 19:05:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6J5KVL072901; Sat, 6 Dec 2014 19:05:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412061905.sB6J5KVL072901@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 6 Dec 2014 19:05:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374137 - head/textproc/p5-Unicode-Collate 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.18-1 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: Sat, 06 Dec 2014 19:05:21 -0000 Author: sunpoet Date: Sat Dec 6 19:05:20 2014 New Revision: 374137 URL: https://svnweb.freebsd.org/changeset/ports/374137 QAT: https://qat.redports.org/buildarchive/r374137/ Log: - Update to 1.08 - Strip shared library Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Modified: head/textproc/p5-Unicode-Collate/Makefile head/textproc/p5-Unicode-Collate/distinfo Modified: head/textproc/p5-Unicode-Collate/Makefile ============================================================================== --- head/textproc/p5-Unicode-Collate/Makefile Sat Dec 6 19:05:15 2014 (r374136) +++ head/textproc/p5-Unicode-Collate/Makefile Sat Dec 6 19:05:20 2014 (r374137) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Unicode-Collate -PORTVERSION= 1.07 -PORTREVISION= 1 +PORTVERSION= 1.08 CATEGORIES= textproc converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SADAHIRO @@ -18,4 +17,9 @@ LICENSE_COMB= dual USE_PERL5= configure USES= perl5 +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so + .include Modified: head/textproc/p5-Unicode-Collate/distinfo ============================================================================== --- head/textproc/p5-Unicode-Collate/distinfo Sat Dec 6 19:05:15 2014 (r374136) +++ head/textproc/p5-Unicode-Collate/distinfo Sat Dec 6 19:05:20 2014 (r374137) @@ -1,2 +1,2 @@ -SHA256 (Unicode-Collate-1.07.tar.gz) = 97cfb97122979e5e24f1913d10b4b686a650851e492447624b228259ef68bd6d -SIZE (Unicode-Collate-1.07.tar.gz) = 835284 +SHA256 (Unicode-Collate-1.08.tar.gz) = 0f90ebd88fd26e9f21b3a616b725d7b84cbdba32e839f9e69fb2318c345f632d +SIZE (Unicode-Collate-1.08.tar.gz) = 863390