Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 07:57:18 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: 16364e1c3ae1 - main - shells/bashc: Remove invalid CPE information
Message-ID:  <202108200757.17K7vIlc075238@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=16364e1c3ae16ee9a66a98f60989ca263e42c3b3

commit 16364e1c3ae16ee9a66a98f60989ca263e42c3b3
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-20 07:56:26 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-20 07:56:26 +0000

    shells/bashc: Remove invalid CPE information
    
    Approved by:    portmgr (blanket)
---
 shells/bashc/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/shells/bashc/Makefile b/shells/bashc/Makefile
index 7a2b532602fd..61bed23d78c9 100644
--- a/shells/bashc/Makefile
+++ b/shells/bashc/Makefile
@@ -10,10 +10,9 @@ COMMENT=	GNU Bourne Again shell extended with two-panel file manager
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		bison cpe gmake iconv localbase makeinfo pathfix
+USES=		bison gmake iconv localbase makeinfo pathfix
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes
-CPE_VENDOR=	gnu
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	sergev



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