diff options
author | lioux <lioux@FreeBSD.org> | 2005-03-28 07:29:56 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-03-28 07:29:56 +0800 |
commit | c5848d08ee65207e43ac316258242a16236236e7 (patch) | |
tree | 837401b65f9e58702eb8dee0b10c9cc4065f5cc7 /math | |
parent | 5d647ee65e3b24ccbaa3fbf90c9f23f7f733f3d2 (diff) | |
download | freebsd-ports-gnome-c5848d08ee65207e43ac316258242a16236236e7.tar.gz freebsd-ports-gnome-c5848d08ee65207e43ac316258242a16236236e7.tar.zst freebsd-ports-gnome-c5848d08ee65207e43ac316258242a16236236e7.zip |
o Update distfile checksum: developer has updated distfile source
code without updating versioning
o diff(1) between old and new distfiles show that:
- New class methods have been added with new functionality
- Some style changes (tabs replacing spaces, etc)
Approved by: portmgr (marcus)
Diffstat (limited to 'math')
-rw-r--r-- | math/miracl/Makefile | 3 | ||||
-rw-r--r-- | math/miracl/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 968460dfd4a5..5f725b85bfd0 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -7,6 +7,7 @@ PORTNAME= miracl DISTVERSION= 4.85 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ DISTNAME= ${PORTNAME} @@ -14,8 +15,6 @@ DISTNAME= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org COMMENT= Multiprecision Integer and Rational Arithmetic C/C++ Library -BROKEN= Size mismatch - USE_ZIP= yes USE_REINPLACE= yes NO_WRKSUBDIR= ys diff --git a/math/miracl/distinfo b/math/miracl/distinfo index 8e1f18b6c6d3..b354e61669dc 100644 --- a/math/miracl/distinfo +++ b/math/miracl/distinfo @@ -1,2 +1,2 @@ -MD5 (miracl.zip) = d27a168c47a1d8f27e905125275e2168 -SIZE (miracl.zip) = 1414645 +MD5 (miracl.zip) = 5357493137571ec76294b0f089bca33f +SIZE (miracl.zip) = 1418786 |