diff options
author | adam <adam@pkgsrc.org> | 2007-12-16 09:25:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-12-16 09:25:22 +0000 |
commit | 34819c9784b7532f16bd1df5563d485fdab128bb (patch) | |
tree | 2da298944f8f13dee78a5e1cadc4bff3e39fdcf5 /archivers/p7zip/Makefile | |
parent | 3e7b13e4b654e77ef5e03644848950c17969f93e (diff) | |
download | pkgsrc-34819c9784b7532f16bd1df5563d485fdab128bb.tar.gz |
Changes 4.57:
- From Windows version of 7-zip 4.57:
- Fixed BUG in command line version: -up3 switch could work incorrectly.
- Minor improvement in ZIP compression.
Changes 4.56:
- From Windows version of 7-zip 4.56:
- Some bugs were fixed
- On HPUX : fixed "Can't load '../bin/7z.dll'"
- bug: p7zip used to build a zip file with FAT header instead of Unix header
- On AIX : fixed "HugeFiles=off"
- bug 1800180: LZMAlone compilation error in COutFile
- Patch 1796569: Fix FreeBSD FTBFS
- Patch 1796575: fix man1/7za.1 man1/7zr.1 man1/7z.1
Diffstat (limited to 'archivers/p7zip/Makefile')
-rw-r--r-- | archivers/p7zip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index c44b4f16d70..329f682a444 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2007/09/25 10:03:52 hira Exp $ +# $NetBSD: Makefile,v 1.37 2007/12/16 09:25:22 adam Exp $ -DISTNAME= p7zip_4.55_src_all -PKGNAME= p7zip-4.55 +DISTNAME= p7zip_4.57_src_all +PKGNAME= p7zip-4.57 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 |