svn commit: r503511 - head/sysutils/ansible

Lars Engels lme at FreeBSD.org
Wed Jun 5 15:39:25 UTC 2019


Author: lme
Date: Wed Jun  5 15:39:23 2019
New Revision: 503511
URL: https://svnweb.freebsd.org/changeset/ports/503511

Log:
  sysutils/ansible:
  - Don't install .bak files created during patching stage
  - Bump PORTREVISION
  
  Approved by:	just fix it

Modified:
  head/sysutils/ansible/Makefile

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Wed Jun  5 15:08:31 2019	(r503510)
+++ head/sysutils/ansible/Makefile	Wed Jun  5 15:39:23 2019	(r503511)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ansible
 PORTVERSION?=	2.7.10
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://releases.ansible.com/ansible/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -62,6 +62,7 @@ post-patch:
 	${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
 		-e 's|/etc/ansible|${ETCDIR:S/${PY_FLAVOR}-//}|g' \
 		-e 's|/usr/share/ansible|${DATADIR}|g'
+	${FIND} ${WRKSRC} -type f -name "*.bak" -delete
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1


More information about the svn-ports-all mailing list