maintenance update to 5.90

This commit is contained in:
naddy 2020-04-06 16:10:11 +00:00
parent 0805e45782
commit 91ab7cf5b0
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.79 2019/12/29 11:52:10 naddy Exp $
# $OpenBSD: Makefile,v 1.80 2020/04/06 16:10:11 naddy Exp $
COMMENT= extract, list, and test RAR archives
@ -9,9 +9,9 @@ COMMENT= extract, list, and test RAR archives
# to 0 for a non-beta release, e.g., "5.00 beta 8" was succeeded
# by "5.00".
PKGNAME= unrar-5.80
PKGNAME= unrar-5.90
EPOCH= 2
DISTNAME= unrarsrc-5.8.5
DISTNAME= unrarsrc-5.9.2
CATEGORIES= archivers
HOMEPAGE= https://www.rarlab.com/

View File

@ -1,2 +1,2 @@
SHA256 (unrarsrc-5.8.5.tar.gz) = pyWSOmJ7yLPdZwo0e1dwHhrWH19Oe3idCSRPtLf5eyk=
SIZE (unrarsrc-5.8.5.tar.gz) = 229641
SHA256 (unrarsrc-5.9.2.tar.gz) = c9O68YzwoZeXavJ5SoSIk8NefULO4P82TInS5Hbr2qY=
SIZE (unrarsrc-5.9.2.tar.gz) = 229900

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-os_hpp,v 1.16 2019/03/09 22:57:53 naddy Exp $
$OpenBSD: patch-os_hpp,v 1.17 2020/04/06 16:10:11 naddy Exp $
Index: os.hpp
--- os.hpp.orig
+++ os.hpp
@@ -135,6 +135,7 @@
#define NM 2048
#define NM 2048
+#include <endian.h>
#include <unistd.h>