Bug 144602 - [PATCH] sysutils/munin-node: Use jot(1) instead of seq(1)
Summary: [PATCH] sysutils/munin-node: Use jot(1) instead of seq(1)
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: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-09 21:40 UTC by Lars Thegler
Modified: 2011-02-05 06:10 UTC (History)
1 user (show)

See Also:


Attachments
munin-node-1.4.3_2.patch (2.90 KB, patch)
2010-03-09 21:40 UTC, Lars Thegler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Thegler freebsd_committer freebsd_triage 2010-03-09 21:40:00 UTC
Use jot(1) instead of seq(1)

GNU seq(1) does not exist on FreeBSD. Use jot(1) instead.

Added file(s):
- files/patch-plugins__node.d__colour_tester.in
- files/patch-plugins__node.d__squeezebox_.in

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-09 21:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-05 06:09:14 UTC
miwi        2011-02-05 06:09:10 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/munin-node  Makefile distinfo 
  Added files:
    sysutils/munin-node/files 
                              patch-plugins__node.d__colour_tester.in 
                              patch-plugins__node.d__squeezebox_.in 
  Log:
  - Use jot(1) instead of seq(1) (GNU seq(1) does not exist on FreeBSD. Use jot(1) instead.)
  - While here drop MD5 support
  
  PR:             144602
  Submitted by:   lth@
  Approved by:    maintainer timeout
  Feature safe:   yes
  
  Revision  Changes    Path
  1.37      +1 -1      ports/sysutils/munin-node/Makefile
  1.16      +0 -1      ports/sysutils/munin-node/distinfo
  1.1       +11 -0     ports/sysutils/munin-node/files/patch-plugins__node.d__colour_tester.in (new)
  1.1       +38 -0     ports/sysutils/munin-node/files/patch-plugins__node.d__squeezebox_.in (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 3 Martin Wilke freebsd_committer freebsd_triage 2011-02-05 06:09:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!