From owner-svn-ports-all@freebsd.org Tue Apr 3 08:18:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B69EF59744; Tue, 3 Apr 2018 08:18:07 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C12626D60E; Tue, 3 Apr 2018 08:18:06 +0000 (UTC) (envelope-from culot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B333821D28; Tue, 3 Apr 2018 08:18:06 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w338I6Cf099958; Tue, 3 Apr 2018 08:18:06 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w338I6lj099953; Tue, 3 Apr 2018 08:18:06 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201804030818.w338I6lj099953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 3 Apr 2018 08:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466286 - head/math/gmp-ecm X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/math/gmp-ecm X-SVN-Commit-Revision: 466286 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.25 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: Tue, 03 Apr 2018 08:18:07 -0000 Author: culot Date: Tue Apr 3 08:18:06 2018 New Revision: 466286 URL: https://svnweb.freebsd.org/changeset/ports/466286 Log: - Update to 7.0.4 Changes: https://gforge.inria.fr/forum/forum.php?forum_id=11510 PR: 227106 Submitted by: yuri@ Modified: head/math/gmp-ecm/Makefile head/math/gmp-ecm/distinfo Modified: head/math/gmp-ecm/Makefile ============================================================================== --- head/math/gmp-ecm/Makefile Tue Apr 3 08:11:52 2018 (r466285) +++ head/math/gmp-ecm/Makefile Tue Apr 3 08:18:06 2018 (r466286) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gmp-ecm -PORTVERSION= 6.3 -PORTREVISION= 2 +DISTVERSION= 7.0.4 CATEGORIES= math -MASTER_SITES= https://gforge.inria.fr/frs/download.php/26838/ -DISTNAME= ecm-${PORTVERSION} +MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/36224/ +DISTNAME= ecm-${DISTVERSION} MAINTAINER= culot@FreeBSD.org COMMENT= Elliptic Curve Method for Integer Factorization @@ -20,12 +19,18 @@ LIB_DEPENDS= libgmp.so:math/gmp CONFLICTS= ecm-[0-9]* +USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_prog_XSLTPROC=no \ - --with-gmp=${LOCALBASE} -USES= libtool + --with-gmp=${LOCALBASE} \ + --enable-shared \ + --disable-static +INSTALL_TARGET= install-strip -PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a \ +PLIST_FILES= bin/ecm include/ecm.h \ + lib/libecm.so \ + lib/libecm.so.1 \ + lib/libecm.so.1.0.0 \ man/man1/ecm.1.gz post-patch: Modified: head/math/gmp-ecm/distinfo ============================================================================== --- head/math/gmp-ecm/distinfo Tue Apr 3 08:11:52 2018 (r466285) +++ head/math/gmp-ecm/distinfo Tue Apr 3 08:18:06 2018 (r466286) @@ -1,2 +1,3 @@ -SHA256 (ecm-6.3.tar.gz) = fd88b89d6f499b9916a181ca1bfec53fe2fd6a57c254f5fc4502fc4a47f0fa41 -SIZE (ecm-6.3.tar.gz) = 849409 +TIMESTAMP = 1522429265 +SHA256 (ecm-7.0.4.tar.gz) = 0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43 +SIZE (ecm-7.0.4.tar.gz) = 1101899