Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2012 01:58:40 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308297 - in head/archivers: lzlib plzip
Message-ID:  <201212050158.qB51wePh031492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@sneakemail.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212050158.qB51wePh031492>