Bug 185048 - [maintainer] [update] [patch] sysutils/ansible 1.4.3
Summary: [maintainer] [update] [patch] sysutils/ansible 1.4.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 21:20 UTC by Nikolai Lifanov
Modified: 2013-12-20 23:30 UTC (History)
0 users

See Also:


Attachments
patch.txt (1.44 KB, text/plain)
2013-12-20 21:20 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2013-12-20 21:20:00 UTC
	Please update sysutils/ansible to 1.4.3.
	This is a bug fix release.

	Changelog: https://raw.github.com/ansible/ansible/v1.4.3/CHANGELOG.md

	Note: this includes fixes from PR ports/185009
	If this is committed, ports/185009 can be closed.

How-To-Repeat: 	Apply this patch.
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-20 21:29:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-20 23:21:12 UTC
Author: danilo
Date: Fri Dec 20 23:21:05 2013
New Revision: 337101
URL: http://svnweb.freebsd.org/changeset/ports/337101

Log:
  - Update from 1.4.2 to 1.4.3
  
  PR:		ports/185048
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)

Modified:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/distinfo

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Fri Dec 20 23:05:35 2013	(r337100)
+++ head/sysutils/ansible/Makefile	Fri Dec 20 23:21:05 2013	(r337101)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://ansibleworks.com/releases/
 
@@ -28,15 +28,16 @@ USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 USES=		shebangfix
-SHEBANG_FILES=	${WRKSRC}/library/*/* \
+SHEBANG_FILES=	library/*/* \
 		lib/ansible/runner/action_plugins/synchronize.py
 
 SUB_FILES=	pkg-message
 
 PORTEXAMPLES=	ansible.cfg hosts
 
-post-patch-script:
+post-patch:
 	@${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 +53,7 @@ post-patch-script:
 		${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

Modified: head/sysutils/ansible/distinfo
==============================================================================
--- head/sysutils/ansible/distinfo	Fri Dec 20 23:05:35 2013	(r337100)
+++ head/sysutils/ansible/distinfo	Fri Dec 20 23:21:05 2013	(r337101)
@@ -1,2 +1,2 @@
-SHA256 (ansible-1.4.2.tar.gz) = d7b9e94e4d85ac6176ec34bca92f155906a7bafc4864fdc48d717cbaf09b28ac
-SIZE (ansible-1.4.2.tar.gz) = 580624
+SHA256 (ansible-1.4.3.tar.gz) = 0741788cdd86d2e3bbfb4474c26bb13d57690ed2e2c8ff8dd1c271a7de590ee3
+SIZE (ansible-1.4.3.tar.gz) = 578755
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-20 23:21:32 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!