Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 08:40:57 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345784 - head/math/vtk5
Message-ID:  <201402240840.s1O8evcS010198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Feb 24 08:40:57 2014
New Revision: 345784
URL: http://svnweb.freebsd.org/changeset/ports/345784
QAT: https://qat.redports.org/buildarchive/r345784/

Log:
  - Make UNIQUENAME really unique (used to conflict with math/vtk6's)
  - Remove dead MASTER_SITE

Modified:
  head/math/vtk5/Makefile

Modified: head/math/vtk5/Makefile
==============================================================================
--- head/math/vtk5/Makefile	Mon Feb 24 08:05:46 2014	(r345783)
+++ head/math/vtk5/Makefile	Mon Feb 24 08:40:57 2014	(r345784)
@@ -5,9 +5,9 @@ PORTNAME=	vtk
 PORTVERSION=	5.10.1
 PORTREVISION=	1
 CATEGORIES=	math graphics
-MASTER_SITES=	http://www.vtk.org/files/release/${PORTVERSION:R}/ \
-		http://www.neuro.mcw.edu/Ports/distfiles/VTK5/
+MASTER_SITES=	http://www.vtk.org/files/release/${PORTVERSION:R}/
 PKGNAMESUFFIX=	5
+UNIQUENAME=	${PKGBASE}
 
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	The Visualization Toolkit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402240840.s1O8evcS010198>