From 289e2018354c71f783c928d8db60d4bc2e181c71 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Wed, 13 Jan 2016 17:11:09 +0000 Subject: Update to 2.0.0.1 This contains several minor fixes and adds back man pages (like in 1.x series). This allows us to remove a heavy build dependency on asciidoc toolkit. PR: 206206 Submitted by: lifanov@mail.lifanov.com (maintainer) --- sysutils/ansible/Makefile | 15 +-------------- sysutils/ansible/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 16 deletions(-) (limited to 'sysutils') diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index efd7bf023d46..b9d54ec2e709 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.0.0.0 +PORTVERSION?= 2.0.0.1 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -12,11 +12,6 @@ COMMENT= Radically simple IT automation LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS+= a2x:${PORTSDIR}/textproc/asciidoc \ - xsltproc:${PORTSDIR}/textproc/libxslt \ - docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko \ @@ -55,14 +50,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share/ansible|${DATADIR}|' ${WRKSRC}/${f} .endfor -post-build: -.for f in ansible-doc ansible-galaxy ansible-playbook ansible-pull \ - ansible-vault ansible - ${LOCALBASE}/bin/a2x -d manpage -f manpage -L \ - ${WRKSRC}/docs/man/man1/${f}.1.asciidoc.in - ${RM} ${WRKSRC}/docs/man/man1/${f}.1.asciidoc.in -.endfor - post-install: @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/*.1 \ diff --git a/sysutils/ansible/distinfo b/sysutils/ansible/distinfo index 9f6c04d0442a..f7ed6a1c1023 100644 --- a/sysutils/ansible/distinfo +++ b/sysutils/ansible/distinfo @@ -1,2 +1,2 @@ -SHA256 (ansible-2.0.0.0.tar.gz) = 63a9386ae96bd6ae3e87b9e9fecef3f3f919f333ed8db22292e37df7643cb3f6 -SIZE (ansible-2.0.0.0.tar.gz) = 1512605 +SHA256 (ansible-2.0.0.1.tar.gz) = 1085c1fae3b59f8e55a64b949489f1ddcd811a0c32d9df8ac18abf44a430f3b5 +SIZE (ansible-2.0.0.1.tar.gz) = 1524249 -- cgit v1.2.3