From owner-svn-ports-head@freebsd.org Wed Feb 1 19:59:46 2017 Return-Path: Delivered-To: svn-ports-head@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 05DFBCCCE95; Wed, 1 Feb 2017 19:59:46 +0000 (UTC) (envelope-from pi@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 BC0DB13B9; Wed, 1 Feb 2017 19:59:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v11Jxiw4055485; Wed, 1 Feb 2017 19:59:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v11Jxiku055481; Wed, 1 Feb 2017 19:59:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201702011959.v11Jxiku055481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 1 Feb 2017 19:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433086 - in head/www/davical: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 19:59:46 -0000 Author: pi Date: Wed Feb 1 19:59:44 2017 New Revision: 433086 URL: https://svnweb.freebsd.org/changeset/ports/433086 Log: www/davical: update 1.1.2 -> 1.1.5 - moved MASTER_SITE to gitlab - Please note that there are long-standing sync issues with KDE Korganizer (and Kontact) clients when there are multiple clients syncing to the same calendar. For example, see https://bugs.kde.org/show_bug.cgi?id=325224 PR: 215847 Changes: https://gitlab.com/davical-project/davical/blob/master/ChangeLog Submitted by: packet@nerdheim.de Modified: head/www/davical/Makefile head/www/davical/distinfo head/www/davical/files/patch-htdocs_caldav.php head/www/davical/pkg-plist Modified: head/www/davical/Makefile ============================================================================== --- head/www/davical/Makefile Wed Feb 1 19:54:17 2017 (r433085) +++ head/www/davical/Makefile Wed Feb 1 19:59:44 2017 (r433086) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= davical -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.5 DISTVERSIONPREFIX= r -PORTREVISION= 1 CATEGORIES?= www +MASTER_SITES= https://gitlab.com/${PORTNAME}-project/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple CalDAV server using a postgres backend @@ -20,22 +20,21 @@ RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI ${LOCALBASE}/bin/pwgen:sysutils/pwgen \ php-libawl>=0.54:devel/php-libawl -USE_GITHUB= yes -GH_ACCOUNT= DAViCal +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= shebangfix pgsql SHEBANG_FILES= scripts/sync-remote-caldav.php SUB_FILES= pkg-message httpd-davical.conf -PORTDOCS= api website \ - README INSTALL davical_en_user_guide.odt translation.rst +PORTDOCS= README INSTALL davical_en_user_guide.odt translation.rst \ + phpdoc.ini PORTEXAMPLES= config OPTIONS_DEFINE= DOCS EXAMPLES post-extract: - @${FIND} ${WRKSRC} -name .gitignore -delete + ${FIND} ${WRKSRC} -name .gitignore -delete do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/htdocs \ Modified: head/www/davical/distinfo ============================================================================== --- head/www/davical/distinfo Wed Feb 1 19:54:17 2017 (r433085) +++ head/www/davical/distinfo Wed Feb 1 19:59:44 2017 (r433086) @@ -1,2 +1,3 @@ -SHA256 (DAViCal-davical-r1.1.2_GH0.tar.gz) = 9e4f3ea3664781035b443821a48f15fa483066070e03cafe711906e815193f07 -SIZE (DAViCal-davical-r1.1.2_GH0.tar.gz) = 2986022 +TIMESTAMP = 1485803035 +SHA256 (davical-r1.1.5.tar.gz) = 3b4e1e3007eb0261cdd23544a5516bb46085cdfa2954ab4a35443d762eedd19c +SIZE (davical-r1.1.5.tar.gz) = 1781265 Modified: head/www/davical/files/patch-htdocs_caldav.php ============================================================================== --- head/www/davical/files/patch-htdocs_caldav.php Wed Feb 1 19:54:17 2017 (r433085) +++ head/www/davical/files/patch-htdocs_caldav.php Wed Feb 1 19:59:44 2017 (r433086) @@ -1,11 +1,11 @@ ---- htdocs/caldav.php.orig 2013-07-15 01:12:05 UTC +--- htdocs/caldav.php.orig 2017-01-30 20:16:26 UTC +++ htdocs/caldav.php -@@ -114,6 +114,8 @@ switch ( $request->method ) { - include('caldav-POST.php'); - break; - } -+ error_log('the value of add_member is : ', $add_member); -+ $add_member = true; - case 'PUT': - switch( $request->content_type ) { - case 'text/calendar': +@@ -119,6 +119,8 @@ try { + include('caldav-POST.php'); + break; + } ++ error_log('the value of add_member is : ', $add_member); ++ $add_member = true; + // fall through if POST add member + case 'PUT': + switch( $request->content_type ) { Modified: head/www/davical/pkg-plist ============================================================================== --- head/www/davical/pkg-plist Wed Feb 1 19:54:17 2017 (r433085) +++ head/www/davical/pkg-plist Wed Feb 1 19:59:44 2017 (r433086) @@ -21,6 +21,7 @@ %%DATADIR%%/dba/patches/1.2.10.sql %%DATADIR%%/dba/patches/1.2.10a.sql %%DATADIR%%/dba/patches/1.2.11.sql +%%DATADIR%%/dba/patches/1.2.12.sql %%DATADIR%%/dba/patches/1.2.1a.sql %%DATADIR%%/dba/patches/1.2.1b.sql %%DATADIR%%/dba/patches/1.2.2.sql @@ -32,6 +33,8 @@ %%DATADIR%%/dba/patches/1.2.7.sql %%DATADIR%%/dba/patches/1.2.8.sql %%DATADIR%%/dba/patches/1.2.9.sql +%%DATADIR%%/dba/patches/1.3.1.sql +%%DATADIR%%/dba/patches/1.3.2.sql %%DATADIR%%/dba/rrule_functions-8.1.sql %%DATADIR%%/dba/rrule_functions.sql %%DATADIR%%/dba/rrule_tests.sql @@ -43,13 +46,13 @@ %%DATADIR%%/scripts/archive-old-events.php %%DATADIR%%/scripts/build-always.sh %%DATADIR%%/scripts/cron-sync-ldap.php +%%DATADIR%%/scripts/davical-cli %%DATADIR%%/scripts/export_calendar.php %%DATADIR%%/scripts/load_calendar.php %%DATADIR%%/scripts/po/rebuild-translations.sh %%DATADIR%%/scripts/refresh-alarms.php %%DATADIR%%/scripts/sync-remote-caldav.php %%DATADIR%%/scripts/tz-update.php -@sample %%WWWDIR%%/config/config.php.sample %%WWWDIR%%/htdocs/.htaccess %%WWWDIR%%/htdocs/admin.php %%WWWDIR%%/htdocs/always.php @@ -65,6 +68,7 @@ %%WWWDIR%%/htdocs/images/up.gif %%WWWDIR%%/htdocs/index.php %%WWWDIR%%/htdocs/js/browse.js +%%WWWDIR%%/htdocs/metrics.php %%WWWDIR%%/htdocs/public.php %%WWWDIR%%/htdocs/robots.txt %%WWWDIR%%/htdocs/setup.php @@ -80,7 +84,6 @@ %%WWWDIR%%/inc/HTTPAuthSession.php %%WWWDIR%%/inc/Principal.php %%WWWDIR%%/inc/PublicSession.php -%%WWWDIR%%/inc/RRule-v2.php %%WWWDIR%%/inc/RRule.php %%WWWDIR%%/inc/WritableCollection.php %%WWWDIR%%/inc/auth-functions.php @@ -133,7 +136,6 @@ %%WWWDIR%%/inc/page-header.php %%WWWDIR%%/inc/pubsub.php %%WWWDIR%%/inc/schedule-functions.php -%%WWWDIR%%/inc/test-RRULE.php %%WWWDIR%%/inc/tz/capabilities.php %%WWWDIR%%/inc/tz/expand.php %%WWWDIR%%/inc/tz/get.php @@ -145,3 +147,4 @@ %%WWWDIR%%/inc/vcard.php %%WWWDIR%%/inc/vtimezone.php %%WWWDIR%%/inc/well-known.php +@sample %%WWWDIR%%/config/config.php.sample