From owner-svn-ports-head@freebsd.org Fri Mar 18 13:28:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DFF7AD4D60; Fri, 18 Mar 2016 13:28:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8AAF1AAB; Fri, 18 Mar 2016 13:28:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2IDS4EF047041; Fri, 18 Mar 2016 13:28:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2IDS4C6047037; Fri, 18 Mar 2016 13:28:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603181328.u2IDS4C6047037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 18 Mar 2016 13:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411354 - in head/graphics: giflib jpeg jpeg-turbo tiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 13:28:06 -0000 Author: feld Date: Fri Mar 18 13:28:04 2016 New Revision: 411354 URL: https://svnweb.freebsd.org/changeset/ports/411354 Log: 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 Modified: head/graphics/giflib/Makefile head/graphics/jpeg-turbo/Makefile head/graphics/jpeg/Makefile head/graphics/tiff/Makefile Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Fri Mar 18 13:13:47 2016 (r411353) +++ head/graphics/giflib/Makefile Fri Mar 18 13:28:04 2016 (r411354) @@ -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]* Modified: head/graphics/jpeg-turbo/Makefile ============================================================================== --- head/graphics/jpeg-turbo/Makefile Fri Mar 18 13:13:47 2016 (r411353) +++ head/graphics/jpeg-turbo/Makefile Fri Mar 18 13:28:04 2016 (r411354) @@ -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 Modified: head/graphics/jpeg/Makefile ============================================================================== --- head/graphics/jpeg/Makefile Fri Mar 18 13:13:47 2016 (r411353) +++ head/graphics/jpeg/Makefile Fri Mar 18 13:28:04 2016 (r411354) @@ -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]* Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Fri Mar 18 13:13:47 2016 (r411353) +++ head/graphics/tiff/Makefile Fri Mar 18 13:28:04 2016 (r411354) @@ -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