Date: Tue, 1 Dec 2015 19:37:06 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402779 - head/devel/gdcm Message-ID: <201512011937.tB1Jb6Lq065342@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512011937.tB1Jb6Lq065342>