Bug 210264

Summary: [MAINTAINER] www/calendarserver: Update from 5.1 to 8.0
Product: Ports & Packages Reporter: Axel.Rau
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 210262, 210263    
Bug Blocks:    
Attachments:
Description Flags
svn diff against revision 416868
none
testport 10.1/amd64
none
revised patch Axel.Rau: maintainer-approval+

Description Axel.Rau 2016-06-13 21:23:26 UTC
Created attachment 171404 [details]
svn diff against revision 416868

Version 8.0 of calendarserver depends on 2 new ports:
devel/py-calendar (210262) and devel/py-twext (210263).

svn move patch-txdav__base__propertystore__xattr.py \   
            patch-txdav_base_propertystore_xattr.py
A         patch-txdav_base_propertystore_xattr.py
D         patch-txdav__base__propertystore__xattr.py
svn move patch-txdav__common__datastore__sql_schema__current.sql \
            patch-txdav_common_datastore_sql__schema_current.sql
A         patch-txdav_common_datastore_sql__schema_current.sql
D         patch-txdav__common__datastore__sql_schema__current.sql

svn add patch-twistedcaldav_____init____.py \
        patch-twistedcaldav_stdconfig.py \
        patch-txdav_base_datastore_dbapiclient.py
A         patch-twistedcaldav_____init____.py
A         patch-twistedcaldav_stdconfig.py
A         patch-txdav_base_datastore_dbapiclient.py

svn remove patch-twext__python__log.py
D         patch-twext__python__log.py
        
svn status
M       Makefile
M       distinfo
D       files/patch-twext__python__log.py
A       files/patch-twistedcaldav_____init____.py
A       files/patch-twistedcaldav_stdconfig.py
D       files/patch-txdav__base__propertystore__xattr.py
        > moved to files/patch-txdav_base_propertystore_xattr.py
D       files/patch-txdav__common__datastore__sql_schema__current.sql
        > moved to files/patch-txdav_common_datastore_sql__schema_current.sql
A       files/patch-txdav_base_datastore_dbapiclient.py
A  +    files/patch-txdav_base_propertystore_xattr.py
        > moved from files/patch-txdav__base__propertystore__xattr.py
A  +    files/patch-txdav_common_datastore_sql__schema_current.sql
        > moved from files/patch-txdav__common__datastore__sql_schema__current.sql
M       files/pkg-message.in
M       pkg-plist
Comment 1 Axel.Rau 2016-06-13 21:26:30 UTC
Created attachment 171405 [details]
testport 10.1/amd64
Comment 2 Axel.Rau 2016-06-26 17:15:47 UTC
Created attachment 171824 [details]
revised patch

unified diff replacing malformed svn diff.
Did apply cleanly here:
axels-macpro:old ajr$ patch -p1 <../calendarserver-8.0.patch 
patching file calendarserver/Makefile
patching file calendarserver/distinfo
patching file calendarserver/files/patch-twext__python__log.py
patching file calendarserver/files/patch-twistedcaldav_____init____.py
patching file calendarserver/files/patch-twistedcaldav_stdconfig.py
patching file calendarserver/files/patch-txdav__base__propertystore__xattr.py
patching file calendarserver/files/patch-txdav__common__datastore__sql_schema__current.sql
patching file calendarserver/files/patch-txdav_base_datastore_dbapiclient.py
patching file calendarserver/files/patch-txdav_base_propertystore_xattr.py
patching file calendarserver/files/patch-txdav_common_datastore_sql__schema_current.sql
patching file calendarserver/files/pkg-message.in
patching file calendarserver/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-06-26 18:10:59 UTC
testbuilds@work
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-06-26 20:29:26 UTC
A commit references this bug:

Author: pi
Date: Sun Jun 26 20:28:35 UTC 2016
New revision: 417614
URL: https://svnweb.freebsd.org/changeset/ports/417614

Log:
  www/calendarserver: 5.1 -> 8.0

  Please note that updating from the previous version (5.1) to the current
  version (8.0) requires manual steps. Please consult the pkg-message for
  details.

  This update has changes since 2013, and upstream does not provide
  changelogs.

  PR:		210264
  Submitted by:	Axel Rau <Axel.Rau@Chaos1.DE> (maintainer)

Changes:
  head/UPDATING
  head/www/calendarserver/Makefile
  head/www/calendarserver/distinfo
  head/www/calendarserver/files/patch-twext__python__log.py
  head/www/calendarserver/files/patch-twistedcaldav_____init____.py
  head/www/calendarserver/files/patch-twistedcaldav_stdconfig.py
  head/www/calendarserver/files/patch-txdav__base__propertystore__xattr.py
  head/www/calendarserver/files/patch-txdav__common__datastore__sql_schema__current.sql
  head/www/calendarserver/files/patch-txdav_base_datastore_dbapiclient.py
  head/www/calendarserver/files/patch-txdav_base_propertystore_xattr.py
  head/www/calendarserver/files/patch-txdav_common_datastore_sql__schema_current.sql
  head/www/calendarserver/files/pkg-message.in
  head/www/calendarserver/pkg-plist
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2016-06-26 20:36:13 UTC
Committed, thanks!