summaryrefslogtreecommitdiff
path: root/archivers/unrar
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2003-10-09 00:07:27 +0000
committerfredb <fredb@pkgsrc.org>2003-10-09 00:07:27 +0000
commitedd110d687732ff0498e2ec2341c22728e00f8ab (patch)
tree095d45d1a9d5be614648e39ac0886ee45bb066f7 /archivers/unrar
parent8520e945aad805766ee9b254a9a3264c674b1401 (diff)
downloadpkgsrc-edd110d687732ff0498e2ec2341c22728e00f8ab.tar.gz
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 (limited to 'archivers/unrar')
-rw-r--r--archivers/unrar/Makefile4
-rw-r--r--archivers/unrar/distinfo7
-rw-r--r--archivers/unrar/patches/patch-ab20
3 files changed, 5 insertions, 26 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 4ebba4fe10b..47334e151b8 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -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 --git a/archivers/unrar/distinfo b/archivers/unrar/distinfo
index 7eda23f6208..752496de50d 100644
--- a/archivers/unrar/distinfo
+++ b/archivers/unrar/distinfo
@@ -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 --git a/archivers/unrar/patches/patch-ab b/archivers/unrar/patches/patch-ab
deleted file mode 100644
index d019d35fd5d..00000000000
--- a/archivers/unrar/patches/patch-ab
+++ /dev/null
@@ -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