svn commit: r332321 - head/archivers/lzip

John Marino marino at FreeBSD.org
Thu Oct 31 23:49:05 UTC 2013


Author: marino
Date: Thu Oct 31 23:49:04 2013
New Revision: 332321
URL: http://svnweb.freebsd.org/changeset/ports/332321

Log:
  archivers/lzip: Unbreak fetch with LOCAL
  
  The lzip developers do something very annoying.  When they issue a new
  release, they remove the previous release's tarball in .gz format.
  They keep the tarball in .lz format, but move it to the "old"
  subdirectory.  The result is that gzipped tarballs for lzip get very
  scarce, and requiring lz to unzip lz is not an option.  I don't
  normally store distfiles for other maintainers, but it appears that
  many folks have been asking for this port to be fixed, so I made
  an exception and put a copy of lzip tarball in LOCAL/marino.
  
  PR:		ports/182982
  Approved by:	maintainer timeout

Modified:
  head/archivers/lzip/Makefile

Modified: head/archivers/lzip/Makefile
==============================================================================
--- head/archivers/lzip/Makefile	Thu Oct 31 23:48:37 2013	(r332320)
+++ head/archivers/lzip/Makefile	Thu Oct 31 23:49:04 2013	(r332321)
@@ -4,7 +4,7 @@
 PORTNAME=	lzip
 PORTVERSION=	1.14
 CATEGORIES=	archivers
-MASTER_SITES=	SAVANNAH/lzip
+MASTER_SITES=	SAVANNAH/lzip LOCAL/marino
 
 MAINTAINER=	sylvio at FreeBSD.org
 COMMENT=	Lossless data compressor based on the LZMA algorithm
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 
 PLIST_FILES=	bin/lzip
 
-NO_STAGE=		yes
+NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	CXX="${CXX}" \
 		CXXFLAGS="${CXXFLAGS}" \


More information about the svn-ports-head mailing list