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/jpeg | |
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/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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]* |