svn commit: r406017 - head/sysutils/ansible1

Matthew Seaman matthew at FreeBSD.org
Wed Jan 13 07:46:45 UTC 2016


Author: matthew
Date: Wed Jan 13 07:46:43 2016
New Revision: 406017
URL: https://svnweb.freebsd.org/changeset/ports/406017

Log:
  Ooops.  Commit the Makefile, not the patchfile that should create the
  Makefile
  
  Pointy hat to me...

Modified:
  head/sysutils/ansible1/Makefile

Modified: head/sysutils/ansible1/Makefile
==============================================================================
--- head/sysutils/ansible1/Makefile	Wed Jan 13 07:41:27 2016	(r406016)
+++ head/sysutils/ansible1/Makefile	Wed Jan 13 07:46:43 2016	(r406017)
@@ -1,17 +1,14 @@
---- sysutils/ansible1/Makefile
-+++ sysutils/ansible1/Makefile
-@@ -0,0 +1,14 @@
-+# Created by: Nikolai Lifanov <lifanov at mail.lifanov.com>
-+# $FreeBSD$
-+
-+PKGNAMESUFFIX=	1
-+PORTVERSION=	1.9.4
-+
-+CONFLICTS=	ansible-*
-+
-+MASTERDIR=	${.CURDIR}/../ansible
-+DISTINFO_FILE=	${.CURDIR}/distinfo
-+
-+SHEBANG_FILES=	lib/ansible/runner/action_plugins/synchronize.py
-+
-+.include "${MASTERDIR}/Makefile"
+# Created by: Nikolai Lifanov <lifanov at mail.lifanov.com>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	1
+PORTVERSION=	1.9.4
+
+CONFLICTS=	ansible-*
+
+MASTERDIR=	${.CURDIR}/../ansible
+DISTINFO_FILE=	${.CURDIR}/distinfo
+
+SHEBANG_FILES=	lib/ansible/runner/action_plugins/synchronize.py
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list