Date: Tue, 3 Apr 2018 08:18:06 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466286 - head/math/gmp-ecm Message-ID: <201804030818.w338I6lj099953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804030818.w338I6lj099953>