diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-08-14 15:51:59 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-08-14 15:51:59 +0000 |
commit | b2c7332d6203c7b0915591f5fd1f39bb1e5ffc42 (patch) | |
tree | c3741d37e6a01cc3108d810fac03689e6255b2cf /math | |
parent | dd6877ffe7e85fee0ef2f5fe9334b3c7004449f9 (diff) | |
download | ports-b2c7332d6203c7b0915591f5fd1f39bb1e5ffc42.tar.gz ports-b2c7332d6203c7b0915591f5fd1f39bb1e5ffc42.zip |
Notes
Diffstat (limited to 'math')
-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} |