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
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Dec 18 07:07:30 UTC 2012
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 <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-Bzip2
PORTVERSION= 1.5.8
@@ -13,12 +9,11 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at 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 <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-LZF
PORTVERSION= 1.6.8
@@ -14,12 +10,11 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at 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 <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-LZO
PORTVERSION= 1.6.8
@@ -14,12 +10,11 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at 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 <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-LZW
PORTVERSION= 1.7.2
@@ -13,12 +9,11 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at 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 <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= POE-Filter-Zlib
PORTVERSION= 2.0.2
@@ -14,15 +10,15 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at 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 <bsd.port.mk>
More information about the svn-ports-head
mailing list