diff options
author | johans <johans@FreeBSD.org> | 2013-08-14 23:51:59 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-08-14 23:51:59 +0800 |
commit | 5451cec2f6007d00c85a193799f4c2dd88c451c3 (patch) | |
tree | c3741d37e6a01cc3108d810fac03689e6255b2cf /math/gap | |
parent | 8c024bf2696da22e010f0c66285bfc44458a67fb (diff) | |
download | freebsd-ports-gnome-5451cec2f6007d00c85a193799f4c2dd88c451c3.tar.gz freebsd-ports-gnome-5451cec2f6007d00c85a193799f4c2dd88c451c3.tar.zst freebsd-ports-gnome-5451cec2f6007d00c85a193799f4c2dd88c451c3.zip |
Update to GAP 4.6.5
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index df977eaaaaa0..460ef2b17195 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gap -PORTVERSION= 4.6.3.${GAP_DISTDATE} +PORTVERSION= 4.6.5.${GAP_DISTDATE} CATEGORIES= math MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap46/tar.bz2/ \ ftp://ftp.stack.nl/pub/users/johans/gap/ \ @@ -20,7 +20,7 @@ ALL_TARGET= default MAKE_JOBS_UNSAFE=yes GAP_VERSION= ${PORTNAME}${PORTVERSION:R:R:S/./r/} # gap4r5 -GAP_DISTTIME= 2013_03_18-17_40 +GAP_DISTTIME= 2013_07_20-20_02 GAP_DISTDATE= ${GAP_DISTTIME:C/-.*//:S/_//g} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} WRKSRC= ${WRKDIR}/${GAP_VERSION} |