diff options
author | mi <mi@FreeBSD.org> | 2008-05-17 05:30:00 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2008-05-17 05:30:00 +0800 |
commit | 508a12f8b7388dab577ad67f5e59c48f3e45cbe5 (patch) | |
tree | b059dfc2bae3abb9156dccacc69762bdea82872d /graphics | |
parent | 36944055d91a6e74782062f6d573b27568454e84 (diff) | |
download | freebsd-ports-gnome-508a12f8b7388dab577ad67f5e59c48f3e45cbe5.tar.gz freebsd-ports-gnome-508a12f8b7388dab577ad67f5e59c48f3e45cbe5.tar.zst freebsd-ports-gnome-508a12f8b7388dab577ad67f5e59c48f3e45cbe5.zip |
Unfortunately, portmgr's policies -- no matter how bogus -- have core's full
backing as long as they apply to all. I refuse to obey a particular policy --
that of automatic bumping PORTREVISION of all ports lib-depending on mine.
It is no longer possible to leave obeying a disagreable policy to those, who
finds it acceptable, either -- portmgr gets really angry, threatening backouts
and commit-bit suspensions.
I thus have no other option but to relinquish maintainership of ports, which
install shared libraries, which any other ports depend on -- starting with
GraphicsMagick.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/GraphicsMagick12/Makefile | 2 | ||||
-rw-r--r-- | graphics/GraphicsMagick13/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 8302d672ed2d..7148f45f5625 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ MASTER_SITE_SUBDIR= ${PORTNAME:L} -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile index 8302d672ed2d..7148f45f5625 100644 --- a/graphics/GraphicsMagick12/Makefile +++ b/graphics/GraphicsMagick12/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ MASTER_SITE_SUBDIR= ${PORTNAME:L} -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index 8302d672ed2d..7148f45f5625 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ MASTER_SITE_SUBDIR= ${PORTNAME:L} -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ |