diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-08-01 02:32:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-08-01 02:32:51 +0800 |
commit | 08f6a75f4d7005778fe1d364423e7729d4504b1e (patch) | |
tree | 3d0a83e0e720e69b1485055af57e6724c197dddb | |
parent | e32f9503a1cc2402125a99e05eca4ad32457d63c (diff) | |
download | freebsd-ports-gnome-08f6a75f4d7005778fe1d364423e7729d4504b1e.tar.gz freebsd-ports-gnome-08f6a75f4d7005778fe1d364423e7729d4504b1e.tar.zst freebsd-ports-gnome-08f6a75f4d7005778fe1d364423e7729d4504b1e.zip |
- Take Maintainer of the remaining unmaintained www/rt* dependencies
Approved by: araujo (mentor)
-rw-r--r-- | devel/p5-FreezeThaw/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Tie-IxHash/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD-TextUtil/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-CSS-Squish/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTML-Scrubber/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-FreezeThaw/Makefile b/devel/p5-FreezeThaw/Makefile index be434eb30b6b..4dc6853a4f2c 100644 --- a/devel/p5-FreezeThaw/Makefile +++ b/devel/p5-FreezeThaw/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= A module for converting Perl structures to strings and back PERL_CONFIGURE= YES diff --git a/devel/p5-Tie-IxHash/Makefile b/devel/p5-Tie-IxHash/Makefile index 39352d486681..143bec19605c 100644 --- a/devel/p5-Tie-IxHash/Makefile +++ b/devel/p5-Tie-IxHash/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Perl module implementing ordered in-memory associative arrays PERL_CONFIGURE= yes diff --git a/graphics/p5-GD-TextUtil/Makefile b/graphics/p5-GD-TextUtil/Makefile index ebd225df2c8a..c12cf7c308ab 100644 --- a/graphics/p5-GD-TextUtil/Makefile +++ b/graphics/p5-GD-TextUtil/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= GDTextUtil-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Text utilities for use with GD drawing package RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile index 0c912dace1c4..23cf1e8f9ac0 100644 --- a/mail/p5-Mail-Sendmail/Makefile +++ b/mail/p5-Mail-Sendmail/Makefile @@ -11,7 +11,7 @@ CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Perl module implementing a simple, platform-independent mailer PERL_CONFIGURE= yes diff --git a/textproc/p5-CSS-Squish/Makefile b/textproc/p5-CSS-Squish/Makefile index b8bfc16fd19b..602aa94f08ac 100644 --- a/textproc/p5-CSS-Squish/Makefile +++ b/textproc/p5-CSS-Squish/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Compact many CSS files into one big file BUILD_DEPENDS= p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString diff --git a/www/p5-HTML-Scrubber/Makefile b/www/p5-HTML-Scrubber/Makefile index a182f11972f7..19d1566864fd 100644 --- a/www/p5-HTML-Scrubber/Makefile +++ b/www/p5-HTML-Scrubber/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Perl extension for scrubbing/sanitizing html BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ |