Date: Mon, 12 Feb 2018 11:42:15 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461577 - head/math/gap Message-ID: <201802121142.w1CBgFN6089124@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Mon Feb 12 11:42:15 2018 New Revision: 461577 URL: https://svnweb.freebsd.org/changeset/ports/461577 Log: Update GAP to 4.8.10 Modified: head/math/gap/Makefile head/math/gap/distinfo Modified: head/math/gap/Makefile ============================================================================== --- head/math/gap/Makefile Mon Feb 12 11:20:56 2018 (r461576) +++ head/math/gap/Makefile Mon Feb 12 11:42:15 2018 (r461577) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= gap -PORTVERSION= 4.8.6.${GAP_DISTDATE} -PORTREVISION= 1 +PORTVERSION= 4.8.10.${GAP_DISTDATE} CATEGORIES= math -MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap48/tar.bz2/ \ +MASTER_SITES= http://www.gap-system.org/pub/gap/gap48/tar.bz2/ \ ftp://ftp.stack.nl/pub/users/johans/gap/ \ ftp://ftp.gap-system.org/pub/gap/gap48/old/ DISTNAME= ${GAP_VERSION}p${PORTVERSION:R:E}_${GAP_DISTTIME} @@ -28,7 +27,7 @@ SHEBANG_FILES= configure \ pkg/*/doc/convert.pl \ pkg/anupq-*/tst/make_anupqeg \ pkg/crime/gap/print.pl \ - pkg/fr-*/cnf/config.status \ + pkg/io-*/tst/sleep.sh \ pkg/pargap/mpinu/thwap GNU_CONFIGURE= yes @@ -39,7 +38,7 @@ INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE=yes GAP_VERSION= ${PORTNAME}${PORTVERSION:R:R:S/./r/} # gap4r5 -GAP_DISTTIME= 2016_11_12-14_25 +GAP_DISTTIME= 2018_01_15-13_02 GAP_DISTDATE= ${GAP_DISTTIME:C/-.*//:S/_//g} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} WRKSRC= ${WRKDIR}/${GAP_VERSION} @@ -72,6 +71,7 @@ do-install: post-install: @${FIND} ${STAGEDIR}${GAP_LIBDIR} -type d -empty -delete + @${FIND} ${STAGEDIR}${GAP_LIBDIR} -name \*.py -delete @${FIND} ${STAGEDIR}${GAP_LIBDIR} ! -type d | \ ${SED} 's,${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} Modified: head/math/gap/distinfo ============================================================================== --- head/math/gap/distinfo Mon Feb 12 11:20:56 2018 (r461576) +++ head/math/gap/distinfo Mon Feb 12 11:42:15 2018 (r461577) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479195299 -SHA256 (gap4r8p6_2016_11_12-14_25.tar.bz2) = cb401fde6b3e3c0095c55e9a92390bacd997cf5431149d53177a8cd76ab8c2a6 -SIZE (gap4r8p6_2016_11_12-14_25.tar.bz2) = 268431064 +TIMESTAMP = 1518431373 +SHA256 (gap4r8p10_2018_01_15-13_02.tar.bz2) = ce644e713b8ca087f1c2a7384a74f4ca2d9809e98795b97e54d16963ad6cee73 +SIZE (gap4r8p10_2018_01_15-13_02.tar.bz2) = 277801929
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121142.w1CBgFN6089124>