ports/127159: [PATCH] archivers/p7zip: update to 4.58

chinsan chinsan at FreeBSD.org
Sat Sep 6 19:30:04 UTC 2008


>Number:         127159
>Category:       ports
>Synopsis:       [PATCH] archivers/p7zip: update to 4.58
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 06 19:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list