summaryrefslogtreecommitdiff
path: root/math/gap/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-22 16:06:33 +0000
committercjep <cjep@pkgsrc.org>2002-12-22 16:06:33 +0000
commit883c8d629a52f8d39dca703e2505051704cda532 (patch)
tree0cf4d139a7919b73597ec87ff9bcfc21704f1ddf /math/gap/Makefile
parentce67286f2ad6c72f7ed11471d836f74f946b140e (diff)
downloadpkgsrc-883c8d629a52f8d39dca703e2505051704cda532.tar.gz
Update of math/gap (GAP 4.3) to bug fix 4.
Changes since bug fix 3: * Interface changes affecting the AutPGrp and ANUPQ packages (these packages will need reinstallation). * 24 computational problems (please see the description4 file supplied with the GAP distribution and the NetBSD package).
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r--math/gap/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile
index 11b9eaaad04..468708ab554 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.2 2002/10/08 04:49:41 cjep Exp $
+# $NetBSD: Makefile,v 1.3 2002/12/22 16:06:33 cjep Exp $
#
DISTNAME= gap4r3
PKGNAME= gap-4.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \
ftp://ftp.math.rwth-aachen.de/pub/gap4/ \
ftp://pell.anu.edu.au/pub/algebra/gap4/ \
ftp://ftp.ccs.neu.edu/pub/mirrors/ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- fix4r3n3.tar.gz
+ fix4r3n4.tar.gz
MAINTAINER= cjep@netbsd.org
HOMEPAGE= http://www.gap-system.org/
COMMENT= Computational group theory and discrete algebra language
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-SITES_fix4r3n3.tar.gz= ${MASTER_SITES:=bugfixes/}
+SITES_fix4r3n4.tar.gz= ${MASTER_SITES:=bugfixes/}
LICENSE= no-commercial-use
@@ -29,7 +29,7 @@ GAP_DIRECTORY= ${PREFIX}/lib/gap4.3
GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-cc
post-extract:
- ( cd ${WRKSRC} && ${GTAR} zxf ${DISTDIR}/fix4r3n3.tar.gz )
+ ( cd ${WRKSRC} && ${GTAR} zxf ${DISTDIR}/fix4r3n4.tar.gz )
do-install:
${INSTALL_PROGRAM_DIR} ${GAP_DIRECTORY}
@@ -41,7 +41,7 @@ do-install:
${GAP_DIRECTORY}/bin/${GAP_PLATFORM}
${INSTALL_SCRIPT} ${WRKSRC}/bin/gap.sh \
${PREFIX}/bin/gap${PKGVERSION}
- ${INSTALL_DATA} ${WRKSRC}/description3 \
+ ${INSTALL_DATA} ${WRKSRC}/description4 \
${GAP_DIRECTORY}
${LN} -sf ${PREFIX}/bin/gap${PKGVERSION} ${PREFIX}/bin/gap
${INSTALL_DATA} ${WRKSRC}/sysinfo.gap \