diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-02-06 03:40:38 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-02-06 03:40:38 +0800 |
commit | f6b630018387b3a7a36dd83d6c912b50a1052919 (patch) | |
tree | a5a7e09fafad9cdc4f5edfbd383fd5475efa1fb1 /math/msieve | |
parent | ca97af0a942f89892d4b997a92c6578416275e62 (diff) | |
download | freebsd-ports-gnome-f6b630018387b3a7a36dd83d6c912b50a1052919.tar.gz freebsd-ports-gnome-f6b630018387b3a7a36dd83d6c912b50a1052919.tar.zst freebsd-ports-gnome-f6b630018387b3a7a36dd83d6c912b50a1052919.zip |
update to 1.50
Diffstat (limited to 'math/msieve')
-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 |