Date: Sat, 30 Sep 2017 11:21:07 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450976 - head/www/davical Message-ID: <201709301121.v8UBL7DF005437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709301121.v8UBL7DF005437>