summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-01 20:19:56 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-01 20:19:56 +0000
commitedaeb516fc442cf026f6524b412b5074395f3397 (patch)
treecbbbadbe3f97d7aaa4e238d8bb1ab52a6e27b6fd /net
parent- Update to 2.11.0 (diff)
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
Notes
Notes: svn path=/head/; revision=388279
Diffstat (limited to 'net')
-rw-r--r--net/py-zsi/Makefile23
-rw-r--r--net/py-zsi/distinfo4
-rw-r--r--net/py-zsi/pkg-descr2
3 files changed, 12 insertions, 17 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile
index 3291f71436aa..a5ca2966433c 100644
--- a/net/py-zsi/Makefile
+++ b/net/py-zsi/Makefile
@@ -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
diff --git a/net/py-zsi/distinfo b/net/py-zsi/distinfo
index 9906a01c571e..45b60acdfd5a 100644
--- a/net/py-zsi/distinfo
+++ b/net/py-zsi/distinfo
@@ -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
diff --git a/net/py-zsi/pkg-descr b/net/py-zsi/pkg-descr
index 341c86274beb..6c4e52dd78d3 100644
--- a/net/py-zsi/pkg-descr
+++ b/net/py-zsi/pkg-descr
@@ -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/