diff options
author | johans <johans@FreeBSD.org> | 2013-02-10 17:17:48 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-02-10 17:17:48 +0800 |
commit | 1f32ecb68ee02221e922f030ab7f60670bb50608 (patch) | |
tree | ae068a91be41ed6bf57798cf43ce8b51a23f1d93 /math/gap | |
parent | 0d601e6513f1455b1b49b292827de4fc4243103c (diff) | |
download | freebsd-ports-gnome-1f32ecb68ee02221e922f030ab7f60670bb50608.tar.gz freebsd-ports-gnome-1f32ecb68ee02221e922f030ab7f60670bb50608.tar.zst freebsd-ports-gnome-1f32ecb68ee02221e922f030ab7f60670bb50608.zip |
Update GAP to 4.6.2
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 8 | ||||
-rw-r--r-- | math/gap/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index b510d920f322..bc00d12c2b96 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= gap -PORTVERSION= 4.5.7.${GAP_DISTDATE} +PORTVERSION= 4.6.2.${GAP_DISTDATE} CATEGORIES= math -MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap45/tar.bz2/ \ +MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap46/tar.bz2/ \ ftp://ftp.stack.nl/pub/users/johans/gap/ \ - ftp://ftp.gap-system.org/pub/gap/gap45/old/ + ftp://ftp.gap-system.org/pub/gap/gap46/old/ DISTNAME= ${GAP_VERSION}p${PORTVERSION:R:E}_${GAP_DISTTIME} MAINTAINER= johans@FreeBSD.org @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes ALL_TARGET= default GAP_VERSION= ${PORTNAME}${PORTVERSION:R:R:S/./r/} # gap4r5 -GAP_DISTTIME= 2012_12_14-17_45 +GAP_DISTTIME= 2013_02_02-01_00 GAP_DISTDATE= ${GAP_DISTTIME:C/-.*//:S/_//g} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} WRKSRC= ${WRKDIR}/${GAP_VERSION} diff --git a/math/gap/distinfo b/math/gap/distinfo index 0f8ace3a6e0b..6b0202170e54 100644 --- a/math/gap/distinfo +++ b/math/gap/distinfo @@ -1,2 +1,2 @@ -SHA256 (gap4r5p7_2012_12_14-17_45.tar.bz2) = a2302418bf4ce6765e156a8dee6fe1c46ec86b8cbbd3f3d4312b6e9807b01990 -SIZE (gap4r5p7_2012_12_14-17_45.tar.bz2) = 212571403 +SHA256 (gap4r6p2_2013_02_02-01_00.tar.bz2) = ab0f3e933df28ec2d4b4bd4a515e3553fa6926aef1c54efed18487ad2e0af8d3 +SIZE (gap4r6p2_2013_02_02-01_00.tar.bz2) = 212419722 |