From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 20:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4268E4F6 for ; Thu, 19 Dec 2013 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 209331468 for ; Thu, 19 Dec 2013 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJKA1hN086543 for ; Thu, 19 Dec 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJKA1NO086542; Thu, 19 Dec 2013 20:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 20:10:01 GMT Resent-Message-Id: <201312192010.rBJKA1NO086542@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC2BC28D for ; Thu, 19 Dec 2013 20:04:12 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A2BE13DD for ; Thu, 19 Dec 2013 20:04:12 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id CA7D11A7675; Thu, 19 Dec 2013 15:04:11 -0500 (EST) Message-Id: <20131219200411.CA7D11A7675@mail.lifanov.com> Date: Thu, 19 Dec 2013 15:04:11 -0500 (EST) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185009: [maintainer] [patch] sysutils/ansible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 20:10:02 -0000 >Number: 185009 >Category: ports >Synopsis: [maintainer] [patch] sysutils/ansible >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 20:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Improve port quality: * un-hardcode help text in the newly-added ansible-galaxy binary * fix shebang replacement in synchronize.py * remove stray setup-e file created by shebangfix >How-To-Repeat: Please apply this patch. >Fix: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 336950) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= ansible PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ @@ -29,7 +30,7 @@ USES= shebangfix SHEBANG_FILES= ${WRKSRC}/library/*/* \ - lib/ansible/runner/action_plugins/synchronize.py + ${WRKSRC}/lib/ansible/runner/action_plugins/synchronize.py SUB_FILES= pkg-message @@ -37,6 +38,7 @@ post-patch-script: @${REINPLACE_CMD} -i -e "s|/etc/ansible|${ETCDIR}|" \ + ${WRKSRC}/bin/ansible-galaxy \ ${WRKSRC}/docs/man/man1/ansible-playbook.1 \ ${WRKSRC}/docs/man/man1/ansible.1 \ ${WRKSRC}/examples/ansible.cfg \ @@ -52,6 +54,7 @@ ${WRKSRC}/lib/ansible/constants.py \ ${WRKSRC}/lib/ansible/playbook/__init__.py \ ${WRKSRC}/lib/ansible/runner/__init__.py + @${RM} ${WRKSRC}/library/system/setup-e post-install: @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: