From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 12 00:50:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 413DA16A403 for ; Tue, 12 Sep 2006 00:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 023B943D53 for ; Tue, 12 Sep 2006 00:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8C0oGEk050119 for ; Tue, 12 Sep 2006 00:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8C0oGoN050057; Tue, 12 Sep 2006 00:50:16 GMT (envelope-from gnats) Resent-Date: Tue, 12 Sep 2006 00:50:16 GMT Resent-Message-Id: <200609120050.k8C0oGoN050057@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Shan Tseng Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F1B16A403; Tue, 12 Sep 2006 00:40:23 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9422243D45; Tue, 12 Sep 2006 00:40:22 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id k8C0eJI7046974; Tue, 12 Sep 2006 08:40:19 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.8/8.13.8/Submit) id k8C0eJPP046973; Tue, 12 Sep 2006 08:40:19 +0800 (CST) (envelope-from tjs) Message-Id: <200609120040.k8C0eJPP046973@Pluto.CDPA.nsysu.edu.tw> Date: Tue, 12 Sep 2006 08:40:19 +0800 (CST) From: Jin-Shan Tseng To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/103172: [PATCH] news/p5-POE-Component-Client-NNTP: update to 1.03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 00:50:19 -0000 >Number: 103172 >Category: ports >Synopsis: [PATCH] news/p5-POE-Component-Client-NNTP: update to 1.03 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 12 00:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Sep 10 09:49:13 CST 2006 >Description: - Update to 1.03 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-POE-Component-Client-NNTP-1.03.patch begins here --- diff -ruN --exclude=CVS /usr/ports/news/p5-POE-Component-Client-NNTP/Makefile /root/p5-POE-Component-Client-NNTP/Makefile --- /usr/ports/news/p5-POE-Component-Client-NNTP/Makefile Fri May 5 17:13:29 2006 +++ /root/p5-POE-Component-Client-NNTP/Makefile Tue Sep 12 08:38:22 2006 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-NNTP -PORTVERSION= 1.01 +PORTVERSION= 1.03 CATEGORIES= news perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -15,8 +15,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= POE component for non-blocking NNTP access -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE PERL_CONFIGURE= yes @@ -25,7 +24,7 @@ .include .if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5 then try again +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again .endif .include diff -ruN --exclude=CVS /usr/ports/news/p5-POE-Component-Client-NNTP/distinfo /root/p5-POE-Component-Client-NNTP/distinfo --- /usr/ports/news/p5-POE-Component-Client-NNTP/distinfo Fri May 5 17:13:29 2006 +++ /root/p5-POE-Component-Client-NNTP/distinfo Tue Sep 12 08:13:04 2006 @@ -1,3 +1,3 @@ -MD5 (POE-Component-Client-NNTP-1.01.tar.gz) = 2c4c334ad2c1aa451b70a164e0294871 -SHA256 (POE-Component-Client-NNTP-1.01.tar.gz) = f4f189a42b333505f4e19c0ac84c1a868ca04e35fdc277eb837e76b53c9c74ff -SIZE (POE-Component-Client-NNTP-1.01.tar.gz) = 7866 +MD5 (POE-Component-Client-NNTP-1.03.tar.gz) = 33745f0f6a8e55f90c054415e9bb17d4 +SHA256 (POE-Component-Client-NNTP-1.03.tar.gz) = 9602edeaf149c491d71603d122cc736e790a1c9936a602cc5d3c684077805816 +SIZE (POE-Component-Client-NNTP-1.03.tar.gz) = 8451 --- p5-POE-Component-Client-NNTP-1.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: