svn commit: r367298 - head/net/py-suds

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 4 18:25:30 UTC 2014


Author: sunpoet
Date: Thu Sep  4 18:25:30 2014
New Revision: 367298
URL: http://svnweb.freebsd.org/changeset/ports/367298
QAT: https://qat.redports.org/buildarchive/r367298/

Log:
  - Add LICENSE
  - Fix build: use USES=python:2
  - Use single space after WWW:
  
  Approved by:	portmgr (blanket)
  With hat:	python

Modified:
  head/net/py-suds/Makefile
  head/net/py-suds/pkg-descr

Modified: head/net/py-suds/Makefile
==============================================================================
--- head/net/py-suds/Makefile	Thu Sep  4 18:21:49 2014	(r367297)
+++ head/net/py-suds/Makefile	Thu Sep  4 18:25:30 2014	(r367298)
@@ -11,8 +11,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	corsmith at gmail.com
 COMMENT=	SOAP implementation
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+LICENSE=	LGPL3
+
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/net/py-suds/pkg-descr
==============================================================================
--- head/net/py-suds/pkg-descr	Thu Sep  4 18:21:49 2014	(r367297)
+++ head/net/py-suds/pkg-descr	Thu Sep  4 18:25:30 2014	(r367298)
@@ -1,3 +1,3 @@
 A SOAP implementation for python.
 
-WWW:    https://fedorahosted.org/suds/
+WWW: https://fedorahosted.org/suds/


More information about the svn-ports-head mailing list