From owner-svn-ports-all@FreeBSD.ORG Wed Dec 5 01:58:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72191C63; Wed, 5 Dec 2012 01:58:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB568FC12; Wed, 5 Dec 2012 01:58:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB51wfmx031496; Wed, 5 Dec 2012 01:58:41 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB51wePh031492; Wed, 5 Dec 2012 01:58:40 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201212050158.qB51wePh031492@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 5 Dec 2012 01:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308297 - in head/archivers: lzlib plzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 01:58:41 -0000 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