diff options
author | pav <pav@FreeBSD.org> | 2007-02-07 20:51:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-07 20:51:16 +0800 |
commit | f6a6d04338007f1fdd8d96544844588b14aac7ba (patch) | |
tree | c527fa951b87ff50665f4dc609c4ab7ec15d2144 /math | |
parent | 06f9153916385c98f64148005b86425f23212270 (diff) | |
download | freebsd-ports-gnome-f6a6d04338007f1fdd8d96544844588b14aac7ba.tar.gz freebsd-ports-gnome-f6a6d04338007f1fdd8d96544844588b14aac7ba.tar.zst freebsd-ports-gnome-f6a6d04338007f1fdd8d96544844588b14aac7ba.zip |
- Update to 5.21
Diffstat (limited to 'math')
-rw-r--r-- | math/miracl/Makefile | 14 | ||||
-rw-r--r-- | math/miracl/distinfo | 6 | ||||
-rw-r--r-- | math/miracl/pkg-descr | 4 |
3 files changed, 10 insertions, 14 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 7a5da12fd017..d734f2cbdf6b 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -6,28 +6,26 @@ # PORTNAME= miracl -DISTVERSION= 4.85 -PORTREVISION= 3 +PORTVERSION= 5.21 CATEGORIES= math -MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ \ - http://indigo.ie/~mscott/ +MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision Integer and Rational Arithmetic C/C++ Library USE_ZIP= yes -NO_WRKSUBDIR= ys +NO_WRKSUBDIR= yes EXTRACT_BEFORE_ARGS= -j -aa -L -PLIST_FILES= \ - lib/libmiracl.a +PLIST_FILES= lib/libmiracl.a .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not build on !i386" +BROKEN= Does not build on !i386 .endif post-patch: diff --git a/math/miracl/distinfo b/math/miracl/distinfo index 536f36877a16..b59e5eeb1c29 100644 --- a/math/miracl/distinfo +++ b/math/miracl/distinfo @@ -1,3 +1,3 @@ -MD5 (miracl.zip) = 06fc449d12cd1143254a2f78499669dc -SHA256 (miracl.zip) = cb217ba736f37838f139db14d4fe9abf93a3750cf9a3b292fe586537c14b10df -SIZE (miracl.zip) = 1439797 +MD5 (miracl/5.21/miracl.zip) = 95bd353d8d919f4a0b0e7cc4f5fad6ec +SHA256 (miracl/5.21/miracl.zip) = 484761b551b957b3d4db43f3a67b6980393ab00853c7190471799cc3c971d07a +SIZE (miracl/5.21/miracl.zip) = 1444226 diff --git a/math/miracl/pkg-descr b/math/miracl/pkg-descr index 65f4b135e1da..ae8d97fbbeec 100644 --- a/math/miracl/pkg-descr +++ b/math/miracl/pkg-descr @@ -15,6 +15,4 @@ implemented as a C library, a well-thought out C++ wrapper is provided, which greatly simplifies program development. Most example programs (25+ of them) are provided in both C and C++ versions. -WWW: http://indigo.ie/~mscott/ - --- lioux@FreeBSD.org +WWW: http://www.shamus.ie/ |