Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 22:03:02 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4f629025df6a - main - archivers/xar: Fix typo in DEPRECATED
Message-ID:  <202403072203.427M32G7033286@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f629025df6ac0d86ac83996fff504864da167c4

commit 4f629025df6ac0d86ac83996fff504864da167c4
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-07 21:55:30 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-07 22:02:53 +0000

    archivers/xar: Fix typo in DEPRECATED
    
    Fix typo in path for libarchive
    
    Approved by:    portmgr (blanket)
---
 archivers/xar/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile
index 0b9a685e5895..a8b8f58a9265 100644
--- a/archivers/xar/Makefile
+++ b/archivers/xar/Makefile
@@ -12,7 +12,7 @@ WWW=		https://mackyle.github.io/xar/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Last release was in 2012 and upstream is dead, consider archives/libarchive or archivers/7-zip
+DEPRECATED=	Last release was in 2012 and upstream is dead, consider archivers/libarchive or archivers/7-zip
 EXPIRATION_DATE=2024-03-31
 
 USES=		cpe gmake gnome libtool ssl



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