From owner-svn-ports-head@freebsd.org Fri May 12 21:50:48 2017 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 E5116D69852; Fri, 12 May 2017 21:50:48 +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 B2F0F11B7; Fri, 12 May 2017 21:50:48 +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 v4CLol6B051710; Fri, 12 May 2017 21:50:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CLol9C051708; Fri, 12 May 2017 21:50:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705122150.v4CLol9C051708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 12 May 2017 21:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440719 - head/devel/p5-B-Hooks-OP-Check 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.23 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: Fri, 12 May 2017 21:50:49 -0000 Author: sunpoet Date: Fri May 12 21:50:47 2017 New Revision: 440719 URL: https://svnweb.freebsd.org/changeset/ports/440719 Log: Update to 0.21 - Strip shared library Changes: http://search.cpan.org/dist/B-Hooks-OP-Check/Changes Modified: head/devel/p5-B-Hooks-OP-Check/Makefile head/devel/p5-B-Hooks-OP-Check/distinfo Modified: head/devel/p5-B-Hooks-OP-Check/Makefile ============================================================================== --- head/devel/p5-B-Hooks-OP-Check/Makefile Fri May 12 21:50:42 2017 (r440718) +++ head/devel/p5-B-Hooks-OP-Check/Makefile Fri May 12 21:50:47 2017 (r440719) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= B-Hooks-OP-Check -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,4 +15,7 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0.30 USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/OP/Check/Check.so + .include Modified: head/devel/p5-B-Hooks-OP-Check/distinfo ============================================================================== --- head/devel/p5-B-Hooks-OP-Check/distinfo Fri May 12 21:50:42 2017 (r440718) +++ head/devel/p5-B-Hooks-OP-Check/distinfo Fri May 12 21:50:47 2017 (r440719) @@ -1,2 +1,3 @@ -SHA256 (B-Hooks-OP-Check-0.19.tar.gz) = 2fff4a860cae4fa69b91164a1e2d396bfddd8466bdd04d718e695f7276bce15e -SIZE (B-Hooks-OP-Check-0.19.tar.gz) = 64368 +TIMESTAMP = 1494592595 +SHA256 (B-Hooks-OP-Check-0.21.tar.gz) = c4bb1566228b1817380c5525a93ce45c055a2ab93b19b784ebb51cf73fdcb3c4 +SIZE (B-Hooks-OP-Check-0.21.tar.gz) = 76100