svn commit: r356571 - head/net/py-soappy
Martin Wilke
miwi at FreeBSD.org
Thu Jun 5 01:47:55 UTC 2014
Author: miwi
Date: Thu Jun 5 01:47:54 2014
New Revision: 356571
URL: http://svnweb.freebsd.org/changeset/ports/356571
QAT: https://qat.redports.org/buildarchive/r356571/
Log:
- Stage support
PR: 190507
Deleted:
head/net/py-soappy/pkg-plist
Modified:
head/net/py-soappy/Makefile
head/net/py-soappy/pkg-descr
Modified: head/net/py-soappy/Makefile
==============================================================================
--- head/net/py-soappy/Makefile Thu Jun 5 01:47:07 2014 (r356570)
+++ head/net/py-soappy/Makefile Thu Jun 5 01:47:54 2014 (r356571)
@@ -3,6 +3,7 @@
PORTNAME= soappy
PORTVERSION= 0.11.6
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,16 +12,16 @@ DISTNAME= SOAPpy-${PORTVERSION}
MAINTAINER= 5u623l20 at gmail.com
COMMENT= A SOAP implementation
+LICENSE= BSD3CLAUSE
+
PORTSCOUT= skipv:0.12.0 # This is a release candidate and is ports tree py*-soappy-devel
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= SOAPpy
+PYDISTUTILS_AUTOPLIST= yes
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst
-RUN_DEPENDS+= ${PYXML} \
- ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= py*-soappy-devel-0.12.*
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/net/py-soappy/pkg-descr
==============================================================================
--- head/net/py-soappy/pkg-descr Thu Jun 5 01:47:07 2014 (r356570)
+++ head/net/py-soappy/pkg-descr Thu Jun 5 01:47:54 2014 (r356571)
@@ -1,3 +1,3 @@
A SOAP implementation for python.
-WWW: http://pywebsvcs.sourceforge.net/
+WWW: http://pywebsvcs.sourceforge.net/
More information about the svn-ports-all
mailing list