svn commit: r308297 - in head/archivers: lzlib plzip

Alexey Dokuchaev danfe at FreeBSD.org
Wed Dec 5 01:58:41 UTC 2012


Author: danfe
Date: Wed Dec  5 01:58:40 2012
New Revision: 308297
URL: http://svnweb.freebsd.org/changeset/ports/308297

Log:
  - Sanitize port COMMENT
  - Remove old-school author attribution from pkg-descr
  
  Feature safe:	yes

Modified:
  head/archivers/lzlib/Makefile
  head/archivers/plzip/Makefile
  head/archivers/plzip/pkg-descr

Modified: head/archivers/lzlib/Makefile
==============================================================================
--- head/archivers/lzlib/Makefile	Wed Dec  5 01:19:16 2012	(r308296)
+++ head/archivers/lzlib/Makefile	Wed Dec  5 01:58:40 2012	(r308297)
@@ -7,7 +7,7 @@ CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip
 
 MAINTAINER=	delphij at FreeBSD.org
-COMMENT=	Provides in-memory LZMA compression and decompression functions
+COMMENT=	In-memory LZMA compression and decompression library
 
 PLIST_FILES=	include/lzlib.h \
 		lib/liblz.a

Modified: head/archivers/plzip/Makefile
==============================================================================
--- head/archivers/plzip/Makefile	Wed Dec  5 01:19:16 2012	(r308296)
+++ head/archivers/plzip/Makefile	Wed Dec  5 01:58:40 2012	(r308297)
@@ -7,7 +7,7 @@ CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip
 
 MAINTAINER=	delphij at FreeBSD.org
-COMMENT=	Is a parallel, lossless data compressor based on the LZMA algorithm
+COMMENT=	Parallel, lossless data compressor based on the LZMA algorithm
 
 BUILD_DEPENDS=	lzlib>=1.1:${PORTSDIR}/archivers/lzlib
 

Modified: head/archivers/plzip/pkg-descr
==============================================================================
--- head/archivers/plzip/pkg-descr	Wed Dec  5 01:19:16 2012	(r308296)
+++ head/archivers/plzip/pkg-descr	Wed Dec  5 01:58:40 2012	(r308297)
@@ -5,5 +5,3 @@ Plzip uses the lzip file format; the fil
 fully compatible with lzip-1.4 or newer.
 
 WWW: http://www.nongnu.org/lzip/plzip.html
-
-Albert Vernon <f3cun3c02 at sneakemail.com>


More information about the svn-ports-all mailing list