diff options
author | linimon <linimon@FreeBSD.org> | 2010-01-10 11:54:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-01-10 11:54:09 +0800 |
commit | 871235f5a301727b600d078c0748f2054afff6f2 (patch) | |
tree | 97af85e1682705b6660d9863c030b07763cf5cca /lang/parrot | |
parent | a46b5adf6c9cf6ee1736337ce3a6c6beda110194 (diff) | |
download | freebsd-ports-graphics-871235f5a301727b600d078c0748f2054afff6f2.tar.gz freebsd-ports-graphics-871235f5a301727b600d078c0748f2054afff6f2.tar.zst freebsd-ports-graphics-871235f5a301727b600d078c0748f2054afff6f2.zip |
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 9261e660804..00231fa7db6 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang #MASTER_SITE_SUBDIR= ../../authors/id/A/AR/ARANDAL MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ -MAINTAINER= skv@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |