From owner-svn-ports-all@freebsd.org Sun Aug 6 16:53:06 2017 Return-Path: Delivered-To: svn-ports-all@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 45476DBE149; Sun, 6 Aug 2017 16:53:06 +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 113C86667C; Sun, 6 Aug 2017 16:53:05 +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 v76Gr5AX008434; Sun, 6 Aug 2017 16:53:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76Gr5oG008432; Sun, 6 Aug 2017 16:53:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708061653.v76Gr5oG008432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Aug 2017 16:53:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447473 - head/devel/p5-Devel-Size X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Devel-Size X-SVN-Commit-Revision: 447473 X-SVN-Commit-Repository: ports 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.23 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: Sun, 06 Aug 2017 16:53:06 -0000 Author: sunpoet Date: Sun Aug 6 16:53:04 2017 New Revision: 447473 URL: https://svnweb.freebsd.org/changeset/ports/447473 Log: Update to 0.81 - Strip shared library Changes: http://search.cpan.org/dist/Devel-Size/CHANGES Modified: head/devel/p5-Devel-Size/Makefile head/devel/p5-Devel-Size/distinfo Modified: head/devel/p5-Devel-Size/Makefile ============================================================================== --- head/devel/p5-Devel-Size/Makefile Sun Aug 6 16:52:59 2017 (r447472) +++ head/devel/p5-Devel-Size/Makefile Sun Aug 6 16:53:04 2017 (r447473) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-Size -PORTVERSION= 0.80 +PORTVERSION= 0.81 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,5 +15,8 @@ LICENSES= ART10 GPLv1 USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/Size/Size.so .include Modified: head/devel/p5-Devel-Size/distinfo ============================================================================== --- head/devel/p5-Devel-Size/distinfo Sun Aug 6 16:52:59 2017 (r447472) +++ head/devel/p5-Devel-Size/distinfo Sun Aug 6 16:53:04 2017 (r447473) @@ -1,2 +1,3 @@ -SHA256 (Devel-Size-0.80.tar.gz) = ca3a089cb263ab6b9751df777cf6d3df3ba470d471d300a8076e4be6e288d057 -SIZE (Devel-Size-0.80.tar.gz) = 72856 +TIMESTAMP = 1502014718 +SHA256 (Devel-Size-0.81.tar.gz) = 7714cd56b9092f0139f12bbbc3ef3758fe9fc64083f7493114deca53b401f949 +SIZE (Devel-Size-0.81.tar.gz) = 73184