ports/157672: [update] archivers/pbzip2 to 1.1.4

Ryan Steinmetz rpsfa at rit.edu
Mon Jun 6 22:40:09 UTC 2011


>Number:         157672
>Category:       ports
>Synopsis:       [update] archivers/pbzip2 to 1.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 06 22:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
-Update to 1.1.4
-Add LICENSE

Changes in 1.1.4 (Apr 22, 2011)
- Fixed hang on decompress with --ignore-trailing-garbage=1 when
  producer is interrupted on trailing garbage (bug #762464)
- Added example to help for decompression piped to tar (bug #746806)
- Fixed typo in Trailing Garbage printed message (bug #746799)
Changes in 1.1.3 (Mar 27, 2011)
- Print trailing garbage errors even when in quiet mode (bug #743635)
- Default extension on decompress of .tbz2 changed to .tar for
  bzip2 compatibility (bug #743639)
- Fixed hang on decompress with --ignore-trailing-garbage=1 and higher
  numCPU (e.g. > 2) (bug #740502)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/archivers/pbzip2/Makefile pbzip2/Makefile
--- /usr/ports/archivers/pbzip2/Makefile	2011-02-26 01:30:29.000000000 -0500
+++ pbzip2/Makefile	2011-06-06 18:27:51.000000000 -0400
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pbzip2
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.4
 CATEGORIES=	archivers
 MASTER_SITES=	http://compression.ca/pbzip2/
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
@@ -23,6 +23,9 @@
 USE_GMAKE=	YES
 MAKE_JOBS_SAFE=	yes
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's,-pthread -lpthread,${PTHREAD_LIBS},g; \
diff -urN /usr/ports/archivers/pbzip2/distinfo pbzip2/distinfo
--- /usr/ports/archivers/pbzip2/distinfo	2011-02-26 01:30:29.000000000 -0500
+++ pbzip2/distinfo	2011-06-06 18:21:14.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (pbzip2-1.1.2/pbzip2-1.1.2.tar.gz) = e6565c2a020606d2bacd2c97873079a0996959944058d2df57cefde41ad43658
-SIZE (pbzip2-1.1.2/pbzip2-1.1.2.tar.gz) = 50578
+SHA256 (pbzip2-1.1.4/pbzip2-1.1.4.tar.gz) = b1dcd2a39ecbd147386bc43901bb5159e2526757c42a780ff44b9747c39ac371
+SIZE (pbzip2-1.1.4/pbzip2-1.1.4.tar.gz) = 51027


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



More information about the freebsd-ports-bugs mailing list