Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2008 23:23:17 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123534: [PATCH] archivers/paq: update lpq1 to version 2
Message-ID:  <200805082323.m48NNHxZ041701@www.freebsd.org>
Resent-Message-ID: <200805082330.m48NU1VN075390@freefall.freebsd.org>

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

>Number:         123534
>Category:       ports
>Synopsis:       [PATCH] archivers/paq: update lpq1 to version 2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 08 23:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
A change in the lpq1 component of the port:

"Version 2 fixes a bug in version 1 that caused it to fail (file not found) when compressing more than about 50 files. Archives [sic] format is unchanged. "
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN paq.orig/Makefile paq/Makefile
--- paq.orig/Makefile	2008-04-30 07:36:06.000000000 -0400
+++ paq/Makefile	2008-05-08 19:09:43.441485598 -0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	paq
 DISTVERSION=	8o9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.cs.fit.edu/~mmahoney/compression/
 DISTNAME=	${PORTNAME}${DISTVERSION}
@@ -18,7 +18,7 @@
 LPAQ=		lpaq8
 LPQ=		lpq1
 PAQ9=		paq9a
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${LPAQ}${EXTRACT_SUFX} ${LPQ}${EXTRACT_SUFX} \
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${LPAQ}${EXTRACT_SUFX} ${LPQ}v2${EXTRACT_SUFX} \
 		${PAQ9}${EXTRACT_SUFX}
 NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
diff -ruN paq.orig/distinfo paq/distinfo
--- paq.orig/distinfo	2008-04-26 10:38:51.000000000 -0400
+++ paq/distinfo	2008-05-08 19:09:43.445494767 -0400
@@ -4,9 +4,9 @@
 MD5 (lpaq8.zip) = 16349656a2d3802bc0ccde5a2fa5bb9d
 SHA256 (lpaq8.zip) = ea43474526f13338cbb50ce3fbd974a0d088d77a3b73d42010ad11fb89a498b2
 SIZE (lpaq8.zip) = 43529
-MD5 (lpq1.zip) = d6369d7af064aa171c42d01fe00db8cc
-SHA256 (lpq1.zip) = 909d5cb101ed66e8a74accd2c68687cbf817259bfb3553f0c9b8466dc4f26701
-SIZE (lpq1.zip) = 20143
+MD5 (lpq1v2.zip) = a6cd24d5d7c2c0515eaa7de8ff9c988f
+SHA256 (lpq1v2.zip) = 808e5e13aa4555deec3e2547554547671f94ff5ba8d30b156a322d1fa0fb82d5
+SIZE (lpq1v2.zip) = 20157
 MD5 (paq9a.zip) = be299078941bff9b88613191c9b0568d
 SHA256 (paq9a.zip) = a51bafd6433c107ea31e6407ded0970e59d81ffd5e24c235f746ca856ae02c35
 SIZE (paq9a.zip) = 32163


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



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