ports/126283: [PATCH] www/phpSysInfo: update to 3.0-RC6

Ralf van der Enden tremere at cainites.net
Tue Aug 5 20:40:02 UTC 2008


>Number:         126283
>Category:       ports
>Synopsis:       [PATCH] www/phpSysInfo: update to 3.0-RC6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 05 20:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #3: Sun Jul 13 22:22:16 CEST 2008
>Description:
- Update to 3.0-RC6
Also fix a bug when 'useVhost' is set to true in the config.

Added file(s):
- files/patch-includes_os_class_BSD_common_inc_php

Port maintainer (jadawin at FreeBSD.org) is cc'd.

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

--- phpSysInfo-3.0.r6_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/phpSysInfo/Makefile /usr/ports/www/phpSysInfo.new/Makefile
--- /usr/ports/www/phpSysInfo/Makefile	2008-04-11 17:09:18.000000000 +0200
+++ /usr/ports/www/phpSysInfo.new/Makefile	2008-08-05 22:32:38.000000000 +0200
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/www/phpSysInfo/Makefile,v 1.26 2008/04/11 15:09:18 jadawin Exp $
 
 PORTNAME=	phpSysInfo
-DISTVERSION=	3.0-RC4
+DISTVERSION=	3.0-RC6
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF
diff -ruN --exclude=CVS /usr/ports/www/phpSysInfo/distinfo /usr/ports/www/phpSysInfo.new/distinfo
--- /usr/ports/www/phpSysInfo/distinfo	2008-03-06 14:41:16.000000000 +0100
+++ /usr/ports/www/phpSysInfo.new/distinfo	2008-08-05 22:32:43.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (phpSysInfo-3.0-RC4.tar.gz) = ed65c41c89e10e9ed0b7ce7bee8582f1
-SHA256 (phpSysInfo-3.0-RC4.tar.gz) = 42d3e26f342155b1b2f3eb7d8fdb284db8797b8af90f9397e3c155f56d21fc26
-SIZE (phpSysInfo-3.0-RC4.tar.gz) = 138853
+MD5 (phpSysInfo-3.0-RC6.tar.gz) = 8c63d60734308b40d531b3d2a3a80344
+SHA256 (phpSysInfo-3.0-RC6.tar.gz) = a6822c51b185d1bcc8bc07a53c6345e7ef741fe3a45f54804f2e82191069cd56
+SIZE (phpSysInfo-3.0-RC6.tar.gz) = 203108
diff -ruN --exclude=CVS /usr/ports/www/phpSysInfo/files/patch-includes_os_class_BSD_common_inc_php /usr/ports/www/phpSysInfo.new/files/patch-includes_os_class_BSD_common_inc_php
--- /usr/ports/www/phpSysInfo/files/patch-includes_os_class_BSD_common_inc_php	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/www/phpSysInfo.new/files/patch-includes_os_class_BSD_common_inc_php	2008-08-05 22:35:36.000000000 +0200
@@ -0,0 +1,11 @@
+--- includes/os/class.BSD.common.inc.php.org	2008-06-05 20:58:52.000000000 +0200
++++ includes/os/class.BSD.common.inc.php	2008-08-05 22:34:24.000000000 +0200
+@@ -83,7 +83,7 @@
+     }
+   }
+   // get our apache SERVER_NAME or vhost
+-  public function hostname() {
++  public function vhostname() {
+     if (!($result = getenv('SERVER_NAME'))) {
+       $result = "N.A.";
+     }
--- phpSysInfo-3.0.r6_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list