aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-12-07 19:35:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-12-07 19:35:25 +0000
commit0b69b1da88c810d481a8668d2f56834203ba791b (patch)
treec5bd76a841cda6d8f2d0ceb6d0a19a22d6868eb6 /converters
parentbadd1c9e14f9bcacd7b7ff6c76dcb8c6b480d627 (diff)
downloadports-0b69b1da88c810d481a8668d2f56834203ba791b.tar.gz
ports-0b69b1da88c810d481a8668d2f56834203ba791b.zip
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
Notes
Notes: svn path=/head/; revision=265814
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-JSON-Any/Makefile2
-rw-r--r--converters/p5-JSON-XS/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile
index f4a71d2819e3..e6fef5c263d8 100644
--- a/converters/p5-JSON-Any/Makefile
+++ b/converters/p5-JSON-Any/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= clsung@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Wrapper Class for the various JSON classes
RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile
index cddf043465af..cbfb4c2989f6 100644
--- a/converters/p5-JSON-XS/Makefile
+++ b/converters/p5-JSON-XS/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.$//}
-MAINTAINER= clsung@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= JSON serialising/deserialising, done correctly and fast
RUN_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense