Hi,

This diff updates ecm to the latest release 6.4.2.
Tested on amd64, regression ok.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/ecm/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	9 Jan 2013 23:00:51 -0000	1.10
+++ Makefile	10 Jan 2013 07:37:26 -0000
@@ -2,16 +2,15 @@
 
 COMMENT =	elliptic curve method (ECM) factorization library
 
-DISTNAME =	ecm-6.4
-REVISION =	0
-SHARED_LIBS =	ecm	0.0
+DISTNAME =	ecm-6.4.2
+SHARED_LIBS =	ecm	0.1
 CATEGORIES =	math
 
 HOMEPAGE =	http://gforge.inria.fr/projects/ecm/
 
 MAINTAINER =	Benoit Lecocq <ben...@openbsd.org>
 
-# GPLv2 / LGLPv2.1
+# GPLv3 / LGLPv3
 PERMIT_PACKAGE_CDROM =	Yes
 PERMIT_PACKAGE_FTP =	Yes
 PERMIT_DISTFILES_CDROM =Yes
@@ -19,9 +18,11 @@
 
 WANTLIB =		c m gmp
 
-MASTER_SITES =		http://gforge.inria.fr/frs/download.php/30052/
+MASTER_SITES =		http://gforge.inria.fr/frs/download.php/30448/
 
 LIB_DEPENDS =		devel/gmp
+
+USE_LIBTOOL =		Yes
 
 CONFIGURE_STYLE =	gnu
 CONFIGURE_ARGS +=	${CONFIGURE_SHARED}
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/ecm/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	9 Jan 2013 23:00:51 -0000	1.7
+++ distinfo	10 Jan 2013 07:37:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (ecm-6.4.tar.gz) = Yry+vh4qQUs3UNrFwp1EA13tFiq3RAivs9pgcWOaZ4s=
-SIZE (ecm-6.4.tar.gz) = 860879
+SHA256 (ecm-6.4.2.tar.gz) = WfresLEOpVyXOeqbco2xJcka9Ha6/MM+DE3/X4xdQdA=
+SIZE (ecm-6.4.2.tar.gz) = 889034

Reply via email to