From chinsan@chinsan.info  Sat Sep  6 19:28:12 2008
Return-Path: <chinsan@chinsan.info>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 59DC61065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Sep 2008 19:28:12 +0000 (UTC)
	(envelope-from chinsan@chinsan.info)
Received: from chinsan.info (chinsan.info [72.21.49.42])
	by mx1.freebsd.org (Postfix) with ESMTP id E51938FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Sep 2008 19:28:11 +0000 (UTC)
	(envelope-from chinsan@chinsan.info)
Received: by chinsan.info (Postfix, from userid 1001)
	id 87CFAB822; Sun,  7 Sep 2008 03:33:28 +0800 (CST)
Message-Id: <20080906193329.87CFAB822@chinsan.info>
Date: Sun,  7 Sep 2008 03:33:28 +0800 (CST)
From: chinsan <chinsan@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nox@FreeBSD.org
Subject: [PATCH] archivers/p7zip: update to 4.58
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127159
>Category:       ports
>Synopsis:       [PATCH] archivers/p7zip: update to 4.58
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nox
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 06 19:30:03 UTC 2008
>Closed-Date:    Sun Sep 07 14:51:46 UTC 2008
>Last-Modified:  Sun Sep 07 14:51:46 UTC 2008
>Originator:     chinsan
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008
>Description:
- Update to 4.58

Port maintainer (nox@FreeBSD.org) is cc'd.

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

--- p7zip-4.58.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/p7zip/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/Makefile
--- /usr/ports/archivers/p7zip/Makefile	2008-04-21 01:30:33.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/Makefile	2008-09-07 02:21:58.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	p7zip
-PORTVERSION=	4.57
+PORTVERSION=	4.58
 CATEGORIES=	archivers
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_${DISTVERSION}_src_all
diff -ruN --exclude=CVS /usr/ports/archivers/p7zip/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/distinfo
--- /usr/ports/archivers/p7zip/distinfo	2008-04-21 01:30:33.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/distinfo	2008-09-07 02:22:08.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (p7zip_4.57_src_all.tar.bz2) = 773f78d8b297eb858626667d4dfa93c7
-SHA256 (p7zip_4.57_src_all.tar.bz2) = 00e923386dd53d532a86331d1694eaeee626783afa503f91edf7370357e05b53
-SIZE (p7zip_4.57_src_all.tar.bz2) = 1473608
+MD5 (p7zip_4.58_src_all.tar.bz2) = 315b184102c17c4956f53218d973222d
+SHA256 (p7zip_4.58_src_all.tar.bz2) = 52391559b7782d2bad45b783579ea9825f28670ba6f234fd0d9248af3e82bedd
+SIZE (p7zip_4.58_src_all.tar.bz2) = 1948207
diff -ruN --exclude=CVS /usr/ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp
--- /usr/ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp	2007-09-05 05:44:23.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp	2008-09-07 02:30:38.000000000 +0800
@@ -1,10 +1,11 @@
-Index: CPP/Windows/System.cpp
-@@ -35,7 +35,7 @@
- 		#elif defined (__FreeBSD__)
+--- CPP/Windows/System.cpp.orig	2008-09-07 02:29:34.000000000 +0800
++++ CPP/Windows/System.cpp	2008-09-07 02:30:23.000000000 +0800
+@@ -44,7 +44,7 @@
+ 		#elif defined (__FreeBSD__) || defined (__FreeBSD_kernel__)
  		UInt32 GetNumberOfProcessors() {
- 		  		int nbcpu = 1;
+ 		  	int nbcpu = 1;
 -			size_t value;
-+			int value;
++		  	int value;
  			size_t len = sizeof(value);
  			if (sysctlbyname("hw.ncpu", &value, &len, NULL, 0) == 0)
  				nbcpu = value;
--- p7zip-4.58.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nox 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 6 19:30:14 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127159: commit references a PR
Date: Sun,  7 Sep 2008 11:17:03 +0000 (UTC)

 nox         2008-09-07 11:16:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/p7zip      Makefile distinfo 
     archivers/p7zip/files patch-CPP-Windows-System.cpp 
   Log:
   Update to 4.58
   
   PR:             ports/127159
   Submitted by:   chinsan
   
   Revision  Changes    Path
   1.35      +1 -1      ports/archivers/p7zip/Makefile
   1.26      +3 -3      ports/archivers/p7zip/distinfo
   1.2       +6 -5      ports/archivers/p7zip/files/patch-CPP-Windows-System.cpp
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: nox 
State-Changed-When: Sun Sep 7 14:51:45 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127159 
>Unformatted:
