Date: Tue, 24 Jan 2012 00:38:16 -0500 (EST) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: walt@relnor.com Subject: ports/164430: [PATCH] www/phpsysinfo: Add dom to USE_PHP Message-ID: <201201240538.q0O5cGgc008944@goodking.goodking.ca> Resent-Message-ID: <201201240540.q0O5e9AR017722@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164430 >Category: ports >Synopsis: [PATCH] www/phpsysinfo: Add dom to USE_PHP >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 Jan 24 05:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 9.0-STABLE i386 >Organization: GoodKing.Org >Environment: System: FreeBSD goodking.goodking.ca 9.0-STABLE FreeBSD 9.0-STABLE #7 r229614: Thu Jan 5 18:49:41 >Description: - Add dom to USE_PHP - Fix trailing slash for alias to work properly - Pet portlint - Bump PORTREVISION Port maintainer (walt@relnor.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- phpsysinfo-3.0.10_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/phpsysinfo/Makefile,v retrieving revision 1.35 diff -u -u -r1.35 Makefile --- Makefile 6 Apr 2011 11:52:36 -0000 1.35 +++ Makefile 24 Jan 2012 05:34:19 -0000 @@ -7,18 +7,19 @@ PORTNAME= phpsysinfo PORTVERSION= 3.0.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= walt@relnor.com COMMENT= A PHP script for displaying system information -LATEST_LINK= phpsysinfo-dev +LICENSE= GPLv2 -USE_PHP= pcre xml simplexml mbstring +USE_PHP= dom pcre xml simplexml mbstring WANT_PHP_WEB= yes -LICENSE= GPLv2 +LATEST_LINK= phpsysinfo-dev NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} Index: files/pkg-message.in =================================================================== RCS file: /home/pcvs/ports/www/phpsysinfo/files/pkg-message.in,v retrieving revision 1.1 diff -u -u -r1.1 pkg-message.in --- files/pkg-message.in 31 Jan 2010 14:38:10 -0000 1.1 +++ files/pkg-message.in 24 Jan 2012 05:34:19 -0000 @@ -2,7 +2,7 @@ You will also need to configure Apache. Consider adding the following to your httpd.conf: - Alias /phpSysInfo "%%WWWDIR%%" + Alias /phpSysInfo "%%WWWDIR%%/" <Directory "%%WWWDIR%%"> AllowOverride all --- phpsysinfo-3.0.10_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201240538.q0O5cGgc008944>