Date: Mon, 26 Oct 2015 21:03:58 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400207 - in head/www/calendarserver: . files Message-ID: <201510262103.t9QL3wRJ011810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Oct 26 21:03:57 2015 New Revision: 400207 URL: https://svnweb.freebsd.org/changeset/ports/400207 Log: www/calendarserver: add patch to cope with databases/sqlparse in version 0.1.16 PR: 204038 Submitted by: Axel Rau <Axel.Rau@Chaos1.DE> (maintainer) Added: head/www/calendarserver/files/patch-txdav__common__datastore__sql_schema__current.sql (contents, props changed) Modified: head/www/calendarserver/Makefile Modified: head/www/calendarserver/Makefile ============================================================================== --- head/www/calendarserver/Makefile Mon Oct 26 21:02:46 2015 (r400206) +++ head/www/calendarserver/Makefile Mon Oct 26 21:03:57 2015 (r400207) @@ -2,7 +2,7 @@ PORTNAME= calendarserver PORTVERSION= 5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www python MASTER_SITES= LOCAL/wg PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/www/calendarserver/files/patch-txdav__common__datastore__sql_schema__current.sql ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/calendarserver/files/patch-txdav__common__datastore__sql_schema__current.sql Mon Oct 26 21:03:57 2015 (r400207) @@ -0,0 +1,11 @@ +--- txdav/common/datastore/sql_schema/current.sql.orig 2015-10-26 13:54:07.000000000 +0000 ++++ txdav/common/datastore/sql_schema/current.sql 2015-10-26 12:59:45.000000000 +0000 +@@ -62,7 +62,7 @@ + -------------- + + create table CALENDAR ( +- RESOURCE_ID integer primary key default nextval('RESOURCE_ID_SEQ') -- implicit index ++ RESOURCE_ID integer primary key default nextval('RESOURCE_ID_SEQ') + ); + + ----------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510262103.t9QL3wRJ011810>