diff options
-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 |