git: e49cdc8b64f8 - main - sysutils/duplicity: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:53:08 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e49cdc8b64f8063dda2d00690d3fe7f6e580a48d commit e49cdc8b64f8063dda2d00690d3fe7f6e580a48d Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 13:50:59 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 13:52:57 +0000 sysutils/duplicity: Add CPE information Approved by: portmgr (blanket) --- sysutils/duplicity/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 380e2c7aed91..1c65bfc218e1 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -USES= localbase python shebangfix +USES= cpe localbase python shebangfix +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils noflavors USE_LDCONFIG= yes