Date: Fri, 24 Mar 2006 14:24:36 +0100 (CET) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94908: [maintainer] math/gap: update to 4.4.7 Message-ID: <20060324132436.95E7E22A13@mud.stack.nl> Resent-Message-ID: <200603241330.k2ODUES5088380@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94908 >Category: ports >Synopsis: [maintainer] math/gap: update to 4.4.7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 24 13:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #10: Wed Mar 1 17:14:02 CET 2006 johans@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: This is an important bugfix update: in some cases gap 4.4.6 could produce the wrong results without any warning. The new release also contains other minor bugfixes and introduces new functionality. >How-To-Repeat: >Fix: This also updates gap packages to the latest version, and removes obsolete USE_REINPLACE setting as well. diff -uNr gap/Makefile gap/Makefile --- gap/Makefile Sat Jan 21 04:06:18 2006 +++ gap/Makefile Fri Mar 24 14:22:13 2006 @@ -6,25 +6,23 @@ # PORTNAME= gap -PORTVERSION= 4.4.6.${GAP_PKGDATE} +PORTVERSION= 4.4.7.${GAP_PKGDATE} CATEGORIES= math MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/ \ ftp://ftp.stack.nl/pub/users/johans/gap/ \ ftp://ftp.gap-system.org/pub/gap/gap4/old/ DISTFILES= packages-${GAP_PKGTIME}.tar.bz2 \ - gap4r4p6.tar.bz2 \ + gap4r4p7.tar.bz2 \ xtom1r1p2.tar.bz2 DIST_SUBDIR= gap MAINTAINER= johans@stack.nl COMMENT= GAP is a system for computational discrete algebra -USE_REINPLACE= yes - .include <bsd.port.pre.mk> GAP_VERSION= gap4r4 -GAP_PKGTIME= 2006_01_15-19_35_UTC +GAP_PKGTIME= 2006_03_07-23_10_UTC GAP_PKGDATE= ${GAP_PKGTIME:C/-.*//:S/_//g} GAP_WRKSRC= ${WRKSRC}/${GAP_VERSION} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} @@ -33,7 +31,7 @@ do-extract: (${MKDIR} ${WRKSRC}; \ cd ${WRKSRC}; \ - ${TAR} xyf ${DISTDIR}/${DIST_SUBDIR}/gap4r4p6.tar.bz2; \ + ${TAR} xyf ${DISTDIR}/${DIST_SUBDIR}/gap4r4p7.tar.bz2; \ ${TAR} xyf ${DISTDIR}/${DIST_SUBDIR}/xtom1r1p2.tar.bz2 ; \ cd ${GAP_WRKSRC}/pkg; \ ${TAR} xyf ${DISTDIR}/${DIST_SUBDIR}/packages-${GAP_PKGTIME}.tar.bz2 ) diff -uNr gap/distinfo gap/distinfo --- gap/distinfo Sat Jan 21 04:06:18 2006 +++ gap/distinfo Fri Mar 24 11:40:22 2006 @@ -1,9 +1,9 @@ -MD5 (gap/packages-2006_01_15-19_35_UTC.tar.bz2) = 07816b9bbfd5b196c840059278223d2e -SHA256 (gap/packages-2006_01_15-19_35_UTC.tar.bz2) = 096e81b818879166cce5179e771c0d80edb0c852ee707e632f22b80406791c07 -SIZE (gap/packages-2006_01_15-19_35_UTC.tar.bz2) = 38422272 -MD5 (gap/gap4r4p6.tar.bz2) = ff750f0ea5f5b7fc6bb0dd1e2fdae42f -SHA256 (gap/gap4r4p6.tar.bz2) = 22143fe27603e67b3f0c6bc051288319e71c5801a60cbbd84463a2e6c9c733a9 -SIZE (gap/gap4r4p6.tar.bz2) = 43029497 +MD5 (gap/packages-2006_03_07-23_10_UTC.tar.bz2) = 05db46cc0744e6403e4ed0801cd635e3 +SHA256 (gap/packages-2006_03_07-23_10_UTC.tar.bz2) = c46460ba39143abe3a4df56324983af3afc38a87ce285201910c0f7a7bf7bbeb +SIZE (gap/packages-2006_03_07-23_10_UTC.tar.bz2) = 36987438 +MD5 (gap/gap4r4p7.tar.bz2) = a65aafa26ce42bce68e81d4bc8d25c04 +SHA256 (gap/gap4r4p7.tar.bz2) = fb777f2d7f36f8d52dd4fef4dcbff7c87412d18afaef20ae397e278eb23f9b39 +SIZE (gap/gap4r4p7.tar.bz2) = 43665564 MD5 (gap/xtom1r1p2.tar.bz2) = 24dc30ebe8133c5ee029e988aaf080d9 SHA256 (gap/xtom1r1p2.tar.bz2) = e7e2510d8358dca6ca2902f5926d72291d614223b16bee7c58ed92e4de10704c SIZE (gap/xtom1r1p2.tar.bz2) = 9443926 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060324132436.95E7E22A13>