Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 20:19:57 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388279 - head/net/py-zsi
Message-ID:  <201506012019.t51KJvjb094659@svn.freebsd.org>

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



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