summaryrefslogtreecommitdiff
path: root/archivers/p7zip/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-26 02:43:38 +0000
committerwiz <wiz@pkgsrc.org>2004-12-26 02:43:38 +0000
commit43ab0a0cba12df4a8c083336ed1a7c66701b045a (patch)
treef4838e71e84d06d5810925045b8e5abd6a5bc2af /archivers/p7zip/Makefile
parent1167a1881a8a0c35b14198310911bb261d624c49 (diff)
downloadpkgsrc-43ab0a0cba12df4a8c083336ed1a7c66701b045a.tar.gz
Update to 4.13:
- new port of 7za from the source of 7za 4.13Beta for Windows - From Windows version of 7-zip 4.13 : - Switch "--" stops switches parsing - Some bugs were fixed - User's manual updated (DOCS/MANUAL/index.htm) - makefile.netbsd_x86 added [Bug #1069055]. - new method to install 7z and its plugins (the "link" method do no work) - installer added (install.sh). - makefile.macosx_with_fink becomes makefile.macosx and makefile.macosx uses c++ instead of CC (on some MacOSX, CC is a link to gcc instead of g++) - new flag "-utf16" to enable "utf16" conversion [Bug #1075229]. - new logic to automatically enable or disable "utf16" conversion : no locale, locale=="C" or locale=="POSIX" implies utf16=off else utf16=on uses "-utf16" or "-no-utf16" to change this behaviour. [Bug #1075229] - 7z (compiled with -O2) works now on Sparc Solaris.
Diffstat (limited to 'archivers/p7zip/Makefile')
-rw-r--r--archivers/p7zip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile
index 0b562a63fee..838d4c38682 100644
--- a/archivers/p7zip/Makefile
+++ b/archivers/p7zip/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:50 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/26 02:43:38 wiz Exp $
#
-DISTNAME= p7zip_4.12_src
-PKGNAME= p7zip-4.12
+DISTNAME= p7zip_4.13_src
+PKGNAME= p7zip-4.13
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/}
EXTRACT_SUFX= .tar.bz2