diff options
author | feld <feld@FreeBSD.org> | 2016-03-18 19:48:39 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-18 19:48:39 +0800 |
commit | a94b8a20b4a533a0f9efb9b454655160dc2e1139 (patch) | |
tree | 3721cc5db7a0b169fb39a9ae66b8bb26d0b7516c | |
parent | 29e093096cd05a055f6dd53c27f7f0ffa88e586d (diff) | |
download | freebsd-ports-gnome-a94b8a20b4a533a0f9efb9b454655160dc2e1139.tar.gz freebsd-ports-gnome-a94b8a20b4a533a0f9efb9b454655160dc2e1139.tar.zst freebsd-ports-gnome-a94b8a20b4a533a0f9efb9b454655160dc2e1139.zip |
MAINTAINER reset should be ports@FreeBSD.org, not portmgr
-rw-r--r-- | graphics/jpeg-turbo/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/png/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile index 536cbe895567..7b127626ca11 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= portmgr@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg USES= cpe libtool diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index b19bd4ebc804..7b509fda501f 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= portmgr@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= IJG's jpeg compression utilities CONFLICTS_INSTALL= jpeg-turbo-[0-9]* diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 2f76cd3c23db..22c8954f3c44 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -9,7 +9,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= ports@FreeBSD.org COMMENT= Library for manipulating PNG images USES= cpe libtool tar:xz diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 3001059a5601..f04b14a0f99a 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= portmgr@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images LICENSE= BSD3CLAUSE |