From owner-svn-ports-all@freebsd.org Fri Mar 18 11:48:41 2016 Return-Path: Delivered-To: svn-ports-all@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 8C0D8AD4312; Fri, 18 Mar 2016 11:48:41 +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 381CA12A2; Fri, 18 Mar 2016 11:48:41 +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 u2IBmefk015553; Fri, 18 Mar 2016 11:48:40 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2IBmeL4015549; Fri, 18 Mar 2016 11:48:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603181148.u2IBmeL4015549@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 11:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411344 - in head/graphics: jpeg jpeg-turbo png 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-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 11:48:41 -0000 Author: feld Date: Fri Mar 18 11:48:39 2016 New Revision: 411344 URL: https://svnweb.freebsd.org/changeset/ports/411344 Log: MAINTAINER reset should be ports@FreeBSD.org, not portmgr Modified: head/graphics/jpeg-turbo/Makefile head/graphics/jpeg/Makefile head/graphics/png/Makefile head/graphics/tiff/Makefile Modified: head/graphics/jpeg-turbo/Makefile ============================================================================== --- head/graphics/jpeg-turbo/Makefile Fri Mar 18 11:46:22 2016 (r411343) +++ head/graphics/jpeg-turbo/Makefile Fri Mar 18 11:48:39 2016 (r411344) @@ -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 Modified: head/graphics/jpeg/Makefile ============================================================================== --- head/graphics/jpeg/Makefile Fri Mar 18 11:46:22 2016 (r411343) +++ head/graphics/jpeg/Makefile Fri Mar 18 11:48:39 2016 (r411344) @@ -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]* Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Fri Mar 18 11:46:22 2016 (r411343) +++ head/graphics/png/Makefile Fri Mar 18 11:48:39 2016 (r411344) @@ -9,7 +9,7 @@ MASTER_SITES= SF/lib${PORTNAME}/lib${POR 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 Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Fri Mar 18 11:46:22 2016 (r411343) +++ head/graphics/tiff/Makefile Fri Mar 18 11:48:39 2016 (r411344) @@ -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