- maintenance update to unrar 3.85.

ok jasper@
This commit is contained in:
rui 2008-12-31 18:43:07 +00:00
parent a06841f3bb
commit f40ddf5034
3 changed files with 13 additions and 18 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.42 2008/09/21 18:25:32 rui Exp $
# $OpenBSD: Makefile,v 1.43 2008/12/31 18:43:07 rui Exp $
COMMENT= extract, list, and test RAR archives
DISTNAME= unrarsrc-3.8.2
PKGNAME= unrar-3.82
DISTNAME= unrarsrc-3.8.5
PKGNAME= unrar-3.85
CATEGORIES= archivers
HOMEPAGE= http://www.rarlab.com/

View File

@ -1,5 +1,5 @@
MD5 (unrarsrc-3.8.2.tar.gz) = iX59csdXb/jIOiuPSAF7sQ==
RMD160 (unrarsrc-3.8.2.tar.gz) = clXBC4awHZxA4wgNsi3xkKGMAT8=
SHA1 (unrarsrc-3.8.2.tar.gz) = mwTa6UemaX0DWgjt4HMOkyv27YE=
SHA256 (unrarsrc-3.8.2.tar.gz) = 2YmxOT01ApD9q0FitOemvPBh0rOkocSYL8CGjWaMxzE=
SIZE (unrarsrc-3.8.2.tar.gz) = 134853
MD5 (unrarsrc-3.8.5.tar.gz) = h1aI5qFEo/ddKmoNo+Q/iw==
RMD160 (unrarsrc-3.8.5.tar.gz) = rMIEIEZvUOaCauNNO2Y/C5xUHsk=
SHA1 (unrarsrc-3.8.5.tar.gz) = kR0+8sJ52VIq+iK0Uhdt2GiDp1E=
SHA256 (unrarsrc-3.8.5.tar.gz) = kXOmj37BBiSKSUJlO5vSyo48jSiLVD0UYt2m1SsRM4o=
SIZE (unrarsrc-3.8.5.tar.gz) = 135670

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-makefile_unix,v 1.9 2008/09/21 18:25:32 rui Exp $
--- makefile.unix.orig Sat Sep 20 21:57:22 2008
+++ makefile.unix Sat Sep 20 21:58:57 2008
@@ -105,9 +105,14 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savep
$OpenBSD: patch-makefile_unix,v 1.10 2008/12/31 18:43:07 rui Exp $
--- makefile.unix.orig Sun Dec 28 12:45:32 2008
+++ makefile.unix Sun Dec 28 12:48:14 2008
@@ -107,9 +107,14 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savep
resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \
rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o
@ -16,12 +16,7 @@ $OpenBSD: patch-makefile_unix,v 1.9 2008/09/21 18:25:32 rui Exp $
all: unrar
install: install-unrar
@@ -117,11 +122,10 @@ uninstall: uninstall-unrar
clean:
@rm -f *.o *.bak *~
-unrar: WHAT=UNRAR
+WHAT=UNRAR
@@ -122,7 +127,6 @@ clean:
unrar: $(OBJECTS) $(UNRAR_OBJ)
@rm -f unrar
$(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)