svn commit: r402779 - head/devel/gdcm

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Dec 1 19:37:08 UTC 2015


Author: stephen
Date: Tue Dec  1 19:37:06 2015
New Revision: 402779
URL: https://svnweb.freebsd.org/changeset/ports/402779

Log:
  - Chase library number changes from ports/r402502 applied to cad/vtk6.

Modified:
  head/devel/gdcm/Makefile

Modified: head/devel/gdcm/Makefile
==============================================================================
--- head/devel/gdcm/Makefile	Tue Dec  1 19:35:50 2015	(r402778)
+++ head/devel/gdcm/Makefile	Tue Dec  1 19:37:06 2015	(r402779)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdcm
 PORTVERSION=	${GDCM_MAJOR}.${GDCM_MINOR}.${GDCM_PATCH}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/gdcm/gdcm%202.x/GDCM%20${PORTVERSION}
 
@@ -37,7 +37,7 @@ GDCM_PATCH=	4
 
 # Change this whenever VTK is updated
 VTK5_VERSION=	5.10
-VTK6_VERSION=	6.1
+VTK6_VERSION=	6.2
 
 USES=		alias cmake:outsource tar:bzip2
 USE_OPENSSL=	yes


More information about the svn-ports-head mailing list