aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzip
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-31 23:49:04 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-31 23:49:04 +0000
commit2129a892803ab74c6244179ad2c61ee8fc271d64 (patch)
treeee06fe763e1c9781f047b4ac7f36da828a461bc1 /archivers/lzip
parent3534062891221f8b27f55cd45a13b400c9397b7b (diff)
downloadports-2129a892803ab74c6244179ad2c61ee8fc271d64.tar.gz
ports-2129a892803ab74c6244179ad2c61ee8fc271d64.zip
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
Notes
Notes: svn path=/head/; revision=332321
Diffstat (limited to 'archivers/lzip')
-rw-r--r--archivers/lzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile
index 16ed59aadecf..10bb04f8ec13 100644
--- a/archivers/lzip/Makefile
+++ b/archivers/lzip/Makefile
@@ -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}" \