diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-31 03:39:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-31 03:39:14 +0800 |
commit | 8e25372dae95f2b41f2e37176e67c7db9c3b7251 (patch) | |
tree | cdfae3b22c8dcf208389b42c5ffa4366917129c4 /math | |
parent | c7ed8fc937c87a6def8f1f40942a0e4f7196656b (diff) | |
download | freebsd-ports-gnome-8e25372dae95f2b41f2e37176e67c7db9c3b7251.tar.gz freebsd-ports-gnome-8e25372dae95f2b41f2e37176e67c7db9c3b7251.tar.zst freebsd-ports-gnome-8e25372dae95f2b41f2e37176e67c7db9c3b7251.zip |
- Update to 6.2.0
PR: 124044
Submitted by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/gmp-ecm/Makefile | 13 | ||||
-rw-r--r-- | math/gmp-ecm/distinfo | 6 | ||||
-rw-r--r-- | math/gmp-ecm/pkg-plist | 4 |
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 |