From db761a054ab3b74a736b414225e40a4340fba5b4 Mon Sep 17 00:00:00 2001 From: tabthorpe Date: Tue, 7 Feb 2012 18:14:59 +0000 Subject: - Add dom to USE_PHP - Fix trailing slash for alias to work properly - Pet portlint - Bump PORTREVISION PR: ports/164430 Submitted by: tabthorpe@ Approved by: maintainer timeout --- www/phpsysinfo/Makefile | 7 ++++--- www/phpsysinfo/files/pkg-message.in | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'www/phpsysinfo') diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index e50288ffd73..29a4084e157 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -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} diff --git a/www/phpsysinfo/files/pkg-message.in b/www/phpsysinfo/files/pkg-message.in index 54a16d8854b..d9f1ca230a2 100644 --- a/www/phpsysinfo/files/pkg-message.in +++ b/www/phpsysinfo/files/pkg-message.in @@ -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%%/" AllowOverride all -- cgit