svn commit: r507976 - head/archivers/lbzip2

Alexey Dokuchaev danfe at FreeBSD.org
Sat Aug 3 18:19:35 UTC 2019


Author: danfe
Date: Sat Aug  3 18:19:34 2019
New Revision: 507976
URL: https://svnweb.freebsd.org/changeset/ports/507976

Log:
  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.

Modified:
  head/archivers/lbzip2/Makefile

Modified: head/archivers/lbzip2/Makefile
==============================================================================
--- head/archivers/lbzip2/Makefile	Sat Aug  3 17:41:29 2019	(r507975)
+++ head/archivers/lbzip2/Makefile	Sat Aug  3 18:19:34 2019	(r507976)
@@ -4,14 +4,12 @@
 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 at FreeBSD.org
+MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	Multi-threaded bzip2/bunzip2 filter
-
-BROKEN=		unfetchable
 
 USES=		tar:bzip2
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list