Date: Sun, 20 Nov 2016 05:25:41 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426557 - head/math/reduce Message-ID: <201611200525.uAK5PflK077347@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Nov 20 05:25:41 2016 New Revision: 426557 URL: https://svnweb.freebsd.org/changeset/ports/426557 Log: math/reduce: Fix fetching The distfile was archived at Sourceforge. It is at least 5 releases behind. It's unclear how much longer this old distfile will be hosted, so it would be a good idea to update math/reduce soon. Modified: head/math/reduce/Makefile Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Sun Nov 20 05:07:26 2016 (r426556) +++ head/math/reduce/Makefile Sun Nov 20 05:25:41 2016 (r426557) @@ -4,7 +4,7 @@ PORTNAME= reduce PORTVERSION= 20141130 CATEGORIES= math lang -MASTER_SITES= SF/${PORTNAME}-algebra/Snapshot_2014-11-30/ +MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/ DISTNAME= ${PORTNAME}-src-2014-11-30 MAINTAINER= pfg@FreeBSD.org @@ -19,6 +19,8 @@ TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unk CONFIGURE_ARGS= --build=${TARGET_SDIR} WRKSRC= ${WRKDIR}/${DISTNAME} +SFSUBDIR= Snapshot_2014-11-30-kept-only-for-historical-interest + # Avoid GNU_CONFIGURE as it breaks staging HAS_CONFIGURE= yes ALL_TARGET=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611200525.uAK5PflK077347>