From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 01:47:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A35D0B3B; Thu, 5 Jun 2014 01:47:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 911B82CA0; Thu, 5 Jun 2014 01:47:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s551ltTl044056; Thu, 5 Jun 2014 01:47:55 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s551ltKU044052; Thu, 5 Jun 2014 01:47:55 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406050147.s551ltKU044052@svn.freebsd.org> From: Martin Wilke Date: Thu, 5 Jun 2014 01:47:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356571 - head/net/py-soappy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 01:47:55 -0000 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@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 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/