From owner-svn-ports-all@freebsd.org Mon Jul 9 16:51:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06434103A5AF; Mon, 9 Jul 2018 16:51:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A859279179; Mon, 9 Jul 2018 16:51:51 +0000 (UTC) (envelope-from miwi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8992917AFB; Mon, 9 Jul 2018 16:51:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w69GppLp026780; Mon, 9 Jul 2018 16:51:51 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w69GppMB026779; Mon, 9 Jul 2018 16:51:51 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201807091651.w69GppMB026779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 9 Jul 2018 16:51:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474271 - head/devel/py-pycadf X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/devel/py-pycadf X-SVN-Commit-Revision: 474271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 16:51:52 -0000 Author: miwi Date: Mon Jul 9 16:51:50 2018 New Revision: 474271 URL: https://svnweb.freebsd.org/changeset/ports/474271 Log: - Fix build - Bump PORTREVISION Sponsored by: iXsystems Inc. Added: head/devel/py-pycadf/pkg-plist (contents, props changed) Modified: head/devel/py-pycadf/Makefile Modified: head/devel/py-pycadf/Makefile ============================================================================== --- head/devel/py-pycadf/Makefile Mon Jul 9 16:44:34 2018 (r474270) +++ head/devel/py-pycadf/Makefile Mon Jul 9 16:51:50 2018 (r474271) @@ -3,6 +3,7 @@ PORTNAME= pycadf PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/devel/py-pycadf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycadf/pkg-plist Mon Jul 9 16:51:50 2018 (r474271) @@ -0,0 +1,7 @@ +@dir %%ETCDIR%% +@sample %%ETCDIR%%/ceilometer_api_audit_map.conf.sample +@sample %%ETCDIR%%/cinder_api_audit_map.conf.sample +@sample %%ETCDIR%%/glance_api_audit_map.conf.sample +@sample %%ETCDIR%%/neutron_api_audit_map.conf.sample +@sample %%ETCDIR%%/nova_api_audit_map.conf.sample +@sample %%ETCDIR%%/trove_api_audit_map.conf.sample