aboutsummaryrefslogtreecommitdiff
path: root/archivers/lbzip2
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-08-03 18:19:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-08-03 18:19:34 +0000
commitf037942a1caa347a113ec9a8539aa106056be8c1 (patch)
tree8833c1d40cbb47f514fbb990a911653f0a18814b /archivers/lbzip2
parent5fa772b94368ecc08b58f287eb94630e7be4d674 (diff)
downloadports-f037942a1caa347a113ec9a8539aa106056be8c1.tar.gz
ports-f037942a1caa347a113ec9a8539aa106056be8c1.zip
Provide fall-back distfile location while official mastersite is not
accessible, and assume maintainership. This port can be very useful as PKG_DEPENDS alternative to default packaging method because it is about twice as fast compared to `archivers/pbzip2', another parallel BZIP2 compressor we have in the ports.
Notes
Notes: svn path=/head/; revision=507976
Diffstat (limited to 'archivers/lbzip2')
-rw-r--r--archivers/lbzip2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/lbzip2/Makefile b/archivers/lbzip2/Makefile
index ef2e5191acb8..46972079e997 100644
--- a/archivers/lbzip2/Makefile
+++ b/archivers/lbzip2/Makefile
@@ -4,15 +4,13 @@
PORTNAME= lbzip2
PORTVERSION= 2.5
CATEGORIES= archivers
-MASTER_SITES= http://archive.lbzip2.org/
+MASTER_SITES= http://archive.lbzip2.org/ LOCAL/danfe
LICENSE= GPLv3
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= Multi-threaded bzip2/bunzip2 filter
-BROKEN= unfetchable
-
USES= tar:bzip2
GNU_CONFIGURE= yes