Bug 152347 - [MAINTAINER] sysutils/moreutils: update to 0.43
Summary: [MAINTAINER] sysutils/moreutils: update to 0.43
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-18 02:30 UTC by Charlie Kester
Modified: 2010-11-18 09:40 UTC (History)
0 users

See Also:


Attachments
moreutils-0.43.diff (4.04 KB, patch)
2010-11-18 02:30 UTC, Charlie Kester
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kester 2010-11-18 02:30:10 UTC
	Update to version 0.43

	- chronic: New utility; runs a command quietly, unless it fails 
	- Now depends on IPC::Run, used by chronic

Fix: ---
	No port files added or removed.
	Minor changes only.
	---
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-18 02:45:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I will take it.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-18 07:20:49 UTC
Hi,

Your patch is OK.
BTW, I would like to sort the utility list in pkg-descr as follows:

So far, it includes the following utilities:
- chronic: run a command quietly, unless it fails
- combine: combine the lines in two files using boolean operations
- ifne: run a program if the standard input is not empty
- isutf8: check if a file or standard input is utf-8
- lckdo: execute a program with a lock held
- mispipe: pipe two commands, returning the exit status of the first
- parallel: run multiple jobs at once
- pee: tee standard input to pipes
- sponge: soak up standard input and write to a file
- ts: timestamp standard input
- vidir: edit a directory in your text editor
- vipe: insert a text editor into a pipe
- zrun: automatically uncompress arguments to command

Do you agree with this change?
Thanks.

Regards,
sunpoet
--=20
=C2=A0 Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.=
org>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B =
8CC0 DC44 247E CC57 E36B
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 http://people.FreeBSD.org/~sunpoet/pgpkeys.txt
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-11-18 09:34:17 UTC
sunpoet     2010-11-18 09:34:12 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/moreutils   Makefile distinfo pkg-descr 
    sysutils/moreutils/files patch-Makefile patch-parallel.c 
  Log:
  - Update to 0.43
  - Sort utility list in pkg-descr
  
  Changes:        http://kitenet.net/~joey/code/moreutils/news/version_0.43/
  PR:             ports/152347
  Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
  
  Revision  Changes    Path
  1.12      +10 -13    ports/sysutils/moreutils/Makefile
  1.9       +2 -3      ports/sysutils/moreutils/distinfo
  1.6       +8 -7      ports/sysutils/moreutils/files/patch-Makefile
  1.3       +5 -5      ports/sysutils/moreutils/files/patch-parallel.c
  1.4       +14 -14    ports/sysutils/moreutils/pkg-descr
_______________________________________________
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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-18 09:34:25 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!