Bug 135414 - Update port: mail/prayer fix paths to gzip, chown, and chgrp
Summary: Update port: mail/prayer fix paths to gzip, chown, and chgrp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-09 14:00 UTC by Antonio Querubin
Modified: 2009-06-15 17:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Querubin 2009-06-09 14:00:13 UTC
	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"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-09 14:00:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

delphij@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-09 14:00:27 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-09 14:00:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 baptiste.daroussin 2009-06-09 14:57:22 UTC
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
Comment 5 Xin LI freebsd_committer freebsd_triage 2009-06-15 17:30:16 UTC
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.
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-06-15 17:42:55 UTC
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"
Comment 7 Xin LI freebsd_committer freebsd_triage 2009-06-15 17:48:50 UTC
State Changed
From-To: open->closed

Committed, thanks!