git: df0103ad3aa0 - main - archivers/bzip: Unbreak and return to pool
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 08:54:54 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=df0103ad3aa0dd7db47d194efad0076754750235
commit df0103ad3aa0dd7db47d194efad0076754750235
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 08:09:46 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 08:54:12 +0000
archivers/bzip: Unbreak and return to pool
* Update MASTER_SITES
* Modernize port
* Return to pool as bsdforge.com has expired
Approved by: portmgr (build fix)
---
archivers/bzip/Makefile | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile
index b65815848b21..d6bf05a4e35e 100644
--- a/archivers/bzip/Makefile
+++ b/archivers/bzip/Makefile
@@ -1,30 +1,25 @@
PORTNAME= bzip
-PORTVERSION= 0.21
+DISTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= archivers
-MASTER_SITES= https://BSDforge.com/projects/source/archivers/bzip/
+MASTER_SITES= SOURCEWARE/bzip2
-MAINTAINER= portmaster@bsdforge.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Block-sorting file compressor
-WWW= https://bsdforge.com/projects/archivers/bzip/
+WWW= https://sourceware.org/bzip2/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN= Unfetchable
-
USE_CSTD= gnu89
PLIST_FILES= bin/bzip bin/bunzip \
share/man/man1/bunzip.1.gz \
share/man/man1/bzip.1.gz
-pre-install:
- @${CAT} ${FILESDIR}/COPYRIGHT
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bzip ${STAGEDIR}${PREFIX}/bin
- ${LN} -fs bzip ${STAGEDIR}${PREFIX}/bin/bunzip
+ ${RLN} ${STAGEDIR}${PREFIX}/bin/bzip ${STAGEDIR}${PREFIX}/bin/bunzip
${INSTALL_MAN} ${WRKSRC}/bzip.1 \
${STAGEDIR}${PREFIX}/share/man/man1/bzip.1
${INSTALL_MAN} ${WRKSRC}/bzip.1 \