Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 18:25:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367298 - head/net/py-suds
Message-ID:  <201409041825.s84IPUhh072664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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