Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2014 23:33:17 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353749 - head/devel/py-protocols-devel
Message-ID:  <201405112333.s4BNXH2V061011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun May 11 23:33:17 2014
New Revision: 353749
URL: http://svnweb.freebsd.org/changeset/ports/353749
QAT: https://qat.redports.org/buildarchive/r353749/

Log:
  - Enable staging. [1]
  - Tweak WWW line in pkg-descr. [1]
  - Update maintainer's address to wen@FreeBSD.org.
  - Bump PORTREVISION.
  
  PR:		188531 [1]
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
  Approved by:	portmgr	(blanket pre-approval) [1]

Modified:
  head/devel/py-protocols-devel/Makefile
  head/devel/py-protocols-devel/pkg-descr

Modified: head/devel/py-protocols-devel/Makefile
==============================================================================
--- head/devel/py-protocols-devel/Makefile	Sun May 11 23:33:00 2014	(r353748)
+++ head/devel/py-protocols-devel/Makefile	Sun May 11 23:33:17 2014	(r353749)
@@ -3,12 +3,13 @@
 
 PORTNAME=	PyProtocols
 PORTVERSION=	1.0.a0.r2302
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://files.turbogears.org/eggs/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME}-1.0a0dev-r2302
 
-MAINTAINER=	wenheping@gmail.com
+MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Protocol Definition, Declaration, and Adaptation for Python
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools
@@ -19,5 +20,4 @@ USE_PYDISTUTILS=	easy_install
 PYEASYINSTALL_ARCHDEP=	yes
 PYDISTUTILS_PKGVERSION=	1.0a0dev-r2302
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/py-protocols-devel/pkg-descr
==============================================================================
--- head/devel/py-protocols-devel/pkg-descr	Sun May 11 23:33:00 2014	(r353748)
+++ head/devel/py-protocols-devel/pkg-descr	Sun May 11 23:33:17 2014	(r353749)
@@ -19,4 +19,4 @@ other developers to:
       interfaces.
 
 Author:	Phillip J. Eby
-WWW:	http://peak.telecommunity.com/PyProtocols.html
+WWW: http://peak.telecommunity.com/PyProtocols.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405112333.s4BNXH2V061011>