diff options
author | Philipp Ost <bsd@philippost.de> | 2021-07-13 22:49:45 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-07-13 22:51:18 +0000 |
commit | 6fe7b7c336d2deab2ed95e6eeccbe0eb267a09cf (patch) | |
tree | e19430c418b0e011d25cc6aed04e388c62e9678a | |
parent | 2d1cda33ce85d649f3d11ec44ed29a66831044cf (diff) | |
download | ports-6fe7b7c336d2deab2ed95e6eeccbe0eb267a09cf.tar.gz ports-6fe7b7c336d2deab2ed95e6eeccbe0eb267a09cf.zip |
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
-rw-r--r-- | graphics/povray-meta/Makefile | 6 | ||||
-rw-r--r-- | graphics/povray36/Makefile | 2 | ||||
-rw-r--r-- | 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+ |