svn commit: r462792 - head/deskutils/phpcollab
Bernard Spil
brnrd at FreeBSD.org
Sat Feb 24 11:28:33 UTC 2018
Author: brnrd
Date: Sat Feb 24 11:28:32 2018
New Revision: 462792
URL: https://svnweb.freebsd.org/changeset/ports/462792
Log:
deskutils/phpcollab: Fix Apache dependency
- While here, fix dead link
Approved by: hat apache@
Modified:
head/deskutils/phpcollab/Makefile
head/deskutils/phpcollab/pkg-descr
Modified: head/deskutils/phpcollab/Makefile
==============================================================================
--- head/deskutils/phpcollab/Makefile Sat Feb 24 11:28:14 2018 (r462791)
+++ head/deskutils/phpcollab/Makefile Sat Feb 24 11:28:32 2018 (r462792)
@@ -26,7 +26,7 @@ OPTIONS_RADIO_DB= PGSQL MYSQL
MYSQL_USE= PHP=mysql MYSQL=yes
PGSQL_USE= PHP=pgsql,pdo_pgsql
PGSQL_USES= pgsql
-APACHE_USE= APACHE_RUN=22
+APACHE_USE= APACHE_RUN=22+
LIGHTTPD_RUN_DEPENDS= lighttpd:ww/lighttpd
do-install:
Modified: head/deskutils/phpcollab/pkg-descr
==============================================================================
--- head/deskutils/phpcollab/pkg-descr Sat Feb 24 11:28:14 2018 (r462791)
+++ head/deskutils/phpcollab/pkg-descr Sat Feb 24 11:28:32 2018 (r462792)
@@ -4,4 +4,4 @@ organizations, such as consulting firms, that rely on
between firm-side and client-side information will benefit most
from use of phpCollab.
-WWW: http://www.php-collab.org/
+WWW: http://www.phpcollab.com/
More information about the svn-ports-all
mailing list