diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-09-30 19:21:07 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-09-30 19:21:07 +0800 |
commit | a32ba6bb5abbd63fc9a4ef72bc716d9f4fb81429 (patch) | |
tree | 391d904b759a4fa6b47a2eaa0f6d96399f67ffaf /www | |
parent | b6429650b92dc4b0049af4d0783ca649e97f3182 (diff) | |
download | freebsd-ports-gnome-a32ba6bb5abbd63fc9a4ef72bc716d9f4fb81429.tar.gz freebsd-ports-gnome-a32ba6bb5abbd63fc9a4ef72bc716d9f4fb81429.tar.zst freebsd-ports-gnome-a32ba6bb5abbd63fc9a4ef72bc716d9f4fb81429.zip |
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>
Diffstat (limited to 'www')
-rw-r--r-- | www/davical/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/davical/Makefile b/www/davical/Makefile index 42103b5c5acc..6125e93837c1 100644 --- a/www/davical/Makefile +++ b/www/davical/Makefile @@ -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 |