From owner-freebsd-perl@FreeBSD.ORG Sun Mar 4 09:46:33 2007 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D389716A401; Sun, 4 Mar 2007 09:46:33 +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 A555A13C491; Sun, 4 Mar 2007 09:46:31 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id E037266; Sun, 4 Mar 2007 17:46:30 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20070304094630.E037266@netnews.NCTU.edu.tw> Date: Sun, 4 Mar 2007 17:46:30 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] textproc/p5-Regexp-Log-Common: update to 0.05 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, 04 Mar 2007 09:46:33 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] textproc/p5-Regexp-Log-Common: update to 0.05 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007 >Description: - Update to 0.05 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Regexp-Log-Common-0.05.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-Regexp-Log-Common/Makefile /home/staff/gslin/work/ports/p5-Regexp-Log-Common/Makefile --- /usr/ports/textproc/p5-Regexp-Log-Common/Makefile Tue Nov 1 02:24:17 2005 +++ /home/staff/gslin/work/ports/p5-Regexp-Log-Common/Makefile Sun Mar 4 17:45:37 2007 @@ -6,7 +6,7 @@ # PORTNAME= Regexp-Log-Common -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Regexp @@ -15,17 +15,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Regexp::Log::Common, a parser for the Common Log Format -BUILD_DEPENDS= ${SITE_PERL}/Regexp/Log.pm:${PORTSDIR}/textproc/p5-Regexp-Log -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Regexp/Log.pm:${PORTSDIR}/textproc/p5-Regexp-Log +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Regexp::Log::Common.3 +MAN3= Regexp::Log::Common.3 -.include - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include +.include diff -ruN --exclude=CVS /usr/ports/textproc/p5-Regexp-Log-Common/distinfo /home/staff/gslin/work/ports/p5-Regexp-Log-Common/distinfo --- /usr/ports/textproc/p5-Regexp-Log-Common/distinfo Mon Nov 14 23:05:09 2005 +++ /home/staff/gslin/work/ports/p5-Regexp-Log-Common/distinfo Sun Mar 4 17:45:10 2007 @@ -1,3 +1,3 @@ -MD5 (Regexp-Log-Common-0.04.tar.gz) = ef6375e9fc2f7c387e9997c9796abdd4 -SHA256 (Regexp-Log-Common-0.04.tar.gz) = bd5b3d7a47eeeb2b6928f6e5827f7b33ab8832159bf4b765a2bc4f493b683f0a -SIZE (Regexp-Log-Common-0.04.tar.gz) = 4860 +MD5 (Regexp-Log-Common-0.05.tar.gz) = c394a1443647ce0874dc881149af00f0 +SHA256 (Regexp-Log-Common-0.05.tar.gz) = 0715bdc794d387067a62e5da6333ad09215ba4935ae5725425ed6ef7e8817e91 +SIZE (Regexp-Log-Common-0.05.tar.gz) = 8019 --- p5-Regexp-Log-Common-0.05.patch ends here ---