Date: Thu, 21 Oct 2021 14:36:48 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7585228a6644 - main - sysutils/udfclient: Add CPE information Message-ID: <202110211436.19LEamg1074476@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=7585228a6644a56130c440d2f175248da4f796e8 commit 7585228a6644a56130c440d2f175248da4f796e8 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:27:19 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:27:19 +0000 sysutils/udfclient: Add CPE information Approved by: portmgr (blanket) --- sysutils/udfclient/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 7f47f2f4f904..c42692073b84 100644 --- a/sysutils/udfclient/Makefile +++ b/sysutils/udfclient/Makefile @@ -11,6 +11,8 @@ LICENSE= ClArtistic WRKSRC= ${WRKDIR}/UDFclient.${PORTVERSION} +USES= cpe +CPE_VENDOR= 13thmonkey GNU_CONFIGURE= yes OPTIONS_DEFINE= FUSE DEBUG @@ -35,7 +37,8 @@ DISTFILES+= ${UDFCLIENTFS_NAME}-${UDFCLIENTFS_VERSION}.tgz:fuse EXTRA_PATCHES+= ${UDFCLIENTFS_DIR}/${UDFCLIENTFS_NAME}.patch PATCH_ARGS+= --ignore-whitespace -USES+= fuse +USES+= cpe fuse +CPE_VENDOR= 13thmonkey PLIST_FILES+= bin/${UDFCLIENTFS_NAME} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211436.19LEamg1074476>