diff options
author | rm <rm@FreeBSD.org> | 2013-01-03 06:33:53 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-01-03 06:33:53 +0800 |
commit | afbe1468181272c2f3ebf57f72b37e2cb9a8b067 (patch) | |
tree | b2ff4b17e384ef2e799137d091a60e90d93bb264 /games | |
parent | d27e3afe6383c2e9a9b808643fce1d759cc1d48d (diff) | |
download | freebsd-ports-gnome-afbe1468181272c2f3ebf57f72b37e2cb9a8b067.tar.gz freebsd-ports-gnome-afbe1468181272c2f3ebf57f72b37e2cb9a8b067.tar.zst freebsd-ports-gnome-afbe1468181272c2f3ebf57f72b37e2cb9a8b067.zip |
- pass maintainership to new volunteer
Requested by: Marek Rudnicki <marekrud@gmail.com> (via ports@)
-This line, and those below, will be ignored--
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Security: Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.
M py-mnemosyne/Makefile
Diffstat (limited to 'games')
-rw-r--r-- | games/py-mnemosyne/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index bd9b550ca74b..3fbb47f083ba 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}-proj/${PORTNAME}/${PORTNAME:S/^m/M/}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marekrud@gmail.com COMMENT= Flash-card tool which optimises your learning process RUN_DEPENDS= py*-game>=0:${PORTSDIR}/devel/py-game \ |