diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-03-01 11:53:40 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-03-01 11:53:40 +0000 |
commit | 477f1afa4cc4e5dd67252db7e19f6e72698bb99e (patch) | |
tree | 5d46f10f6e0d5147fb7f37f671c4505ebbf13b07 /math/gap/Makefile | |
parent | 8e97a7e57a961f0bff0b2589a98e36ccf4f9db5d (diff) | |
download | ports-477f1afa4cc4e5dd67252db7e19f6e72698bb99e.tar.gz ports-477f1afa4cc4e5dd67252db7e19f6e72698bb99e.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 7466df4e0fd0..6106bf38abc5 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gap -PORTVERSION= 4.7.6.${GAP_DISTDATE} +PORTVERSION= 4.7.7.${GAP_DISTDATE} CATEGORIES= math MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap47/tar.bz2/ \ ftp://ftp.stack.nl/pub/users/johans/gap/ \ @@ -22,7 +22,7 @@ ALL_TARGET= default MAKE_JOBS_UNSAFE=yes GAP_VERSION= ${PORTNAME}${PORTVERSION:R:R:S/./r/} # gap4r5 -GAP_DISTTIME= 2014_11_15-20_02 +GAP_DISTTIME= 2015_02_13-15_29 GAP_DISTDATE= ${GAP_DISTTIME:C/-.*//:S/_//g} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} WRKSRC= ${WRKDIR}/${GAP_VERSION} |