diff options
| author | Michael Gmelin <grembo@FreeBSD.org> | 2014-09-01 17:06:47 +0000 |
|---|---|---|
| committer | Michael Gmelin <grembo@FreeBSD.org> | 2014-09-01 17:06:47 +0000 |
| commit | 12546f05aa1009108d42460e99796c0ac3cefffa (patch) | |
| tree | f9eff1844faa13ea1fdef1495c5a5cbf8bb23190 | |
| parent | - Make it possible to use sample keyword with a full path (diff) | |
Take maintainership of arcanist and libphutil
(see https://reviews.freebsd.org/D697)
Approved by: bapt (mentor)
| -rw-r--r-- | devel/arcanist/Makefile | 2 | ||||
| -rw-r--r-- | devel/libphutil/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile index 789f8fe8d252..56d1a948ca27 100644 --- a/devel/arcanist/Makefile +++ b/devel/arcanist/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 20140828 CATEGORIES= devel PKGNAMEPREFIX= php5- -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= grembo@FreeBSD.org COMMENT= Command line interface for Phabricator LICENSE= APACHE20 diff --git a/devel/libphutil/Makefile b/devel/libphutil/Makefile index f6ace3337966..ac96deab9cda 100644 --- a/devel/libphutil/Makefile +++ b/devel/libphutil/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 20140828 CATEGORIES= devel PKGNAMEPREFIX= php5- -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= grembo@FreeBSD.org COMMENT= Collection of PHP utility classes LICENSE= APACHE20 |
