Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 07:19:19 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503039 - head/graphics/povray-meta
Message-ID:  <201905300719.x4U7JJ6M071446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu May 30 07:19:19 2019
New Revision: 503039
URL: https://svnweb.freebsd.org/changeset/ports/503039

Log:
  graphics/povray-meta: Remove povray31 reference
  
  It has been removed in 2014.

Modified:
  head/graphics/povray-meta/Makefile

Modified: head/graphics/povray-meta/Makefile
==============================================================================
--- head/graphics/povray-meta/Makefile	Thu May 30 07:07:45 2019	(r503038)
+++ head/graphics/povray-meta/Makefile	Thu May 30 07:19:19 2019	(r503039)
@@ -2,6 +2,7 @@
 
 PORTNAME=	povray-meta
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	#
 DISTFILES=	#
@@ -13,7 +14,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 PLIST_FILES=	bin/povray
 
-POV_VERSIONS_ALL=	31 36 37
+POV_VERSIONS_ALL=	36 37
 #By default only the following version will be installed and
 #link bin/povray -> bin/povray${DEFAULT_VER} will be created.
 DEFAULT_VER?=	36



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