Date: Tue, 21 Dec 2021 13:01:54 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c245d50cfb4 - main - www/wget2: Fix invalid CPE information Message-ID: <202112211301.1BLD1slY085046@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c245d50cfb4da68fc060633d8ed243c02ec1347 commit 3c245d50cfb4da68fc060633d8ed243c02ec1347 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-12-21 12:46:15 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-12-21 12:46:15 +0000 www/wget2: Fix invalid CPE information Approved by: portmgr (blanket) --- www/wget2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/wget2/Makefile b/www/wget2/Makefile index 850d6c6a68f7..e4ba0669028d 100644 --- a/www/wget2/Makefile +++ b/www/wget2/Makefile @@ -13,6 +13,7 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER USES= autoreconf charsetfix cpe iconv libtool:build localbase pkgconfig tar:lz CPE_VENDOR= gnu +CPE_PRODUCT= wget GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lzip # not in ports yet INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211301.1BLD1slY085046>