svn commit: r411344 - in head/graphics: jpeg jpeg-turbo png tiff
Mark Felder
feld at FreeBSD.org
Fri Mar 18 11:48:41 UTC 2016
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 at 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 at FreeBSD.org
+MAINTAINER= ports at 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 at FreeBSD.org
+MAINTAINER= ports at 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 at FreeBSD.org
+MAINTAINER= ports at 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 at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Tools and library routines for working with TIFF images
LICENSE= BSD3CLAUSE
More information about the svn-ports-head
mailing list