From owner-freebsd-ports@freebsd.org Sun Sep 24 20:16:42 2017 Return-Path: Delivered-To: freebsd-ports@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 8C7CEE0030E for ; Sun, 24 Sep 2017 20:16:42 +0000 (UTC) (envelope-from helen.koike@collabora.com) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "bhuna.collabora.co.uk", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FDC619C2 for ; Sun, 24 Sep 2017 20:16:42 +0000 (UTC) (envelope-from helen.koike@collabora.com) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: koike) with ESMTPSA id B222E269A38 To: freebsd-ports@freebsd.org From: Helen Koike Subject: Question: How to add a configuration file with autoplist ? Message-ID: Date: Sun, 24 Sep 2017 17:16:25 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2017 20:16:42 -0000 Hi, According to https://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html , I need to add a @sample macro in pkg-plist to add a configuration file. But I am also using USE_PYTHON= autoplist in my Makefile, so I don't have the pkg-plist file. Should I remove autoplist and generate the pkg-plist by hand? Or is there another way to do this? I'll need this to update the version of the package sysutils/py-google-compute-engine. Thanks Helen