Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:58:13 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: a1e820d19e22 - main - devel/libunwind: Remove unnecessary substitution
Message-ID:  <202403231458.42NEwDVM084948@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=a1e820d19e226864cf6c9169e6bcb15e13672fa6

commit a1e820d19e226864cf6c9169e6bcb15e13672fa6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:18:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:41 +0000

    devel/libunwind: Remove unnecessary substitution
---
 devel/libunwind/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index dd063441eb05..89decf9a1b72 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	libunwind
 PORTVERSION=	20240221	# This is the release date on https://github.com/libunwind/libunwind/releases
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libunwind/libunwind/releases/download/v${LIBUNWIND_VERSION}/
-DISTNAME=	${PORTNAME}-${LIBUNWIND_VERSION}
+DISTNAME=	libunwind-${LIBUNWIND_VERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Generic stack unwinding library



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