Bug 196768 - [maintainer] www/calendarserver: Fix issues with pidfile and installation of examples and docs
Summary: [maintainer] www/calendarserver: Fix issues with pidfile and installation of ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: John Marino
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2015-01-15 16:54 UTC by Axel.Rau
Modified: 2015-01-20 22:28 UTC (History)
1 user (show)

See Also:


Attachments
patch as svn diff (At revision 377098) (2.59 KB, patch)
2015-01-15 16:54 UTC, Axel.Rau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Axel.Rau 2015-01-15 16:54:50 UTC
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        >============================
Comment 1 John Marino freebsd_committer freebsd_triage 2015-01-20 19:05:35 UTC
patch is rather simple and stage-qa output is provided, so I'm promoting this to patch-ready status.
Comment 2 John Marino freebsd_committer freebsd_triage 2015-01-20 22:11:48 UTC
I'm not going to do the post-install => post-stage change.  Post-install is correct.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-01-20 22:26:00 UTC
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
Comment 4 John Marino freebsd_committer freebsd_triage 2015-01-20 22:28:51 UTC
Thanks!