Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 11:28:32 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462792 - head/deskutils/phpcollab
Message-ID:  <201802241128.w1OBSWni003434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241128.w1OBSWni003434>