From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 19 22:40:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 416311065692 for ; Wed, 19 Aug 2009 22:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 223DC8FC68 for ; Wed, 19 Aug 2009 22:40:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7JMe13s026155 for ; Wed, 19 Aug 2009 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7JMe1L8026154; Wed, 19 Aug 2009 22:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 19 Aug 2009 22:40:01 GMT Resent-Message-Id: <200908192240.n7JMe1L8026154@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D324106568D for ; Wed, 19 Aug 2009 22:32:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 764D58FC59 for ; Wed, 19 Aug 2009 22:32:51 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7JMWps4033965 for ; Wed, 19 Aug 2009 22:32:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7JMWpO5033964; Wed, 19 Aug 2009 22:32:51 GMT (envelope-from nobody) Message-Id: <200908192232.n7JMWpO5033964@www.freebsd.org> Date: Wed, 19 Aug 2009 22:32:51 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137979: [PATCH]archivers/lzma: update to 9.06 beta and fix fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2009 22:40:02 -0000 >Number: 137979 >Category: ports >Synopsis: [PATCH]archivers/lzma: update to 9.06 beta and fix fetch >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: Wed Aug 19 22:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 8-CURRENT amd64 >Organization: - >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN lzma.orig/Makefile lzma/Makefile --- lzma.orig/Makefile 2009-08-19 17:47:00.000000000 -0400 +++ lzma/Makefile 2009-08-19 17:21:07.000000000 -0400 @@ -6,9 +6,10 @@ # PORTNAME= lzma -PORTVERSION= 9.04 +PORTVERSION= 9.06 CATEGORIES= archivers -MASTER_SITES= SFE/sevenzip +MASTER_SITES= SFP +MASTER_SITE_SUBDIR= sevenzip/LZMA%20SDK/${PORTVERSION}%20beta DISTNAME= lzma${PORTVERSION:S/.//g} MAINTAINER= bf1783@gmail.com diff -ruN lzma.orig/distinfo lzma/distinfo --- lzma.orig/distinfo 2009-08-19 17:47:00.000000000 -0400 +++ lzma/distinfo 2009-08-19 17:21:15.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (lzma904.tar.bz2) = 8dea7b12f393499b8665ac5696ea779b -SHA256 (lzma904.tar.bz2) = 8b763506e9f6b6aafe53288655353f33ab44a426afb837aef101a7290ac0fe71 -SIZE (lzma904.tar.bz2) = 500913 +MD5 (lzma906.tar.bz2) = 949a4a6273636337d97e0e33e6f00255 +SHA256 (lzma906.tar.bz2) = a30094190a5462982210bf068fcb87060c30587b80b8192f30afe7e357751fb9 +SIZE (lzma906.tar.bz2) = 507995 diff -ruN lzma.orig/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc --- lzma.orig/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc 2009-08-19 17:47:00.000000000 -0400 +++ lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc 1969-12-31 19:00:00.000000000 -0500 @@ -1,20 +0,0 @@ ---- CPP/7zip/Compress/LZMA_Alone/makefile.gcc.orig 2009-07-07 12:30:31.080096591 -0400 -+++ CPP/7zip/Compress/LZMA_Alone/makefile.gcc 2009-07-07 12:35:37.942370149 -0400 -@@ -24,6 +24,7 @@ - LzmaBenchCon.o \ - LzmaDecoder.o \ - LzmaEncoder.o \ -+ CWrappers.o \ - InBuffer.o \ - OutBuffer.o \ - FileStreams.o \ -@@ -66,6 +67,9 @@ - LzmaEncoder.o: ../LzmaEncoder.cpp - $(CXX) $(CFLAGS) ../LzmaEncoder.cpp - -+CWrappers.o: ../../Common/CWrappers.cpp -+ $(CXX) $(CFLAGS) ../../Common/CWrappers.cpp -+ - InBuffer.o: ../../Common/InBuffer.cpp - $(CXX) $(CFLAGS) ../../Common/InBuffer.cpp - >Release-Note: >Audit-Trail: >Unformatted: