From owner-svn-ports-all@freebsd.org Sat Sep 30 11:21:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 672DCE25501; Sat, 30 Sep 2017 11:21:08 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26D2D6C57A; Sat, 30 Sep 2017 11:21:08 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UBL7Sx005438; Sat, 30 Sep 2017 11:21:07 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UBL7DF005437; Sat, 30 Sep 2017 11:21:07 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201709301121.v8UBL7DF005437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Sep 2017 11:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450976 - head/www/davical X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/davical X-SVN-Commit-Revision: 450976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2017 11:21:08 -0000 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 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