diff options
author | bf <bf@FreeBSD.org> | 2012-02-06 03:40:38 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-02-06 03:40:38 +0800 |
commit | ce8c4e8a54f1323764826ab00ed75198218efba1 (patch) | |
tree | bf7bf8242c14b949789ef58235cee81d37f5e6a1 /math | |
parent | c16836dca3aae24c2976b278076241995b35a05d (diff) | |
download | freebsd-ports-gnome-ce8c4e8a54f1323764826ab00ed75198218efba1.tar.gz freebsd-ports-gnome-ce8c4e8a54f1323764826ab00ed75198218efba1.tar.zst freebsd-ports-gnome-ce8c4e8a54f1323764826ab00ed75198218efba1.zip |
update to 1.50
Diffstat (limited to 'math')
-rw-r--r-- | math/msieve/Makefile | 4 | ||||
-rw-r--r-- | math/msieve/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/msieve/Makefile b/math/msieve/Makefile index a608c2f02768..40c2f7426e4e 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -6,12 +6,12 @@ # PORTNAME= msieve -PORTVERSION= 1.49 +PORTVERSION= 1.50 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= \ ${PORTNAME}/${PORTNAME}/${PORTNAME:C/^m/M/}%20v${PORTVERSION}/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}src MAINTAINER= bf@FreeBSD.org COMMENT= Fast factorization of big integers using MPQS and GNFS diff --git a/math/msieve/distinfo b/math/msieve/distinfo index 69b8addae292..0484ed79e7d1 100644 --- a/math/msieve/distinfo +++ b/math/msieve/distinfo @@ -1,2 +1,2 @@ -SHA256 (msieve149.tar.gz) = cca83c5783ede1b839e22891b8daac90142581fb7e0775791fafba692e187c27 -SIZE (msieve149.tar.gz) = 457680 +SHA256 (msieve150src.tar.gz) = 42e58975fe03ba8d3ffae096962aa4d53d381aa0f9cfb5e6244da11eadcce676 +SIZE (msieve150src.tar.gz) = 547458 |