Date: Tue, 13 Jul 2021 22:51:27 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6fe7b7c336d2 - main - graphics/povray*: Pass maintainership to submitter and set default to 3.7 Message-ID: <202107132251.16DMpRr0009780@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fe7b7c336d2deab2ed95e6eeccbe0eb267a09cf commit 6fe7b7c336d2deab2ed95e6eeccbe0eb267a09cf Author: Philipp Ost <bsd@philippost.de> AuthorDate: 2021-07-13 22:49:45 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-07-13 22:51:18 +0000 graphics/povray*: Pass maintainership to submitter and set default to 3.7 graphics/povray-meta: claim maintainership, set default version to version 3.7. POV-Ray 3.7.0 has been released in November 2013 and is the current official version for all platforms. PR: 257083 --- graphics/povray-meta/Makefile | 6 +++--- graphics/povray36/Makefile | 2 +- graphics/povray37/Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/povray-meta/Makefile b/graphics/povray-meta/Makefile index 9d10da399612..ef653a060388 100644 --- a/graphics/povray-meta/Makefile +++ b/graphics/povray-meta/Makefile @@ -1,11 +1,11 @@ PORTNAME= povray-meta PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= # DISTFILES= # -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bsd@philippost.de COMMENT= Meta port for all povray ports NO_BUILD= yes @@ -15,7 +15,7 @@ PLIST_FILES= bin/povray 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 +DEFAULT_VER?= 37 #Additional version can be installed by defining WITH_POVRAY${ver}. #To change version linked by default define WITH_DEFAULT${ver}. #Please, note that only one of WITH_DEFAULT* can be set at once. diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 1e8a0b113026..e99acdf99d2f 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= Old-Versions/Official-3.62/Unix PKGNAMESUFFIX= 36 DIST_SUBDIR= povray36 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bsd@philippost.de COMMENT= Persistence of Vision Ray Tracer LIB_DEPENDS= libpng.so:graphics/png \ diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index f75eeed70c12..13481f3edcf5 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 3.7.0.10 CATEGORIES= graphics PKGNAMESUFFIX= 37 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bsd@philippost.de COMMENT= Persistence of Vision Ray Tracer LICENSE= AGPLv3+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107132251.16DMpRr0009780>