From owner-freebsd-perl@FreeBSD.ORG Sun Sep 10 16:23:44 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6390816A417; Sun, 10 Sep 2006 16:23:44 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1829343D5A; Sun, 10 Sep 2006 16:23:43 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id D85E68B; Mon, 11 Sep 2006 00:23:41 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060910162341.D85E68B@netnews.NCTU.edu.tw> Date: Mon, 11 Sep 2006 00:23:41 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] archivers/p5-POE-Filter-LZW: update to 1.4 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 16:23:44 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] archivers/p5-POE-Filter-LZW: update to 1.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 1.4 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-POE-Filter-LZW-1.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/archivers/p5-POE-Filter-LZW/Makefile /home/staff/gslin/work/p5-POE-Filter-LZW/Makefile --- /usr/ports/archivers/p5-POE-Filter-LZW/Makefile Tue Sep 5 03:08:20 2006 +++ /home/staff/gslin/work/p5-POE-Filter-LZW/Makefile Mon Sep 11 00:22:12 2006 @@ -6,7 +6,7 @@ # PORTNAME= POE-Filter-LZW -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -15,9 +15,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A POE filter wrapped around Compress::LZW -RUN_DEPENDS= ${SITE_PERL}/Compress/LZW.pm:${PORTSDIR}/archivers/p5-Compress-LZW \ +BUILD_DEPENDS= ${SITE_PERL}/Compress/LZW.pm:${PORTSDIR}/archivers/p5-Compress-LZW \ p5-POE>=0.3501:${PORTSDIR}/devel/p5-POE -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/archivers/p5-POE-Filter-LZW/distinfo /home/staff/gslin/work/p5-POE-Filter-LZW/distinfo --- /usr/ports/archivers/p5-POE-Filter-LZW/distinfo Tue Sep 5 03:08:20 2006 +++ /home/staff/gslin/work/p5-POE-Filter-LZW/distinfo Mon Sep 11 00:22:33 2006 @@ -1,3 +1,3 @@ -MD5 (POE-Filter-LZW-1.3.tar.gz) = 37fc4b5a3763910d3e54636d6659df0f -SHA256 (POE-Filter-LZW-1.3.tar.gz) = f14c638ee5750dab4a4b4ee81924d57d4d1faea8838fb9dc34b7ee1ca0f2d4ac -SIZE (POE-Filter-LZW-1.3.tar.gz) = 2603 +MD5 (POE-Filter-LZW-1.4.tar.gz) = 7b5a5d3bb058fff6d1ae459a8e275de4 +SHA256 (POE-Filter-LZW-1.4.tar.gz) = 72e7c8c9c0849c8194f0310bd989e34e418cb64259339e4c9c96a8832fc83d3b +SIZE (POE-Filter-LZW-1.4.tar.gz) = 2664 --- p5-POE-Filter-LZW-1.4.patch ends here ---