aboutsummaryrefslogtreecommitdiff
path: root/math/gmp-ecm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-30 19:39:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-30 19:39:14 +0000
commit9313471241e35603531041a18585002aab423605 (patch)
tree64464fa3606c1d6063b1c6236b135533126c944a /math/gmp-ecm
parent3980c6189bef8f01317025fdebdf3a7d5a709f4e (diff)
downloadports-9313471241e35603531041a18585002aab423605.tar.gz
ports-9313471241e35603531041a18585002aab423605.zip
- Update to 6.2.0
PR: 124044 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=213965
Diffstat (limited to 'math/gmp-ecm')
-rw-r--r--math/gmp-ecm/Makefile13
-rw-r--r--math/gmp-ecm/distinfo6
-rw-r--r--math/gmp-ecm/pkg-plist4
3 files changed, 13 insertions, 10 deletions
diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile
index 3094576c2114..91a04acd2f95 100644
--- a/math/gmp-ecm/Makefile
+++ b/math/gmp-ecm/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= gmp-ecm
-PORTVERSION= 6.1.2
+PORTVERSION= 6.2.0
CATEGORIES= math
-MASTER_SITES= http://gforge.inria.fr/frs/download.php/1498/
+MASTER_SITES= http://gforge.inria.fr/frs/download.php/4663/
DISTNAME= ecm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -16,7 +16,14 @@ COMMENT= Elliptic Curve Method for Integer Factorization
LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
+WRKSRC= ${WRKDIR}/ecm-${PORTVERSION:R}
+
+USE_GNOME= gnometarget
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gmp=${LOCALBASE}
+CONFIGURE_ARGS= ac_cv_prog_XSLTPROC=no \
+ --with-gmp=${LOCALBASE}
+
+MAN1= ecm.1
+PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a lib/libecm.la
.include <bsd.port.mk>
diff --git a/math/gmp-ecm/distinfo b/math/gmp-ecm/distinfo
index 116b5bd30357..f2f7eec82e23 100644
--- a/math/gmp-ecm/distinfo
+++ b/math/gmp-ecm/distinfo
@@ -1,3 +1,3 @@
-MD5 (ecm-6.1.2.tar.gz) = 483124c396f7709d7f52d0e45b428574
-SHA256 (ecm-6.1.2.tar.gz) = 8af2e26f54b39927b6672ad0cbb46601de1f0276de4c2fa4d0c615583bb49916
-SIZE (ecm-6.1.2.tar.gz) = 388248
+MD5 (ecm-6.2.0.tar.gz) = 494484f18c542f3e01a96c047ba27d9a
+SHA256 (ecm-6.2.0.tar.gz) = a1b7ef18da70ff30d9f7763d9864380f094e912442dfc9f66e5070be513750ce
+SIZE (ecm-6.2.0.tar.gz) = 754417
diff --git a/math/gmp-ecm/pkg-plist b/math/gmp-ecm/pkg-plist
deleted file mode 100644
index 1fc0d0545ce7..000000000000
--- a/math/gmp-ecm/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $FreeBSD$
-bin/ecm
-include/ecm.h
-lib/libecm.a