diff options
author | feld <feld@FreeBSD.org> | 2016-03-18 21:28:04 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-18 21:28:04 +0800 |
commit | 8f6538d0e06e5491c5c8e9800cf80ba99571d917 (patch) | |
tree | 0295e4aa6c12c7b627f03a49c959a9fdaa4297c0 /graphics | |
parent | 799551fdbdd0dbb2b3cf9dcd000fdf8ecb0a424c (diff) | |
download | freebsd-ports-gnome-8f6538d0e06e5491c5c8e9800cf80ba99571d917.tar.gz freebsd-ports-gnome-8f6538d0e06e5491c5c8e9800cf80ba99571d917.tar.zst freebsd-ports-gnome-8f6538d0e06e5491c5c8e9800cf80ba99571d917.zip |
Revert MAINTAINER update
These ports were intentionally set to portmgr@FreeBSD.org as MAINTAINER;
it was not a mistake. They require exp-runs and special care when
updating.
Submitted by: antoine
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giflib/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpeg-turbo/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 72a17a5e0154..f77959414179 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmgr@FreeBSD.org COMMENT= Tools and library routines for working with GIF images CONFLICTS= libungif-[0-9]* diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile index 7b127626ca11..536cbe895567 100644 --- a/graphics/jpeg-turbo/Makefile +++ b/graphics/jpeg-turbo/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmgr@FreeBSD.org COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg USES= cpe libtool diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 7b509fda501f..b19bd4ebc804 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME}${DISTVERSION2} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmgr@FreeBSD.org COMMENT= IJG's jpeg compression utilities CONFLICTS_INSTALL= jpeg-turbo-[0-9]* diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index f04b14a0f99a..3001059a5601 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmgr@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images LICENSE= BSD3CLAUSE |