From root@deepvision.tsua.net  Thu Nov  6 00:50:41 2008
Return-Path: <root@deepvision.tsua.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 75CAE106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Nov 2008 00:50:41 +0000 (UTC)
	(envelope-from root@deepvision.tsua.net)
Received: from deepvision.tsua.net (s2.sdv.com.ua [212.40.43.22])
	by mx1.freebsd.org (Postfix) with ESMTP id 30C698FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Nov 2008 00:50:41 +0000 (UTC)
	(envelope-from root@deepvision.tsua.net)
Received: from root by deepvision.tsua.net with local (Exim 4.69 (FreeBSD))
	(envelope-from <root@deepvision.tsua.net>)
	id 1Kxt56-0000ck-5h; Thu, 06 Nov 2008 02:50:40 +0200
Message-Id: <E1Kxt56-0000ck-5h@deepvision.tsua.net>
Date: Thu, 06 Nov 2008 02:50:40 +0200
From: Alex Samorukov <samm@os2.kiev.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc: samm@os2.kiev.ua
Subject: [MAINTAINER] archivers/libunrar: update to 3.8.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         128624
>Category:       ports
>Synopsis:       [MAINTAINER] archivers/libunrar: update to 3.8.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 06 01:00:01 UTC 2008
>Closed-Date:    Sun Nov 09 16:36:17 UTC 2008
>Last-Modified:  Sun Nov  9 16:40:03 UTC 2008
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
NetArt
>Environment:
System: FreeBSD deepvision.tsua.net 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #4: Fri Mar 28 05:16:52 EET 2008
>Description:
- Update to 3.8.5

Please, also close PR ports/128213 as obsolete

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

--- libunrar-3.8.5,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/Makefile /usr/home/samm/libunrar/Makefile
--- /usr/ports/archivers/libunrar/Makefile	2008-10-23 17:59:01.000000000 +0300
+++ /usr/home/samm/libunrar/Makefile	2008-11-06 02:37:02.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libunrar
-PORTVERSION=	3.7.8
+PORTVERSION=	3.8.5
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.rarlab.com/rar/
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/distinfo /usr/home/samm/libunrar/distinfo
--- /usr/ports/archivers/libunrar/distinfo	2008-03-24 07:59:39.000000000 +0200
+++ /usr/home/samm/libunrar/distinfo	2008-11-06 02:37:35.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (unrarsrc-3.7.8.tar.gz) = b783f1932bc0c73902c6399f7c2c6f43
-SHA256 (unrarsrc-3.7.8.tar.gz) = 10476e8f0152830922d1038cbc852ec08cdbcd9945fa6b4b8aca16bb736084e9
-SIZE (unrarsrc-3.7.8.tar.gz) = 131120
+MD5 (unrarsrc-3.8.5.tar.gz) = 875688e6a144a3f75d2a6a0da3e43f8b
+SHA256 (unrarsrc-3.8.5.tar.gz) = 9173a68f7ec106248a4942653b9bd2ca8e3c8d288b543d1462dda6d52b11338a
+SIZE (unrarsrc-3.8.5.tar.gz) = 135670
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/files/patch-dll.hpp /usr/home/samm/libunrar/files/patch-dll.hpp
--- /usr/ports/archivers/libunrar/files/patch-dll.hpp	2005-10-05 13:18:33.000000000 +0300
+++ /usr/home/samm/libunrar/files/patch-dll.hpp	2008-11-06 02:39:44.000000000 +0200
@@ -1,18 +1,19 @@
---- dll.hpp.orig  2004-09-08 17:57:20.000000000 +0400
-+++ dll.hpp       2004-10-22 10:43:08.000000000 +0400
-@@ -26,13 +26,13 @@
+--- dll.hpp	2008-11-06 01:37:37.000000000 +0100
++++ dll.hpp	2008-11-06 01:38:47.000000000 +0100
+@@ -28,14 +28,14 @@
  
  #define RAR_DLL_VERSION       4
  
 -#ifdef _UNIX
-+//#ifdef _UNIX
++// #ifdef _UNIX
  #define CALLBACK
  #define PASCAL
  #define LONG long
  #define HANDLE void *
+ #define LPARAM long
  #define UINT unsigned int
 -#endif
-+//#endif
++// #endif
  
  struct RARHeaderData
  {
diff -ruN --exclude=CVS /usr/ports/archivers/libunrar/files/patch-makefile.unix /usr/home/samm/libunrar/files/patch-makefile.unix
--- /usr/ports/archivers/libunrar/files/patch-makefile.unix	2005-11-07 17:22:49.000000000 +0200
+++ /usr/home/samm/libunrar/files/patch-makefile.unix	2008-11-06 02:44:33.000000000 +0200
@@ -1,21 +1,21 @@
---- makefile.unix.orig	Sat Apr 30 04:00:12 2005
-+++ makefile.unix	Fri Sep 23 16:22:04 2005
-@@ -6,10 +6,10 @@
- #
+--- makefile.unix.orig	2008-10-09 15:43:06.000000000 +0200
++++ makefile.unix	2008-11-06 01:43:52.000000000 +0100
+@@ -7,10 +7,11 @@
  
  # Linux using GCC
--CXX=g++
--CXXFLAGS=-O2
+ #CXX=g++
+-#CXXFLAGS=-O2
 -DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 +CXXFLAGS=$(CFLAGS) -fPIC -DPIC
 +DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DGUI -DSILENT
  STRIP=strip
+ DESTDIR=/usr
 +RANLIB=ranlib
  
  # Linux using LCC
  #CXX=lcc
-@@ -86,7 +86,7 @@
- LINK=$(CXX)
+@@ -100,7 +101,7 @@
+ WHAT=UNRAR
  
  UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o
 -LIB_OBJ=filestr.o scantree.o dll.o
@@ -23,7 +23,7 @@
  
  OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savepos.o global.o file.o filefn.o filcreat.o \
  	archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \
-@@ -114,6 +114,12 @@
+@@ -131,9 +132,15 @@
  	$(STRIP) default.sfx
  
  lib:	WHAT=RARDLL
@@ -39,3 +39,6 @@
 +	@rm -f libunrar.a
 +	$(AR) rc libunrar.a $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ)
 +	$(RANLIB) libunrar.a
+ 
+ install-unrar:
+ 			install unrar $(DESTDIR)/bin
--- libunrar-3.8.5,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Nov 6 06:53:55 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128624 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 9 16:36:16 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128624 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128624: commit references a PR
Date: Sun,  9 Nov 2008 16:36:22 +0000 (UTC)

 miwi        2008-11-09 16:36:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/libunrar   Makefile distinfo 
     archivers/libunrar/files patch-dll.hpp patch-makefile.unix 
   Log:
   - Update to 3.8.5
   
   PR:             128624
   Submitted by:   Alex Samorukov <samm@os2.kiev.ua> (maintainer)
   
   Revision  Changes    Path
   1.15      +1 -1      ports/archivers/libunrar/Makefile
   1.10      +3 -3      ports/archivers/libunrar/distinfo
   1.2       +6 -5      ports/archivers/libunrar/files/patch-dll.hpp
   1.3       +12 -9     ports/archivers/libunrar/files/patch-makefile.unix
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
