svn commit: r315426 - in head: devel/delta misc/getopt

Eitan Adler eadler at FreeBSD.org
Thu Mar 28 01:28:02 UTC 2013


Author: eadler
Date: Thu Mar 28 01:28:01 2013
New Revision: 315426
URL: http://svnweb.freebsd.org/changeset/ports/315426

Log:
  A portlint run over my ports revealed some false positives and these two minor formatting issues.  Fix them.

Modified:
  head/devel/delta/pkg-descr
  head/misc/getopt/pkg-descr

Modified: head/devel/delta/pkg-descr
==============================================================================
--- head/devel/delta/pkg-descr	Thu Mar 28 01:09:35 2013	(r315425)
+++ head/devel/delta/pkg-descr	Thu Mar 28 01:28:01 2013	(r315426)
@@ -3,4 +3,4 @@ to a test of their interestingness. A co
 to isolate a small failure-inducing substring of a large input that causes your
 program to exhibit a bug.
 
-WWW:	http://delta.tigris.org/
+WWW: http://delta.tigris.org/

Modified: head/misc/getopt/pkg-descr
==============================================================================
--- head/misc/getopt/pkg-descr	Thu Mar 28 01:09:35 2013	(r315425)
+++ head/misc/getopt/pkg-descr	Thu Mar 28 01:28:01 2013	(r315426)
@@ -10,4 +10,4 @@ Rewrite of getopt(1) with the following 
 * It can report parse errors as coming from the shell script.
 * It compiles cleanly with both libc-5 and glibc-2.
 
-WWW:	http://software.frodo.looijaard.name/getopt/
+WWW: http://software.frodo.looijaard.name/getopt/


More information about the svn-ports-all mailing list