From owner-svn-ports-all@FreeBSD.ORG Mon Jun 1 20:19:58 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D8F1F0C; Mon, 1 Jun 2015 20:19:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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 F334A1D27; Mon, 1 Jun 2015 20:19:57 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t51KJv9n094663; Mon, 1 Jun 2015 20:19:57 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t51KJvjb094659; Mon, 1 Jun 2015 20:19:57 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201506012019.t51KJvjb094659@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 1 Jun 2015 20:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388279 - head/net/py-zsi 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.20 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: Mon, 01 Jun 2015 20:19:58 -0000 Author: rm Date: Mon Jun 1 20:19:56 2015 New Revision: 388279 URL: https://svnweb.freebsd.org/changeset/ports/388279 Log: net/py-zsi: update to 2.1-a1 - update to 2.1-a1 - drop dependency on py-xml and actualize description - remove conflicts with no more existing port Modified: head/net/py-zsi/Makefile head/net/py-zsi/distinfo head/net/py-zsi/pkg-descr Modified: head/net/py-zsi/Makefile ============================================================================== --- head/net/py-zsi/Makefile Mon Jun 1 20:13:47 2015 (r388278) +++ head/net/py-zsi/Makefile Mon Jun 1 20:19:56 2015 (r388279) @@ -2,24 +2,18 @@ # $FreeBSD$ PORTNAME= zsi -PORTVERSION= 2.0 -PORTREVISION= 1 +DISTVERSION= 2.1-a1 PORTEPOCH= 1 CATEGORIES= net python -MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${PORTVERSION} +MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${DISTVERSION:S,-,_,} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:tu}-${PORTVERSION} +DISTNAME= ${PORTNAME:tu}-${DISTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Pure Python module that provides an implementation of SOAP 1.1 - -BUILD_DEPENDS= ${PYXML} -RUN_DEPENDS= ${PYXML} - -CONFLICTS= py-zsi-devel-2.* +COMMENT= Pure Python implementation of SOAP 1.1 USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils OPTIONS_DEFINE= DOCS EXAMPLES @@ -28,10 +22,13 @@ PORTEXAMPLES= * post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for docfile in CHANGES README doc/zsi.* doc/*.tex +.for docfile in CHANGES README doc/zsi.* doc/*.png ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor -.for subdir in interop samples test +.for dir in client server + @${MV} ${WRKSRC}/doc/examples/${dir} ${WRKSRC} +.endfor +.for subdir in samples test client server @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${subdir} ${CP} -rp ${WRKSRC}/${subdir}/* ${STAGEDIR}${EXAMPLESDIR}/${subdir} .endfor Modified: head/net/py-zsi/distinfo ============================================================================== --- head/net/py-zsi/distinfo Mon Jun 1 20:13:47 2015 (r388278) +++ head/net/py-zsi/distinfo Mon Jun 1 20:19:56 2015 (r388279) @@ -1,2 +1,2 @@ -SHA256 (ZSI-2.0.tar.gz) = 368059c92c1afa6ae027d5aea6985caf0bbb890c5589c7d4564e59219ffa0f50 -SIZE (ZSI-2.0.tar.gz) = 805956 +SHA256 (ZSI-2.1-a1.tar.gz) = 253cd6968bc52e66121ee370831b93be385d65563a0e71c9c704db83901bf244 +SIZE (ZSI-2.1-a1.tar.gz) = 932958 Modified: head/net/py-zsi/pkg-descr ============================================================================== --- head/net/py-zsi/pkg-descr Mon Jun 1 20:13:47 2015 (r388278) +++ head/net/py-zsi/pkg-descr Mon Jun 1 20:19:56 2015 (r388279) @@ -8,6 +8,4 @@ Paraphrasing the original (2.0) website: an implementation of the SOAP 1.1 specification. Simple client and server support are also provided. - ZSI requires Python 2.3 or later and PyXML version 0.8.3 or later. - WWW: http://pywebsvcs.sourceforge.net/