git: 4f629025df6a - main - archivers/xar: Fix typo in DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 22:03:02 UTC
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