From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 22:42:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2138DAC; Mon, 10 Feb 2014 22:42:17 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9858D1203; Mon, 10 Feb 2014 22:42:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1AMgHQ8054924; Mon, 10 Feb 2014 22:42:17 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1AMgH3N054922; Mon, 10 Feb 2014 22:42:17 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402102242.s1AMgH3N054922@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 10 Feb 2014 22:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343690 - head/math/p5-Math-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-all@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 10 Feb 2014 22:42:17 -0000 Author: ehaupt Date: Mon Feb 10 22:42:16 2014 New Revision: 343690 URL: http://svnweb.freebsd.org/changeset/ports/343690 QAT: https://qat.redports.org/buildarchive/r343690/ Log: - Update to 2.07 - Strip shared object Modified: head/math/p5-Math-GMP/Makefile head/math/p5-Math-GMP/distinfo Modified: head/math/p5-Math-GMP/Makefile ============================================================================== --- head/math/p5-Math-GMP/Makefile Mon Feb 10 22:38:43 2014 (r343689) +++ head/math/p5-Math-GMP/Makefile Mon Feb 10 22:42:16 2014 (r343690) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMP -PORTVERSION= 2.06 -PORTREVISION= 1 +PORTVERSION= 2.07 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,4 +19,7 @@ CONFIGURE_ARGS= INC=-I${LOCALBASE}/inclu USES= perl5 USE_PERL5= configure +post-install: + @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/GMP/GMP.so + .include Modified: head/math/p5-Math-GMP/distinfo ============================================================================== --- head/math/p5-Math-GMP/distinfo Mon Feb 10 22:38:43 2014 (r343689) +++ head/math/p5-Math-GMP/distinfo Mon Feb 10 22:42:16 2014 (r343690) @@ -1,2 +1,2 @@ -SHA256 (Math-GMP-2.06.tar.gz) = bfd044c51687c7356edba1582f83c34a9dfc0c3451f6faeff400be62a7852b37 -SIZE (Math-GMP-2.06.tar.gz) = 24563 +SHA256 (Math-GMP-2.07.tar.gz) = 2a1f153c5615bae2a8cf1204b0879d3f46b82d766254a1c1d786ddfb8c12b0c9 +SIZE (Math-GMP-2.07.tar.gz) = 24696