Date: Mon, 22 Jun 2015 19:41:20 +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: r390318 - head/net/py-soappy-devel Message-ID: <201506221941.t5MJfKTw061935@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Jun 22 19:41:19 2015 New Revision: 390318 URL: https://svnweb.freebsd.org/changeset/ports/390318 Log: net/py-soappy-devel: trim excess whitespace No functional changes. Modified: head/net/py-soappy-devel/Makefile Modified: head/net/py-soappy-devel/Makefile ============================================================================== --- head/net/py-soappy-devel/Makefile Mon Jun 22 19:37:20 2015 (r390317) +++ head/net/py-soappy-devel/Makefile Mon Jun 22 19:41:19 2015 (r390318) @@ -1,28 +1,28 @@ # Created by: Alexander Leidinger # $FreeBSD$ -PORTNAME= soappy -PORTVERSION= 0.12.0 -CATEGORIES= net python -MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}_rc1 -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -devel -DISTNAME= SOAPpy-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= SOAP implementation - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst -RUN_DEPENDS:= ${PYXML} \ - ${BUILD_DEPENDS} +PORTNAME= soappy +PORTVERSION= 0.12.0 +CATEGORIES= net python +MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}_rc1 +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -devel +DISTNAME= SOAPpy-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= SOAP implementation + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst +RUN_DEPENDS:= ${PYXML} \ + ${BUILD_DEPENDS} USES= python USE_PYTHON= distutils autoplist -CONFLICTS= py*-soappy-0.11.* +CONFLICTS= py*-soappy-0.11.* -PORTDOCS= * -PORTDATA= * +PORTDOCS= * +PORTDATA= * post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221941.t5MJfKTw061935>