Update COMMENT and pkg-descr for converters/unix2dos. This makes both the comment and description more meaningful. No package contents were changed; I don't think this justifies a PORTREVISION bump. While here, trim Makefile header. I experienced some difficulty running `make fetch`, but it may just be my Internet connection (Portscout says it's okay). Committer should try running `make fetch` to be sure. Fix: Apply the attached patch. Patch attached with submission follows: How-To-Repeat: Install the port.
Maintainer of converters/unix2dos, Please note that PR ports/176314 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/176314 -- 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)
I approve the patch. Thanks. On Feb 20, 2013, at 8:10 PM, Edwin Groothuis <edwin@FreeBSD.org> wrote: > Maintainer of converters/unix2dos, > > Please note that PR ports/176314 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/176314 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->pclin I'll take it.
Author: pawel Date: Thu Feb 21 16:39:36 2013 New Revision: 312725 URL: http://svnweb.freebsd.org/changeset/ports/312725 Log: Update COMMENT and pkg-descr PR: ports/176314 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: Oscar Bonilla <obonilla@galileo.edu> (maintainer) Modified: head/converters/unix2dos/Makefile head/converters/unix2dos/pkg-descr Modified: head/converters/unix2dos/Makefile ============================================================================== --- head/converters/unix2dos/Makefile Thu Feb 21 15:59:18 2013 (r312724) +++ head/converters/unix2dos/Makefile Thu Feb 21 16:39:36 2013 (r312725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: unix2dos -# Date created: 1 February 1999 -# Whom: obonilla@fisicc-ufm.edu -# +# Created by: Oscar Bonilla <obonilla@fisicc-ufm.edu> # $FreeBSD$ -# PORTNAME= unix2dos PORTVERSION= 1.3 @@ -11,7 +7,7 @@ CATEGORIES= converters MASTER_SITES= ftp://ftp.guug.org/pub/ MAINTAINER= obonilla@galileo.edu -COMMENT= Translate ASCII files from DOS (cr/lf) to UNIX (lf) +COMMENT= Convert ASCII newlines between CR/LF and LF MAN1= unix2dos.1 dos2unix.1 NO_WRKSUBDIR= yes Modified: head/converters/unix2dos/pkg-descr ============================================================================== --- head/converters/unix2dos/pkg-descr Thu Feb 21 15:59:18 2013 (r312724) +++ head/converters/unix2dos/pkg-descr Thu Feb 21 16:39:36 2013 (r312725) @@ -1,3 +1,3 @@ -unix2dos and dos2unix are utilities that convert -ASCII files from the DOS cr/lf format to the UNIX -lf format +unix2dos is a set of command-line tools that converts ASCII newline characters +between Unix's LF and DOS's CR/LF (and vice versa). Despite its name, this +package provides both `unix2dos` as well as its counterpart, `dos2unix`. _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!