diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-08 02:14:59 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-08 02:14:59 +0800 |
commit | db761a054ab3b74a736b414225e40a4340fba5b4 (patch) | |
tree | 5caac4cc99e58f262b7d7eb97011e8a47fe93322 /www/phpsysinfo | |
parent | 745b589f1ec2965bff48eba6ce09d39395fae4a9 (diff) | |
download | freebsd-ports-gnome-db761a054ab3b74a736b414225e40a4340fba5b4.tar.gz freebsd-ports-gnome-db761a054ab3b74a736b414225e40a4340fba5b4.tar.zst freebsd-ports-gnome-db761a054ab3b74a736b414225e40a4340fba5b4.zip |
- 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
Diffstat (limited to 'www/phpsysinfo')
-rw-r--r-- | www/phpsysinfo/Makefile | 7 | ||||
-rw-r--r-- | www/phpsysinfo/files/pkg-message.in | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index e50288ffd73f..29a4084e157b 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 54a16d8854ba..d9f1ca230a28 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%%/" <Directory "%%WWWDIR%%"> AllowOverride all |