Date: Wed, 19 Aug 2009 22:32:51 GMT From: bf <bf1783@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137979: [PATCH]archivers/lzma: update to 9.06 beta and fix fetch Message-ID: <200908192232.n7JMWpO5033964@www.freebsd.org> Resent-Message-ID: <200908192240.n7JMe1L8026154@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908192232.n7JMWpO5033964>