Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2019 18:19:34 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507976 - head/archivers/lbzip2
Message-ID:  <201908031819.x73IJYWI086709@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Multi-threaded bzip2/bunzip2 filter
-
-BROKEN=		unfetchable
 
 USES=		tar:bzip2
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908031819.x73IJYWI086709>