diff options
Diffstat (limited to 'math/gap/Makefile')
-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 bc00d12c2b96..2af3db5c07d5 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gap -PORTVERSION= 4.6.2.${GAP_DISTDATE} +PORTVERSION= 4.6.3.${GAP_DISTDATE} CATEGORIES= math MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap46/tar.bz2/ \ ftp://ftp.stack.nl/pub/users/johans/gap/ \ @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes ALL_TARGET= default GAP_VERSION= ${PORTNAME}${PORTVERSION:R:R:S/./r/} # gap4r5 -GAP_DISTTIME= 2013_02_02-01_00 +GAP_DISTTIME= 2013_03_18-17_40 GAP_DISTDATE= ${GAP_DISTTIME:C/-.*//:S/_//g} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} WRKSRC= ${WRKDIR}/${GAP_VERSION} |