-Fix startup for rc.subr -Update to 3.12 (3.11 unfetchable) Fix: superscedes ports/103497 (fixed bad patch)
Responsible Changed From-To: freebsd-ports-bugs->bsam Take.
Thanks for taking care of the port. However, did you check your patch? It applies cleanly but produces a wrong pkg-plist. Look at http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/nagios-statd/pkg-plist?rev=1.1&content-type=text/x-cvsweb-markup This file has four lines and you add one. Hence the resulting pkg-plist is bad. And finally, the ports building system deals with USE_RC_SUBR files without the need to add those files to pkg-plist. I created a good pkg-plist now, but next time please make sure to test your patches and provide a unified diffs. The best way is: - update your port; - use anonymous cvs access to checkout the port; - copy new (overwrite an old ones) files to that directory; - use command "cvs diff -uN > ../`basename ${PWD}`.diff" to create a unified diffs agains current port version. WBR -- bsam
bsam 2006-10-02 19:35:43 UTC FreeBSD ports repository Modified files: sysutils/nagios-statd Makefile distinfo pkg-plist Added files: sysutils/nagios-statd/files nagiosstatd.sh.in Removed files: sysutils/nagios-statd/files nagios-statd.sh.sample Log: - fix startup for rc.subr; [1] - update to 3.12; [1] - remove etc/rc.d/nagiosstatd from pkg-plist as USE_RC_SUBR deals itself with those files; - remove etc/rc.d/nagios-statd.sh.sample from pkg-plist (forgotten by the submitter). PR: 103913 [1] Submitted by: Jim Shewmaker <jims at bluenotch.com> (maintainer) [1] Revision Changes Path 1.5 +2 -2 ports/sysutils/nagios-statd/Makefile 1.6 +3 -3 ports/sysutils/nagios-statd/distinfo 1.3 +0 -21 ports/sysutils/nagios-statd/files/nagios-statd.sh.sample (dead) 1.1 +35 -0 ports/sysutils/nagios-statd/files/nagiosstatd.sh.in (new) 1.2 +1 -2 ports/sysutils/nagios-statd/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with some changes. Thanks!