svn commit: r305728 - head/multimedia/vtkmpeg2encode

Pietro Cerutti gahr at FreeBSD.org
Thu Oct 11 14:23:33 UTC 2012


Author: gahr
Date: Thu Oct 11 14:23:33 2012
New Revision: 305728
URL: http://svn.freebsd.org/changeset/ports/305728

Log:
  - Update multimedia/vtkmpeg2encode to reflect math/vtk5 PORTVERSION
  
  Feature safe:	yes

Modified:
  head/multimedia/vtkmpeg2encode/Makefile   (contents, props changed)

Modified: head/multimedia/vtkmpeg2encode/Makefile
==============================================================================
--- head/multimedia/vtkmpeg2encode/Makefile	Thu Oct 11 14:19:07 2012	(r305727)
+++ head/multimedia/vtkmpeg2encode/Makefile	Thu Oct 11 14:23:33 2012	(r305728)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	vtkmpeg2encode
-# Date created:		2007-12-20
-# Whom:			Jason W. Bacon <bacon at smithers.neuro.mcw.edu>
-#
+# Created by: Jason W. Bacon <bacon at smithers.neuro.mcw.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	vtkmpeg2encode
 PORTVERSION=	${VTK_VERSION}
@@ -21,7 +17,7 @@ NO_PACKAGE=	${NO_CDROM}
 USE_CMAKE=	yes
 USE_LDCONFIG=	yes
 CMAKE_ARGS?=	-DBUILD_SHARED_LIBS:BOOL=ON
-VTK_VERSION=	5.8.0
+VTK_VERSION=	5.10.0
 
 MAN3=		vtkmpeg2encode.3
 


More information about the svn-ports-all mailing list