diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-03-21 18:25:04 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-03-21 18:25:04 +0000 |
commit | cb9b5c98b467367ac864557ed1702748e617f497 (patch) | |
tree | 4cafd71095e3c3a4197ab657e01903a4f8c667e0 /math/gap/Makefile | |
parent | 24536765524cbc076a12736a7e6766e02aebf219 (diff) | |
download | ports-cb9b5c98b467367ac864557ed1702748e617f497.tar.gz ports-cb9b5c98b467367ac864557ed1702748e617f497.zip |
Notes
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} |