aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-01-06 08:09:46 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-01-06 08:54:12 +0000
commitdf0103ad3aa0dd7db47d194efad0076754750235 (patch)
tree6c82fbf4e88557a3e3ba879bfa587d470d1150fb
parentb83d0f26397554b5d44debacaec5a342690fa58d (diff)
downloadports-df0103ad3aa0dd7db47d194efad0076754750235.tar.gz
ports-df0103ad3aa0dd7db47d194efad0076754750235.zip
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)
-rw-r--r--archivers/bzip/Makefile15
1 files 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 \