Bug 144272 - [MAINTAINER] sysutils/moreutils: update to 0.39
Summary: [MAINTAINER] sysutils/moreutils: update to 0.39
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 02:30 UTC by Charlie Kester
Modified: 2010-03-13 12:59 UTC (History)
0 users

See Also:


Attachments
moreutils-0.39.diff (12.11 KB, patch)
2010-02-25 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-02-25 02:30:01 UTC
Update to version 0.39
See author's website for changelog. (Mostly changes and bugfixes for the 'parallel' utility.) 

Remove dependencies on libxslt and docbook dtd and xsl, which had been used to generate some manpages.  
Instead, pre-built versions of these manpages are included with the port.
This avoids some problems with the previous approach; for example, error messages were appearing
in the center-header and in the footer.  More serious, however, was that the text of the examples
was missing from all of the manpages that used them.

New files in this port update:
	files/ifne.1
	files/isutf8.1
	files/lckdo.1
	files/mispipe.1
	files/parallel.1
	files/pee.1
	files/sponge.1

Files removed from the port:
	none
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-02-25 03:28:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-03-13 12:41:28 UTC
wen         2010-03-13 12:41:14 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/moreutils   Makefile distinfo 
  Added files:
    sysutils/moreutils/files ifne.1 isutf8.1 lckdo.1 mispipe.1 
                             parallel.1 pee.1 sponge.1 
  Log:
  - Update to 0.39
  
  PR:             ports/144272
  Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
  
  Revision  Changes    Path
  1.7       +11 -11    ports/sysutils/moreutils/Makefile
  1.5       +3 -3      ports/sysutils/moreutils/distinfo
  1.1       +44 -0     ports/sysutils/moreutils/files/ifne.1 (new)
  1.1       +41 -0     ports/sysutils/moreutils/files/isutf8.1 (new)
  1.1       +66 -0     ports/sysutils/moreutils/files/lckdo.1 (new)
  1.1       +35 -0     ports/sysutils/moreutils/files/mispipe.1 (new)
  1.1       +105 -0    ports/sysutils/moreutils/files/parallel.1 (new)
  1.1       +32 -0     ports/sysutils/moreutils/files/pee.1 (new)
  1.1       +30 -0     ports/sysutils/moreutils/files/sponge.1 (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 Wen Heping freebsd_committer freebsd_triage 2010-03-13 12:59:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!