Created attachment 151691 [details] patch as svn diff (At revision 377098) Attached patch for PORTREVISION 3 fixes rc script (caldavd_pidfile) (patch from Bastien Semene <bsemene@cyanide-studio.com> plus an installation issue with examples and docs. =========================================================================== ====> Running Q/A tests (stage-qa) Warning: 'lib/python2.7/site-packages/twext/python/sendmsg.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) ====>> Status for build www/calendarserver: package ====>> Checking for staging violations... done =======================<phase: package >============================
patch is rather simple and stage-qa output is provided, so I'm promoting this to patch-ready status.
I'm not going to do the post-install => post-stage change. Post-install is correct.
A commit references this bug: Author: marino Date: Tue Jan 20 22:25:50 UTC 2015 New revision: 377547 URL: https://svnweb.freebsd.org/changeset/ports/377547 Log: www/calendarserver: Fix issues with rc script The primary need for the patch is to fix errors with the RC script, but it also installs the examples and document by default as originally intended. PR: 196768 Submitted by: maintainer (Axel Rau) Changes: head/www/calendarserver/Makefile head/www/calendarserver/files/caldavd.in head/www/calendarserver/pkg-plist
Thanks!