diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-22 20:37:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-22 20:37:23 +0000 |
commit | 8c471b2c612e49d2080f650013d74f7065b40505 (patch) | |
tree | 239da1f2288c71ac0df0138fb659446e56decf02 /archivers/lzma | |
parent | 6c8f0501a601378fead721050bb64b058e3467b9 (diff) | |
download | ports-8c471b2c612e49d2080f650013d74f7065b40505.tar.gz ports-8c471b2c612e49d2080f650013d74f7065b40505.zip |
Notes
Diffstat (limited to 'archivers/lzma')
-rw-r--r-- | archivers/lzma/Makefile | 5 | ||||
-rw-r--r-- | archivers/lzma/distinfo | 6 | ||||
-rw-r--r-- | archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc | 20 |
3 files changed, 6 insertions, 25 deletions
diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile index 14229222f9b8..983d243b4d85 100644 --- a/archivers/lzma/Makefile +++ b/archivers/lzma/Makefile @@ -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 --git a/archivers/lzma/distinfo b/archivers/lzma/distinfo index 802ef76c78f2..407caf8f38d5 100644 --- a/archivers/lzma/distinfo +++ b/archivers/lzma/distinfo @@ -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 --git a/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc b/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc deleted file mode 100644 index a6340924e111..000000000000 --- a/archivers/lzma/files/patch-CPP-7zip-Compress-LZMA-Alone_makefile.gcc +++ /dev/null @@ -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 - |