svn commit: r426557 - head/math/reduce

John Marino marino at FreeBSD.org
Sun Nov 20 05:25:43 UTC 2016


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 at 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=


More information about the svn-ports-all mailing list