Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 18:29:04 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: c45b9330c566 - main - converters/ytnef: Fix build after last commit
Message-ID:  <202110141829.19EIT4HV022515@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=c45b9330c566f85c8e4e3b48c24ef000d50ff15d

commit c45b9330c566f85c8e4e3b48c24ef000d50ff15d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-14 18:27:53 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-14 18:27:53 +0000

    converters/ytnef: Fix build after last commit
    
    Reported by:    tobik
---
 converters/ytnef/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile
index a99cae696de1..f0d8825bc087 100644
--- a/converters/ytnef/Makefile
+++ b/converters/ytnef/Makefile
@@ -14,13 +14,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	p5-MIME-Tools>=0:mail/p5-MIME-Tools
 
-USES=		autoreconf libtool pathfix perl5 shebangfix
+USES=		autoreconf cpe libtool pathfix perl5 shebangfix
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Yeraze
 
-USES=		cpe
-CPE_VENDOR=	${PORTNAME}_project
+CPE_VENDOR=	ytnef_project
 USE_PERL5=	run
 
 SHEBANG_FILES=	ytnef/ytnefprocess



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