Date: Sun, 21 Jul 2024 23:02:47 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eea1b3a6cc68 - main - devel/pmd: replace PORTVERSION =?utf-8?Q?=E2=86=92?= DISTVERSION Message-ID: <202407212302.46LN2lC4022239@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=eea1b3a6cc685a34c22954cfc265c5e8990fc76f commit eea1b3a6cc685a34c22954cfc265c5e8990fc76f Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-07-21 23:02:06 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-21 23:02:06 +0000 devel/pmd: replace PORTVERSION → DISTVERSION PR: 280379 --- devel/pmd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pmd/Makefile b/devel/pmd/Makefile index 626946ff6682..1c231d0a3f37 100644 --- a/devel/pmd/Makefile +++ b/devel/pmd/Makefile @@ -1,5 +1,5 @@ PORTNAME= pmd -PORTVERSION= 7.3.0 +DISTVERSION= 7.3.0 CATEGORIES= devel java MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTNAME}_releases/${DISTVERSION}/ DISTNAME= ${PORTNAME}-dist-${DISTVERSION}-bin @@ -20,7 +20,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-bin-${DISTVERSION} -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB+= PORTVERSION=${DISTVERSION} post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407212302.46LN2lC4022239>