diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-27 16:04:25 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-27 16:04:25 +0000 |
commit | eea576e5f74e96e35f11725fe2ae346a9a25f9ad (patch) | |
tree | 7bd8ce195d159958a6f12d2e44f5c4b1d0361a47 | |
parent | math/mingw32-libgmp: Fix plist info (diff) |
Assign maintainership of devel/psptoolchain-binutils back to T. Philipp
Tassilo has provided PRs for the staging of the remaining Playstation
toolchain ports, and has indicated he wants to continue as maintainer
of this set of ports.
PR: 192142
Notes
Notes:
svn path=/head/; revision=363078
-rw-r--r-- | devel/psptoolchain-binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/psptoolchain-binutils/Makefile b/devel/psptoolchain-binutils/Makefile index 46a74835b283..81089411c991 100644 --- a/devel/psptoolchain-binutils/Makefile +++ b/devel/psptoolchain-binutils/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/${PORTNAME}/ \ MASTER_SITE_SUBDIR= ${PORTNAME}/releases PKGNAMEPREFIX= psptoolchain- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain ${PORTNAME} USES= gmake tar:bzip2 libtool |