From owner-svn-ports-head@FreeBSD.ORG Tue Dec 18 07:07:30 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EACFA3A; Tue, 18 Dec 2012 07:07:30 +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 5093F8FC12; Tue, 18 Dec 2012 07:07:30 +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 qBI77UsG080305; Tue, 18 Dec 2012 07:07:30 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBI77T20080298; Tue, 18 Dec 2012 07:07:29 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201212180707.qBI77T20080298@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 18 Dec 2012 07:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309147 - in head/archivers: p5-POE-Filter-Bzip2 p5-POE-Filter-LZF p5-POE-Filter-LZO p5-POE-Filter-LZW p5-POE-Filter-Zlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 07:07:30 -0000 Author: danfe Date: Tue Dec 18 07:07:28 2012 New Revision: 309147 URL: http://svnweb.freebsd.org/changeset/ports/309147 Log: Cleanup archives/p5-POE-Filter-* ports a bit: - Switch to modern two-line Makefile header - Drop indefinite article from COMMENT line - Consistently set BUILD_DEPENDS and RUN_DEPENDS Modified: head/archivers/p5-POE-Filter-Bzip2/Makefile head/archivers/p5-POE-Filter-LZF/Makefile head/archivers/p5-POE-Filter-LZO/Makefile head/archivers/p5-POE-Filter-LZW/Makefile head/archivers/p5-POE-Filter-Zlib/Makefile Modified: head/archivers/p5-POE-Filter-Bzip2/Makefile ============================================================================== --- head/archivers/p5-POE-Filter-Bzip2/Makefile Tue Dec 18 07:00:46 2012 (r309146) +++ head/archivers/p5-POE-Filter-Bzip2/Makefile Tue Dec 18 07:07:28 2012 (r309147) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Filter-Bzip2 -# Date created: 2006-07-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= POE-Filter-Bzip2 PORTVERSION= 1.5.8 @@ -13,12 +9,11 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org -COMMENT= A POE filter wrapped around Compress::Bzip2 +COMMENT= POE filter wrapped around Compress::Bzip2 BUILD_DEPENDS= p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ p5-POE>=0.38:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ - p5-POE>=0.38:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/archivers/p5-POE-Filter-LZF/Makefile ============================================================================== --- head/archivers/p5-POE-Filter-LZF/Makefile Tue Dec 18 07:00:46 2012 (r309146) +++ head/archivers/p5-POE-Filter-LZF/Makefile Tue Dec 18 07:07:28 2012 (r309147) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Filter-LZF -# Date created: 2006-09-10 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= POE-Filter-LZF PORTVERSION= 1.6.8 @@ -14,12 +10,11 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org -COMMENT= A POE filter wrapped around Compress::LZF +COMMENT= POE filter wrapped around Compress::LZF BUILD_DEPENDS= p5-Compress-LZF>=1.51:${PORTSDIR}/archivers/p5-Compress-LZF \ p5-POE>=0.38:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= p5-Compress-LZF>=1.51:${PORTSDIR}/archivers/p5-Compress-LZF \ - p5-POE>=0.38:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/archivers/p5-POE-Filter-LZO/Makefile ============================================================================== --- head/archivers/p5-POE-Filter-LZO/Makefile Tue Dec 18 07:00:46 2012 (r309146) +++ head/archivers/p5-POE-Filter-LZO/Makefile Tue Dec 18 07:07:28 2012 (r309147) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Filter-LZO -# Date created: 2006-09-10 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= POE-Filter-LZO PORTVERSION= 1.6.8 @@ -14,12 +10,11 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org -COMMENT= A POE filter wrapped around Compress::LZO +COMMENT= POE filter wrapped around Compress::LZO BUILD_DEPENDS= p5-Compress-LZO>=1.08:${PORTSDIR}/archivers/p5-Compress-LZO \ p5-POE>=0.38:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= p5-Compress-LZO>=1.08:${PORTSDIR}/archivers/p5-Compress-LZO \ - p5-POE>=0.38:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/archivers/p5-POE-Filter-LZW/Makefile ============================================================================== --- head/archivers/p5-POE-Filter-LZW/Makefile Tue Dec 18 07:00:46 2012 (r309146) +++ head/archivers/p5-POE-Filter-LZW/Makefile Tue Dec 18 07:07:28 2012 (r309147) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Filter-LZW -# Date created: 2006-07-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= POE-Filter-LZW PORTVERSION= 1.7.2 @@ -13,12 +9,11 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org -COMMENT= A POE filter wrapped around Compress::LZW +COMMENT= POE filter wrapped around Compress::LZW BUILD_DEPENDS= p5-Compress-LZW>=0:${PORTSDIR}/archivers/p5-Compress-LZW \ p5-POE>=0.38:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= p5-Compress-LZW>=0:${PORTSDIR}/archivers/p5-Compress-LZW \ - p5-POE>=0.38:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/archivers/p5-POE-Filter-Zlib/Makefile ============================================================================== --- head/archivers/p5-POE-Filter-Zlib/Makefile Tue Dec 18 07:00:46 2012 (r309146) +++ head/archivers/p5-POE-Filter-Zlib/Makefile Tue Dec 18 07:07:28 2012 (r309147) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Filter-Zlib -# Date created: 2006-07-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= POE-Filter-Zlib PORTVERSION= 2.0.2 @@ -14,15 +10,15 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org -COMMENT= A POE filter wrapped around Compress::Zlib +COMMENT= POE filter wrapped around Compress::Zlib -RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= POE::Filter::Zlib.3 \ - POE::Filter::Zlib::Stream.3 + POE::Filter::Zlib::Stream.3 .include