Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Jul 2009 10:06:37 +0300
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/136605: [MAINTAINER] archivers/libunrar: update to 3.9.5
Message-ID:  <E1MOniH-000Kt4-O8@deepvision.tsua.net>
Resent-Message-ID: <200907090750.n697o2OM068767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         136605
>Category:       ports
>Synopsis:       [MAINTAINER] archivers/libunrar: update to 3.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 09 07:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.3-RELEASE-p8 i386
>Organization:
NetArt
>Environment:
System: FreeBSD deepvision.tsua.net 6.3-RELEASE-p8 FreeBSD 6.3-RELEASE-p8 #5: Mon Jan 12 12:00:20 EET 2009
>Description:
- Update to 3.9.5

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libunrar-3.9.5,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/Makefile /root/tmp/libunrar/Makefile
--- /usr/ports/archivers/libunrar/Makefile	2008-11-09 18:36:08.000000000 +0200
+++ /root/tmp/libunrar/Makefile	2009-07-09 09:58:27.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libunrar
-PORTVERSION=	3.8.5
+PORTVERSION=	3.9.5
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.rarlab.com/rar/
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/distinfo /root/tmp/libunrar/distinfo
--- /usr/ports/archivers/libunrar/distinfo	2008-11-09 18:36:08.000000000 +0200
+++ /root/tmp/libunrar/distinfo	2009-07-09 09:58:54.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (unrarsrc-3.8.5.tar.gz) = 875688e6a144a3f75d2a6a0da3e43f8b
-SHA256 (unrarsrc-3.8.5.tar.gz) = 9173a68f7ec106248a4942653b9bd2ca8e3c8d288b543d1462dda6d52b11338a
-SIZE (unrarsrc-3.8.5.tar.gz) = 135670
+MD5 (unrarsrc-3.9.5.tar.gz) = cc7184f461a2fb13d9b80c780993d9f1
+SHA256 (unrarsrc-3.9.5.tar.gz) = 348bc9ee8a5a4bd7ab0dd24f951da6fce5a2716f917ebc758d066b75a9cad338
+SIZE (unrarsrc-3.9.5.tar.gz) = 141001
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/files/patch-extract.cpp /root/tmp/libunrar/files/patch-extract.cpp
--- /usr/ports/archivers/libunrar/files/patch-extract.cpp	2006-06-07 21:14:05.000000000 +0300
+++ /root/tmp/libunrar/files/patch-extract.cpp	2009-07-09 10:03:49.000000000 +0300
@@ -1,10 +1,10 @@
---- extract.cpp.orig	Wed Jun  7 08:52:35 2006
-+++ extract.cpp	Wed Jun  7 08:55:35 2006
-@@ -291,6 +291,7 @@
+--- extract.cpp.orig	2009-06-30 09:18:53.000000000 +0300
++++ extract.cpp	2009-07-09 10:02:21.000000000 +0300
+@@ -354,6 +354,7 @@
      char CurVolName[NM];
      strcpy(CurVolName,ArcName);
  
 +    if(strcmp(ArcName,"")==0) return(false);
-     VolNameToFirstName(ArcName,ArcName,(Arc.NewMhd.Flags & MHD_NEWNUMBERING));
+     VolNameToFirstName(ArcName,ArcName,(Arc.NewMhd.Flags & MHD_NEWNUMBERING)!=0);
      if (stricomp(ArcName,CurVolName)!=0 && FileExist(ArcName))
      {
--- libunrar-3.9.5,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1MOniH-000Kt4-O8>