diff options
author | pav <pav@FreeBSD.org> | 2007-05-23 04:13:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-23 04:13:57 +0800 |
commit | c5335065323f70bfa05f46634bab4d108919f5a9 (patch) | |
tree | bbb92b8202891f8e19f49fe0c5d5d89581039e39 /math/miracl/Makefile | |
parent | 2fc1d6e9e3c26283edf0e2dbf389a40a9aa68e10 (diff) | |
download | freebsd-ports-gnome-c5335065323f70bfa05f46634bab4d108919f5a9.tar.gz freebsd-ports-gnome-c5335065323f70bfa05f46634bab4d108919f5a9.tar.zst freebsd-ports-gnome-c5335065323f70bfa05f46634bab4d108919f5a9.zip |
- Update to 5.3 (unbreak checksum)
- Copy to local-distfiles, so we don't have to update this port every few days
Approved by: portmgr (implicit)
Diffstat (limited to 'math/miracl/Makefile')
-rw-r--r-- | math/miracl/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index c92127a0651d..5557bee2d830 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -6,12 +6,13 @@ # PORTNAME= miracl -PORTVERSION= 5.23 -PORTREVISION= 3 +PORTVERSION= 5.3 CATEGORIES= math -MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ +MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= pav DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}_${PORTREVISION} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision Integer and Rational Arithmetic C/C++ Library |