svn commit: r345784 - head/math/vtk5

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 24 08:40:58 UTC 2014


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 at FreeBSD.org
 COMMENT=	The Visualization Toolkit


More information about the svn-ports-head mailing list