svn commit: r404904 - head/math/py-pyvtk

Martin Wilke miwi at FreeBSD.org
Thu Dec 31 03:24:13 UTC 2015


Author: miwi
Date: Thu Dec 31 03:24:11 2015
New Revision: 404904
URL: https://svnweb.freebsd.org/changeset/ports/404904

Log:
  - Correct PORTNAME
  
  Reported by:    koobs

Modified:
  head/math/py-pyvtk/Makefile

Modified: head/math/py-pyvtk/Makefile
==============================================================================
--- head/math/py-pyvtk/Makefile	Thu Dec 31 03:19:03 2015	(r404903)
+++ head/math/py-pyvtk/Makefile	Thu Dec 31 03:24:11 2015	(r404904)
@@ -1,11 +1,12 @@
 # Created by: Yuri Victorovich <yuri at rawbw.com>
 # $FreeBSD$
 
-PORTNAME=	PyVTK
+PORTNAME=	pyVTK
 PORTVERSION=	0.4.85
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	PyVTK-${PORTVERSION}
 
 MAINTAINER=	yuri at rawbw.com
 COMMENT=	Tools for manipulating VTK files in Python


More information about the svn-ports-head mailing list