Fix incorrect paths to gzip, chown, and chgrp. Fix: Install following patch file. --- utils/prayer-cyclog.SRC 2003/04/15 13:00:03 1.1 +++ utils/prayer-cyclog.SRC 2003/07/30 18:43:46 @@ -4,9 +4,16 @@ suffix=gz # Following is correct for Linux. -compress="/bin/gzip" -chown="/bin/chown" -chgrp="/bin/chgrp" +#compress="/bin/gzip" +#chown="/bin/chown" +#chgrp="/bin/chgrp" +#mv="/bin/mv" +#rm="/bin/rm" + +# Following is correct for FreeBSD +compress="/usr/bin/gzip" +chown="/usr/sbin/chown" +chgrp="/usr/bin/chgrp" mv="/bin/mv" rm="/bin/rm"
Responsible Changed From-To: freebsd-ports-bugs->delphij delphij@ wants his PRs (via the GNATS Auto Assign Tool)
Maintainer of mail/prayer, Please note that PR ports/135414 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135414 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
That's ok for me, it can be commited with a bump on the port revision. Thanks, Bapt On Tue, Jun 09, 2009 at 01:00:27PM +0000, Edwin Groothuis wrote: > Maintainer of mail/prayer, > > Please note that PR ports/135414 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135414 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
State Changed From-To: feedback->open Oops for some reason this has been assigned to me and feedback is received. I'll take care for this soon.
delphij 2009-06-15 16:42:41 UTC FreeBSD ports repository Modified files: mail/prayer Makefile Added files: mail/prayer/files patch-utils__prayer-cyclog.SRC Log: Fix incorrect paths to gzip, chown, and chgrp. PR: ports/135414 Submitted by: Antonio Querubin <tony lava net> Approved by: maintainer Revision Changes Path 1.15 +1 -0 ports/mail/prayer/Makefile 1.1 +20 -0 ports/mail/prayer/files/patch-utils__prayer-cyclog.SRC (new) _______________________________________________ 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, thanks!