Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2023 09:08:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 298ecce1c119 - main - devel/readline: Cosmetic change
Message-ID:  <202309040908.38498bDB048522@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=298ecce1c1199e267140effe2943614ce29d774f

commit 298ecce1c1199e267140effe2943614ce29d774f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 09:04:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 09:04:29 +0000

    devel/readline: Cosmetic change
---
 devel/readline/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/readline/Makefile b/devel/readline/Makefile
index 9eb68e7ea024..d8c1d79a6512 100644
--- a/devel/readline/Makefile
+++ b/devel/readline/Makefile
@@ -2,9 +2,9 @@ PORTNAME=	readline
 PORTVERSION=	8.2.${PATCHLEVEL}
 CATEGORIES=	devel
 MASTER_SITES=	GNU
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}
+DISTNAME=	readline-${PORTVERSION:R}
 
-PATCH_SITES=	GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches
+PATCH_SITES=	GNU/readline/readline-${PORTVERSION:R}-patches
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library for editing command lines as they are typed
@@ -31,7 +31,7 @@ PATCHES=	1
 CPE_UPDATE=	${PATCHLEVEL}
 PATCHLEVEL=	${PATCHES:O:[-1]}
 .for patch in ${PATCHES}
-PATCHFILES+=	${PORTNAME}${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|}
+PATCHFILES+=	readline${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|}
 .endfor
 .else
 PATCHLEVEL=	0



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