From owner-svn-ports-head@freebsd.org Wed Jan 13 07:46:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27E1FA6C44F; Wed, 13 Jan 2016 07:46:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E965E1EC8; Wed, 13 Jan 2016 07:46:44 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0D7khBI065896; Wed, 13 Jan 2016 07:46:43 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0D7khsC065895; Wed, 13 Jan 2016 07:46:43 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601130746.u0D7khsC065895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 13 Jan 2016 07:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406017 - head/sysutils/ansible1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 07:46:45 -0000 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 -+# $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 +# $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"