1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 3.60.b4

PR:		ports/98612
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2006-06-07 18:14:05 +00:00
parent 47f58e562e
commit add037db1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164734
3 changed files with 15 additions and 6 deletions

View File

@ -6,15 +6,14 @@
#
PORTNAME= libunrar
PORTVERSION= 3.54
PORTREVISION= 1
PORTVERSION= 3.60.b4
CATEGORIES= archivers
MASTER_SITES= http://files2.rarlab.com/rar/ \
http://files3.rarlab.com/rar/ \
http://files4.rarlab.com/rar/ \
http://files5.rarlab.com/rar/ \
http://files6.rarlab.com/rar/
DISTNAME= unrarsrc-3.5.4
DISTNAME= unrarsrc-3.6.4
MAINTAINER= samm@os2.kiev.ua
COMMENT= Library to work with RAR archivies

View File

@ -1,3 +1,3 @@
MD5 (unrarsrc-3.5.4.tar.gz) = 3c3901173888e08dac22fca8a93ec5e6
SHA256 (unrarsrc-3.5.4.tar.gz) = caf75266a359456398b0bbfa4ea9c1c2d3fcc9088bfe6a1309bf51e3d5376989
SIZE (unrarsrc-3.5.4.tar.gz) = 122801
MD5 (unrarsrc-3.6.4.tar.gz) = 001602097819fdbe6aa3cf46af01d922
SHA256 (unrarsrc-3.6.4.tar.gz) = 625611fda1baec14f4fedffc2b8b8997caf6f3f360d843f6c1304a508a297e4a
SIZE (unrarsrc-3.6.4.tar.gz) = 124913

View File

@ -0,0 +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 @@
char CurVolName[NM];
strcpy(CurVolName,ArcName);
+ if(strcmp(ArcName,"")==0) return(false);
VolNameToFirstName(ArcName,ArcName,(Arc.NewMhd.Flags & MHD_NEWNUMBERING));
if (stricomp(ArcName,CurVolName)!=0 && FileExist(ArcName))
{