Date: Thu, 31 Oct 2013 23:49:05 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332321 - head/archivers/lzip Message-ID: <201310312349.r9VNn5si016391@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310312349.r9VNn5si016391>