diff options
author | pav <pav@FreeBSD.org> | 2005-04-09 03:50:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-09 03:50:15 +0800 |
commit | 29a5122e1616275adf31129467adac8d17601bf1 (patch) | |
tree | ddcfa7aba1dc0adbf9f1633de1a26d061e15792a /math/gap/Makefile | |
parent | ec348194cfa8848b777f8ec2423a501492d05ee7 (diff) | |
download | freebsd-ports-gnome-29a5122e1616275adf31129467adac8d17601bf1.tar.gz freebsd-ports-gnome-29a5122e1616275adf31129467adac8d17601bf1.tar.zst freebsd-ports-gnome-29a5122e1616275adf31129467adac8d17601bf1.zip |
- Update to 4.4.4.20050402
PR: ports/79642
Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r-- | math/gap/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 5672bda42cc6..f19166de4315 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -6,13 +6,13 @@ # PORTNAME= gap -PORTVERSION= 4.4.4.20050214 +PORTVERSION= 4.4.4.${GAP_PKGDATE} CATEGORIES= math -MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/:new \ - ftp://ftp.gap-system.org/pub/gap/gap4/old/:old -DISTFILES= packages-2005_02_14-19_42_UTC.tar.bz2:new \ - gap4r4p4.tar.bz2:new \ - xtom1r1.tar.bz2:new +MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/ \ + ftp://ftp.gap-system.org/pub/gap/gap4/old/ +DISTFILES= packages-${GAP_PKGTIME}.tar.bz2 \ + gap4r4p4.tar.bz2 \ + xtom1r1.tar.bz2 DIST_SUBDIR= gap MAINTAINER= johans@stack.nl @@ -21,6 +21,8 @@ COMMENT= GAP is a system for computational discrete algebra .include <bsd.port.pre.mk> GAP_VERSION= gap4r4 +GAP_PKGTIME= 2005_04_02-13_44_UTC +GAP_PKGDATE= ${GAP_PKGTIME:C/-.*//:S/_//g} GAP_WRKSRC= ${WRKSRC}/${GAP_VERSION} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} PLIST_FILES= bin/gap @@ -31,7 +33,7 @@ do-extract: ${TAR} xyf ${DISTDIR}/${DIST_SUBDIR}/gap4r4p4.tar.bz2; \ ${TAR} xyf ${DISTDIR}/${DIST_SUBDIR}/xtom1r1.tar.bz2 ; \ cd ${GAP_WRKSRC}/pkg; \ - ${TAR} xyf ${DISTDIR}/${DIST_SUBDIR}/packages-2005_02_14-19_42_UTC.tar.bz2 ) + ${TAR} xyf ${DISTDIR}/${DIST_SUBDIR}/packages-${GAP_PKGTIME}.tar.bz2 ) do-configure: (cd ${GAP_WRKSRC}; ./configure) |