diff options
author | gerald <gerald@FreeBSD.org> | 2014-05-12 08:36:24 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-05-12 08:36:24 +0800 |
commit | 84618cb799ee21aaac048589b4f703a201366c76 (patch) | |
tree | 3ebbfa422070f20f502cc06d4276adaf8534cfdb /devel | |
parent | 430af7d7c6c9e3d65c49fef71ec30cd10959443d (diff) | |
download | freebsd-ports-gnome-84618cb799ee21aaac048589b4f703a201366c76.tar.gz freebsd-ports-gnome-84618cb799ee21aaac048589b4f703a201366c76.tar.zst freebsd-ports-gnome-84618cb799ee21aaac048589b4f703a201366c76.zip |
- Convert to staging. [1]
- Update maintainer's address to wen@FreeBSD.org.
- Bump PORTREVISION.
PR: 188555 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by: portmgr (blanket pre-approval) [1]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-repoze.what-pylons/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-repoze.what-pylons/Makefile b/devel/py-repoze.what-pylons/Makefile index a6e0097fd620..d9a847e279a3 100644 --- a/devel/py-repoze.what-pylons/Makefile +++ b/devel/py-repoze.what-pylons/Makefile @@ -3,12 +3,12 @@ PORTNAME= repoze.what-pylons PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= The repoze.what v1 plugin for Pylons/TG2 integration BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons>=0.9.7:${PORTSDIR}/www/py-pylons \ @@ -19,5 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install -NO_STAGE= yes .include <bsd.port.mk> |