From owner-svn-ports-head@freebsd.org Mon Feb 13 17:39:42 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 D2CF1CDDA3B; Mon, 13 Feb 2017 17:39:42 +0000 (UTC) (envelope-from ale@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 78B44E71; Mon, 13 Feb 2017 17:39:42 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1DHdfka060163; Mon, 13 Feb 2017 17:39:41 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DHdfkl060160; Mon, 13 Feb 2017 17:39:41 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201702131739.v1DHdfkl060160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 13 Feb 2017 17:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434009 - head/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-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: Mon, 13 Feb 2017 17:39:42 -0000 Author: ale Date: Mon Feb 13 17:39:41 2017 New Revision: 434009 URL: https://svnweb.freebsd.org/changeset/ports/434009 Log: Finally update to 6.1.2 release, it should work fine with currently supported FreeBSD releases. PR: 217071 Submitted by: Iblis Lin Modified: head/math/gmp/Makefile head/math/gmp/distinfo head/math/gmp/pkg-plist Modified: head/math/gmp/Makefile ============================================================================== --- head/math/gmp/Makefile Mon Feb 13 17:25:00 2017 (r434008) +++ head/math/gmp/Makefile Mon Feb 13 17:39:41 2017 (r434009) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gmp -PORTVERSION= 5.1.3 -PORTREVISION= 3 +PORTVERSION= 6.1.2 CATEGORIES= math devel MASTER_SITES= GNU @@ -16,7 +15,7 @@ OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU USES= libtool makeinfo tar:xz -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ --infodir=${PREFIX}/info \ @@ -26,6 +25,9 @@ USE_LDCONFIG= yes INFO= gmp +INSTALL_TARGET= install-strip +TEST_TARGET= check + .include .if ! ${PORT_OPTIONS:MCPU_OPTS} @@ -43,10 +45,6 @@ CONFIGURE_ENV+= ABI="32" post-extract: @${RM} ${WRKSRC}/doc/gmp.info* -post-patch: - @${REINPLACE_CMD} "s/\(athlon64\-\*\-\*\)/amd64-*-* | \1/;s/\(x86_64)\)/amd64 | \1/" \ - ${WRKSRC}/configure - regression-test check: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check Modified: head/math/gmp/distinfo ============================================================================== --- head/math/gmp/distinfo Mon Feb 13 17:25:00 2017 (r434008) +++ head/math/gmp/distinfo Mon Feb 13 17:39:41 2017 (r434009) @@ -1,2 +1,3 @@ -SHA256 (gmp-5.1.3.tar.xz) = dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071 -SIZE (gmp-5.1.3.tar.xz) = 1818812 +TIMESTAMP = 1487005782 +SHA256 (gmp-6.1.2.tar.xz) = 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 +SIZE (gmp-6.1.2.tar.xz) = 1946336 Modified: head/math/gmp/pkg-plist ============================================================================== --- head/math/gmp/pkg-plist Mon Feb 13 17:25:00 2017 (r434008) +++ head/math/gmp/pkg-plist Mon Feb 13 17:39:41 2017 (r434009) @@ -3,8 +3,8 @@ include/gmpxx.h lib/libgmp.a lib/libgmp.so lib/libgmp.so.10 -lib/libgmp.so.10.1.3 +lib/libgmp.so.10.3.2 lib/libgmpxx.a lib/libgmpxx.so lib/libgmpxx.so.4 -lib/libgmpxx.so.4.3.3 +lib/libgmpxx.so.4.5.2