svn commit: r450976 - head/www/davical

Tobias C. Berner tcberner at FreeBSD.org
Sat Sep 30 11:21:08 UTC 2017


Author: tcberner
Date: Sat Sep 30 11:21:07 2017
New Revision: 450976
URL: https://svnweb.freebsd.org/changeset/ports/450976

Log:
  www/davical: add php-curl as dependency
  
  * Davical does need "ftp/phpXX-curl" for external binding work properly.
    Its self check also fail if it is not present.
    https://wiki.davical.org/index.php/Setup_Failure_Codes/PHP_curl_support
  * While here, do some minor alphabetizing of the various lists.
  
  PR:		222652
  Submitted by:	Le Baron d'Merde <lbdm at privacychain.ch>

Modified:
  head/www/davical/Makefile

Modified: head/www/davical/Makefile
==============================================================================
--- head/www/davical/Makefile	Sat Sep 30 11:09:19 2017	(r450975)
+++ head/www/davical/Makefile	Sat Sep 30 11:21:07 2017	(r450976)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	davical
-PORTVERSION=	1.1.5
 DISTVERSIONPREFIX=	r
+DISTVERSION=	1.1.5
+PORTREVISION=	1
 CATEGORIES?=	www
 MASTER_SITES=	https://gitlab.com/${PORTNAME}-project/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/
 
@@ -23,12 +24,12 @@ RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}-7ccc7c449176475891ec50d5524928628df6f8d1
 
 NO_BUILD=	yes
-USES=		shebangfix pgsql php
-USE_PHP=	gettext iconv pcre pdo pdo_pgsql pgsql xml calendar
+USES=		pgsql php shebangfix
+USE_PHP=	calendar curl gettext iconv pcre pdo pdo_pgsql pgsql xml
 SHEBANG_FILES=	scripts/sync-remote-caldav.php
 SUB_FILES=	pkg-message httpd-davical.conf
-PORTDOCS=	README INSTALL davical_en_user_guide.odt translation.rst \
-		phpdoc.ini
+PORTDOCS=	README INSTALL davical_en_user_guide.odt phpdoc.ini \
+		translation.rst
 PORTEXAMPLES=	config
 
 OPTIONS_DEFINE=	DOCS EXAMPLES


More information about the svn-ports-all mailing list