svn commit: r400207 - in head/www/calendarserver: . files

Kurt Jaeger pi at FreeBSD.org
Mon Oct 26 21:03:59 UTC 2015


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 at 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')
+ );
+ 
+ ----------------------------


More information about the svn-ports-all mailing list