Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 21:34:19 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: f3cd0f2e4755 - main - www/cadaver: Add CPE information
Message-ID:  <202110142134.19ELYJ3u081533@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=f3cd0f2e47551220be624b15f8f847900dab42a0

commit f3cd0f2e47551220be624b15f8f847900dab42a0
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:53 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:53 +0000

    www/cadaver: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/cadaver/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index ff5a8554785f..055076c44cb7 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -33,8 +33,10 @@ EXTRACT_AFTER_ARGS=	\
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+USES+=		cpe
+CPE_VENDOR=	webdav
 .if !defined(WITHOUT_OPENSSL)
-USES+=	ssl
+USES+=		ssl
 CONFIGURE_ARGS+=	--with-ssl --with-force-ssl
 post-install:
 	#
@@ -49,7 +51,7 @@ OPTIONS_DEFINE=	NLS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USES=		gettext iconv
+USES+=		gettext iconv
 CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \
 		--with-libintl-prefix=${LOCALBASE}
 LANGS=en@quot es it



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110142134.19ELYJ3u081533>