From owner-svn-ports-head@freebsd.org Wed Aug 19 03:55:01 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 5A4A39BD662; Wed, 19 Aug 2015 03:55:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 321481D8E; Wed, 19 Aug 2015 03:55:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7J3t137005064; Wed, 19 Aug 2015 03:55:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7J3t0Pk005061; Wed, 19 Aug 2015 03:55:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508190355.t7J3t0Pk005061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 19 Aug 2015 03:55:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394692 - head/math/p5-Math-BigInt-GMP 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: Wed, 19 Aug 2015 03:55:01 -0000 Author: sunpoet Date: Wed Aug 19 03:54:59 2015 New Revision: 394692 URL: https://svnweb.freebsd.org/changeset/ports/394692 Log: - Update to 1.39 - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Modified: head/math/p5-Math-BigInt-GMP/Makefile head/math/p5-Math-BigInt-GMP/distinfo head/math/p5-Math-BigInt-GMP/pkg-plist Modified: head/math/p5-Math-BigInt-GMP/Makefile ============================================================================== --- head/math/p5-Math-BigInt-GMP/Makefile Wed Aug 19 03:54:54 2015 (r394691) +++ head/math/p5-Math-BigInt-GMP/Makefile Wed Aug 19 03:54:59 2015 (r394692) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.38 -PORTREVISION= 1 +PORTVERSION= 1.39 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,4 +26,7 @@ post-patch: -e "if (/'LIBS'/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \ ${WRKSRC}/Makefile.PL +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/BigInt/GMP/GMP.so + .include Modified: head/math/p5-Math-BigInt-GMP/distinfo ============================================================================== --- head/math/p5-Math-BigInt-GMP/distinfo Wed Aug 19 03:54:54 2015 (r394691) +++ head/math/p5-Math-BigInt-GMP/distinfo Wed Aug 19 03:54:59 2015 (r394692) @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-GMP-1.38.tar.gz) = 1ad0cac911a08f150c5e5a8286aec20de21c863bd27b8f002456cff11e086f15 -SIZE (Math-BigInt-GMP-1.38.tar.gz) = 55585 +SHA256 (Math-BigInt-GMP-1.39.tar.gz) = d3d7ce4cfdd21ad829b069bf102a872555075b4f02ee4c28b468c11364cfa0b3 +SIZE (Math-BigInt-GMP-1.39.tar.gz) = 55689 Modified: head/math/p5-Math-BigInt-GMP/pkg-plist ============================================================================== --- head/math/p5-Math-BigInt-GMP/pkg-plist Wed Aug 19 03:54:54 2015 (r394691) +++ head/math/p5-Math-BigInt-GMP/pkg-plist Wed Aug 19 03:54:59 2015 (r394692) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Math::BigInt::GMP.3.gz %%SITE_ARCH%%/Math/BigInt/GMP.pm %%SITE_ARCH%%/auto/Math/BigInt/GMP/GMP.so +%%PERL5_MAN3%%/Math::BigInt::GMP.3.gz