diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2018-07-09 16:51:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2018-07-09 16:51:50 +0000 |
commit | acae8eeff7af0f595d1915759e1448121499ac90 (patch) | |
tree | c62747290458ca4b6f2060e6d5554e91e8b96b68 /devel | |
parent | - Bump PORTREVISON after r474267 (diff) |
- Fix build
- Bump PORTREVISION
Sponsored by: iXsystems Inc.
Notes
Notes:
svn path=/head/; revision=474271
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pycadf/Makefile | 1 | ||||
-rw-r--r-- | devel/py-pycadf/pkg-plist | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-pycadf/Makefile b/devel/py-pycadf/Makefile index 1c1b7931cd50..a239dca5c8e9 100644 --- a/devel/py-pycadf/Makefile +++ b/devel/py-pycadf/Makefile @@ -3,6 +3,7 @@ PORTNAME= pycadf PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pycadf/pkg-plist b/devel/py-pycadf/pkg-plist new file mode 100644 index 000000000000..b7ee5826ded6 --- /dev/null +++ b/devel/py-pycadf/pkg-plist @@ -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 |