git: 03ac41951fa0 - main - graphics: Give ports maintained by portmgr to desktop@
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Aug 2022 17:38:11 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=03ac41951fa0bd09789183204293b5b4ac03dc1f commit 03ac41951fa0bd09789183204293b5b4ac03dc1f Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-08-23 17:47:18 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-08-26 17:37:42 +0000 graphics: Give ports maintained by portmgr to desktop@ These ports were traditionally maintained by portmgr@ to ensure that they receive an exp-run. Let's entrust them to desktop@ with a stern "remember to exp-run". Approved by: rene Differential Revision: https://reviews.freebsd.org/D36316 --- graphics/giflib/Makefile | 2 +- graphics/jpeg-turbo/Makefile | 2 +- graphics/png/Makefile | 2 +- graphics/tiff/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index b08a7d09d899..c3eeacc553ca 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Tools and library routines for working with GIF images LICENSE= MIT diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile index 7f81e98a91be..2c10459c02fd 100644 --- a/graphics/jpeg-turbo/Makefile +++ b/graphics/jpeg-turbo/Makefile @@ -5,7 +5,7 @@ CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${DISTVERSION} DISTNAME= lib${PORTNAME}-${DISTVERSION} -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg LICENSE= BSD3CLAUSE IJG ZLIB diff --git a/graphics/png/Makefile b/graphics/png/Makefile index d157f7187248..cb6293e9460c 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \ PATCH_SITES= SF/apng/lib${PORTNAME}/lib${PORTNAME}16/ DISTNAME= lib${PORTNAME}-${PORTVERSION} -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Library for manipulating PNG images LICENSE= Libpng diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 0d7560b7b6a0..ab8e32e13590 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 4.4.0 CATEGORIES= graphics MASTER_SITES= https://download.osgeo.org/libtiff/ -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images LICENSE= BSD3CLAUSE