diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-11 13:22:33 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-11 13:22:33 +0800 |
commit | 61e2597e970d9150201a6b2265520dec9a0a1b0b (patch) | |
tree | 4ddd69a9c54227728cdaee5edcef1b789f755362 /math | |
parent | b91c4d2f198bb42c4b3f941544c105aed92e538d (diff) | |
download | freebsd-ports-gnome-61e2597e970d9150201a6b2265520dec9a0a1b0b.tar.gz freebsd-ports-gnome-61e2597e970d9150201a6b2265520dec9a0a1b0b.tar.zst freebsd-ports-gnome-61e2597e970d9150201a6b2265520dec9a0a1b0b.zip |
- Distfile was rerolled to fix a minor bug reported by Kurt Schwehr
The author explained in detail to me via mail.
Noticed by: pointyhat via kris
Approved by: Li-Wen Hsu <lwhsu at lwhsu.org> (maintainer, implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-bitvector/Makefile | 1 | ||||
-rw-r--r-- | math/py-bitvector/distinfo | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/py-bitvector/Makefile b/math/py-bitvector/Makefile index a096671a2c2a..9e682f666bb3 100644 --- a/math/py-bitvector/Makefile +++ b/math/py-bitvector/Makefile @@ -7,6 +7,7 @@ PORTNAME= bitvector PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= http://cobweb.ecn.purdue.edu/~kak/dist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-bitvector/distinfo b/math/py-bitvector/distinfo index e5a89ac8aa0c..6d42c611960a 100644 --- a/math/py-bitvector/distinfo +++ b/math/py-bitvector/distinfo @@ -1,3 +1,3 @@ -MD5 (BitVector-1.3.tar.gz) = 7de8e88b99b40fab1caae69d786cbdf1 -SHA256 (BitVector-1.3.tar.gz) = b34ff229c6833c1964578fe7b7c687ecadea494d3b6d89b37ec9d1d2c4f05a8c -SIZE (BitVector-1.3.tar.gz) = 56486 +MD5 (BitVector-1.3.tar.gz) = c0e029df73b297e15ea28c2d031377d7 +SHA256 (BitVector-1.3.tar.gz) = f2d986fd5f11200c0a569d959eff130ec91115b039b8d6476b7c30e337b10956 +SIZE (BitVector-1.3.tar.gz) = 56671 |