diff options
author | culot <culot@FreeBSD.org> | 2014-04-11 15:16:50 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-04-11 15:16:50 +0800 |
commit | 3156f4ca02b63846eea16b9d65e048463fccb783 (patch) | |
tree | 6af45d26b652d2f09a97edbbf28a23a6ee94c636 /textproc | |
parent | 42f18c3b740c2a12f520c7e7b997a55dd4f3067f (diff) | |
download | freebsd-ports-gnome-3156f4ca02b63846eea16b9d65e048463fccb783.tar.gz freebsd-ports-gnome-3156f4ca02b63846eea16b9d65e048463fccb783.tar.zst freebsd-ports-gnome-3156f4ca02b63846eea16b9d65e048463fccb783.zip |
- Reassign to the heap at maintainer's request
With hat: portmgr-lurker
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pootle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pootle/Makefile b/textproc/pootle/Makefile index cc0ce2c60ae1..c654f5420bc8 100644 --- a/textproc/pootle/Makefile +++ b/textproc/pootle/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc MASTER_SITES= SF/translate/Pootle/${PORTVERSION}/ DISTNAME= Pootle-${PORTVERSION} -MAINTAINER= catone@cpan.org +MAINTAINER= ports@FreeBSD.org COMMENT= Pootle is a user-friendly web portal for simple translation process BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2:${PORTSDIR}/www/py-django \ |