pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/unrar Update to unrar-3.2.3. The only change...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6082af204fe
branches:  trunk
changeset: 462688:b6082af204fe
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Thu Oct 09 00:07:27 2003 +0000

description:
Update to unrar-3.2.3. The only change, is that it fixes the build under
gcc-3* a slightly different way than patch-ab did.

diffstat:

 archivers/unrar/Makefile         |   4 ++--
 archivers/unrar/distinfo         |   7 +++----
 archivers/unrar/patches/patch-ab |  20 --------------------
 3 files changed, 5 insertions(+), 26 deletions(-)

diffs (50 lines):

diff -r d1e3133d1c73 -r b6082af204fe archivers/unrar/Makefile
--- a/archivers/unrar/Makefile  Wed Oct 08 23:54:07 2003 +0000
+++ b/archivers/unrar/Makefile  Thu Oct 09 00:07:27 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2003/10/08 23:54:07 fredb Exp $
+# $NetBSD: Makefile,v 1.24 2003/10/09 00:07:27 fredb Exp $
 #
 
-DISTNAME=      unrarsrc-3.2.2
+DISTNAME=      unrarsrc-3.2.3
 PKGNAME=       ${DISTNAME:S/src//}
 WRKSRC=                ${WRKDIR}/unrar
 CATEGORIES=    archivers
diff -r d1e3133d1c73 -r b6082af204fe archivers/unrar/distinfo
--- a/archivers/unrar/distinfo  Wed Oct 08 23:54:07 2003 +0000
+++ b/archivers/unrar/distinfo  Thu Oct 09 00:07:27 2003 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.12 2003/07/17 20:28:30 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2003/10/09 00:07:27 fredb Exp $
 
-SHA1 (unrarsrc-3.2.2.tar.gz) = 82f65634e12c289804cdb75222b98028d4c16a1f
-Size (unrarsrc-3.2.2.tar.gz) = 114963 bytes
+SHA1 (unrarsrc-3.2.3.tar.gz) = aa450b1d9351a61a21f6558f73d15d04e2235ce2
+Size (unrarsrc-3.2.3.tar.gz) = 114986 bytes
 SHA1 (patch-aa) = 612a31f767de48b574cd916d600005f5613eaefd
-SHA1 (patch-ab) = 04ffdd82b51a337b2f4e9cac9c193bbc4305083a
diff -r d1e3133d1c73 -r b6082af204fe archivers/unrar/patches/patch-ab
--- a/archivers/unrar/patches/patch-ab  Wed Oct 08 23:54:07 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2003/07/17 20:28:32 jmmv Exp $
-
---- rar.hpp.orig       2003-05-15 10:38:00.000000000 +0200
-+++ rar.hpp
-@@ -18,6 +18,7 @@
- #include "errhnd.hpp"
- #include "array.hpp"
- #include "timefn.hpp"
-+#include "global.hpp"
- #include "headers.hpp"
- #include "rarfn.hpp"
- #include "pathfn.hpp"
-@@ -71,7 +72,6 @@
- #include "smallfn.hpp"
- #include "ulinks.hpp"
- 
--#include "global.hpp"
- 
- 
- #endif



Home | Main Index | Thread Index | Old Index