Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 07:18:35 +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: r331354 - in head/devel/gdcm: . files
Message-ID:  <201310230718.r9N7IZIo059285@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Oct 23 07:18:35 2013
New Revision: 331354
URL: http://svnweb.freebsd.org/changeset/ports/331354

Log:
  - Update to 2.2.6
  
    Release notes: http://gdcm.sf.net/wiki/index.php/GDCM_Release_2.2.6

Deleted:
  head/devel/gdcm/files/patch-Source-MediaStorageAndFileFormat_gdcmFileStreamer.cxx
Modified:
  head/devel/gdcm/Makefile
  head/devel/gdcm/distinfo

Modified: head/devel/gdcm/Makefile
==============================================================================
--- head/devel/gdcm/Makefile	Wed Oct 23 07:14:05 2013	(r331353)
+++ head/devel/gdcm/Makefile	Wed Oct 23 07:18:35 2013	(r331354)
@@ -35,7 +35,7 @@ NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MVTK}
-LIB_DEPENDS+=	vtkHybrid.5:${PORTSDIR}/math/vtk5
+LIB_DEPENDS+=	libvtkHybrid.so.5:${PORTSDIR}/math/vtk5
 CMAKE_ARGS+=	-DGDCM_USE_VTK:BOOL=YES
 PLIST_SUB+=	VTK=""
 .else
@@ -44,7 +44,7 @@ PLIST_SUB+=	VTK="@comment "
 
 GDCM_MAJOR=	2
 GDCM_MINOR=	2
-GDCM_PATCH=	5
+GDCM_PATCH=	6
 
 PLIST_SUB+=	GDCM_MAJOR="${GDCM_MAJOR}" \
 		GDCM_MINOR="${GDCM_MINOR}" \

Modified: head/devel/gdcm/distinfo
==============================================================================
--- head/devel/gdcm/distinfo	Wed Oct 23 07:14:05 2013	(r331353)
+++ head/devel/gdcm/distinfo	Wed Oct 23 07:18:35 2013	(r331354)
@@ -1,2 +1,2 @@
-SHA256 (gdcm-2.2.5.tar.bz2) = 801df704213812fe7627531587b8848ae0de56aaf68aacbf18cf84857838576d
-SIZE (gdcm-2.2.5.tar.bz2) = 4290242
+SHA256 (gdcm-2.2.6.tar.bz2) = e84bdbf3736a3785e4fa599ef3b78cb8adb7169105ec1bf52ac83cda4e09b0c2
+SIZE (gdcm-2.2.6.tar.bz2) = 4372766



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