Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 20:53:19 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179646: [PATCH] archivers/plzip: mastersite changed, tarball recompressed
Message-ID:  <201306172053.r5HKrJkr077121@oldred.freebsd.org>
Resent-Message-ID: <201306172100.r5HL00jf037608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179646
>Category:       ports
>Synopsis:       [PATCH] archivers/plzip: mastersite changed, tarball recompressed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 17 21:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
plzip has been superseded by a new version.
The older version has been archived to a new compression algorithm and a new patch.  The attached patch restores the broken fetch.

The better fix is to update to the latest version, but that is left for the maintainer.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-06-13 15:55:04.378367000 +0000
+++ Makefile
@@ -4,7 +4,8 @@
 PORTNAME=	plzip
 PORTVERSION=	0.9
 CATEGORIES=	archivers
-MASTER_SITES=	SAVANNAH/lzip
+MASTER_SITES=	SAVANNAH/lzip/old
+EXTRACT_SUFX=	.tar.lz
 
 MAINTAINER=	delphij@FreeBSD.org
 COMMENT=	Parallel, lossless data compressor based on the LZMA algorithm
--- distinfo.orig	2013-06-13 15:55:04.378367000 +0000
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (plzip-0.9.tar.gz) = 59cd75bbbd4e5f0372b115d99383158279402dc56dfc7db0b6640ef23e16a1a6
-SIZE (plzip-0.9.tar.gz) = 66257
+SHA256 (plzip-0.9.tar.lz) = 14d8967c7e35b499f0580c787baec8f959cfd301df390eccd86caa942c7aca44
+SIZE (plzip-0.9.tar.lz) = 48800


>Release-Note:
>Audit-Trail:
>Unformatted:



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