From owner-svn-ports-head@freebsd.org Sat Apr 9 12:29:54 2016 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 4DCF0B09557; Sat, 9 Apr 2016 12:29:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 16AB11B35; Sat, 9 Apr 2016 12:29:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u39CTrf2048381; Sat, 9 Apr 2016 12:29:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u39CTrAr048379; Sat, 9 Apr 2016 12:29:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604091229.u39CTrAr048379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Apr 2016 12:29:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412812 - head/lang/p5-Scalar-List-Utils 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.21 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, 09 Apr 2016 12:29:54 -0000 Author: sunpoet Date: Sat Apr 9 12:29:52 2016 New Revision: 412812 URL: https://svnweb.freebsd.org/changeset/ports/412812 Log: - Update to 1.45 - Strip shared library Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes With hat: perl Modified: head/lang/p5-Scalar-List-Utils/Makefile head/lang/p5-Scalar-List-Utils/distinfo Modified: head/lang/p5-Scalar-List-Utils/Makefile ============================================================================== --- head/lang/p5-Scalar-List-Utils/Makefile Sat Apr 9 12:29:48 2016 (r412811) +++ head/lang/p5-Scalar-List-Utils/Makefile Sat Apr 9 12:29:52 2016 (r412812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Scalar-List-Utils -PORTVERSION= 1.42 +PORTVERSION= 1.45 PORTEPOCH= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN @@ -17,4 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/Util/Util.so + .include Modified: head/lang/p5-Scalar-List-Utils/distinfo ============================================================================== --- head/lang/p5-Scalar-List-Utils/distinfo Sat Apr 9 12:29:48 2016 (r412811) +++ head/lang/p5-Scalar-List-Utils/distinfo Sat Apr 9 12:29:52 2016 (r412812) @@ -1,2 +1,2 @@ -SHA256 (Scalar-List-Utils-1.42.tar.gz) = 3507f72541f66a2dce850b9b56771e5fccda3d215c52f74946c6e370c0f4a4da -SIZE (Scalar-List-Utils-1.42.tar.gz) = 82574 +SHA256 (Scalar-List-Utils-1.45.tar.gz) = 9e175535913af22d003ce1ef896d98d9bb6fc1d551782a3b512c066da5bd27dd +SIZE (Scalar-List-Utils-1.45.tar.gz) = 86481