On 2012/05/23 18:12, Sergey Bronnikov wrote: > Port of Radicale updated to version 0.7 > Changes are following: > Repeating events > Collection deletion > Courier and PAM authentication methods > CardDAV support > Custom LDAP filters supported > > Plese review patch, test and commit. > > > Sergey B.
> --- /usr/ports/productivity/radicale/patches/CVS/patch-config Thu Jan 1 > 03:00:00 1970 > +++ /usr/ports/mystuff/productivity/radicale/patches/CVS/patch-config Wed May > 23 17:09:42 2012 Not sure how you ended up with this, but copy the changed files over /usr/ports/productivity/radicale and just send a 'cvs diff -u'. > +-certificate = /etc/apache2/ssl/server.crt > ++certificate = /etc/radicale/server.crt Put this back to ${SYSCONFDIR}. > -- "certificate": "/etc/apache2/ssl/server.crt", > -- "key": "/etc/apache2/ssl/server.key"}, > -+ "certificate": "${SYSCONFDIR}/radicale/server.crt", > -+ "key": "${SYSCONFDIR}/radicale/private/server.key"}, Looks like you lost this patch completely.