diff options
author | pav <pav@FreeBSD.org> | 2007-04-15 21:00:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-15 21:00:11 +0800 |
commit | e338ab54df4f2ad89e1e2c5227cb9db7401e0d68 (patch) | |
tree | 7a61376b3acb2a34841dfc00203ef86e46d45fab /math/miracl/Makefile | |
parent | e099a947d3ff99beaf0644b9f896d3b0ad49941f (diff) | |
download | freebsd-ports-gnome-e338ab54df4f2ad89e1e2c5227cb9db7401e0d68.tar.gz freebsd-ports-gnome-e338ab54df4f2ad89e1e2c5227cb9db7401e0d68.tar.zst freebsd-ports-gnome-e338ab54df4f2ad89e1e2c5227cb9db7401e0d68.zip |
- Update to a new distfile
Reported by: Andreas Svensson <andreas.svensson@4wit.se>
Diffstat (limited to 'math/miracl/Makefile')
-rw-r--r-- | math/miracl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 7e317ceb4f5d..0ea825ea99cf 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -7,10 +7,11 @@ PORTNAME= miracl PORTVERSION= 5.23 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}_${PORTREVISION} MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision Integer and Rational Arithmetic C/C++ Library |