From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 16 01:00:12 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D2591065670 for ; Fri, 16 Oct 2009 01:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32D9E8FC1D for ; Fri, 16 Oct 2009 01:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9G10Ajr095181 for ; Fri, 16 Oct 2009 01:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9G10AII095180; Fri, 16 Oct 2009 01:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 16 Oct 2009 01:00:10 GMT Resent-Message-Id: <200910160100.n9G10AII095180@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 944CC106566C; Fri, 16 Oct 2009 00:56:39 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 45DCC8FC12; Fri, 16 Oct 2009 00:56:39 +0000 (UTC) Received: by yxe1 with SMTP id 1so1464745yxe.3 for ; Thu, 15 Oct 2009 17:56:38 -0700 (PDT) Received: by 10.150.15.15 with SMTP id 15mr1539244ybo.150.1255654598608; Thu, 15 Oct 2009 17:56:38 -0700 (PDT) Received: from fbsd.scjamorim.org (200-140-166-177.bsace705.dsl.brasiltelecom.net.br [200.140.166.177]) by mx.google.com with ESMTPS id 23sm391363ywh.7.2009.10.15.17.56.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Oct 2009 17:56:37 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 687993F40C3; Thu, 15 Oct 2009 21:56:36 -0300 (BRT) Message-Id: <20091016005636.687993F40C3@fbsd.scjamorim.org> Date: Thu, 15 Oct 2009 21:56:36 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/139667: [PATCH] irc/p5-POE-Component-IRC: update to 6.16 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: Fri, 16 Oct 2009 01:00:12 -0000 >Number: 139667 >Category: ports >Synopsis: [PATCH] irc/p5-POE-Component-IRC: update to 6.16 >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: Fri Oct 16 01:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 6.16 - Changed pkg-plist - Changed form how install examples Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-POE-Component-IRC-6.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/Makefile,v retrieving revision 1.51 diff -u -u -r1.51 Makefile --- Makefile 28 Sep 2009 09:17:29 -0000 1.51 +++ Makefile 16 Oct 2009 00:55:14 -0000 @@ -7,7 +7,7 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 6.14 +PORTVERSION= 6.16 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,6 +24,8 @@ PERL_CONFIGURE= yes +PORTEXAMPLES= * + MAN3= POE::Component::IRC.3 \ POE::Component::IRC::Common.3 \ POE::Component::IRC::Constants.3 \ @@ -62,8 +64,8 @@ post-install: .ifndef(NOPORTEXAMPLES) - @${INSTALL} -d ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/distinfo,v retrieving revision 1.47 diff -u -u -r1.47 distinfo --- distinfo 28 Sep 2009 09:17:29 -0000 1.47 +++ distinfo 16 Oct 2009 00:55:14 -0000 @@ -1,3 +1,3 @@ -MD5 (POE-Component-IRC-6.14.tar.gz) = d29749cee479d0a60fe2ec694262a29b -SHA256 (POE-Component-IRC-6.14.tar.gz) = ff37c5593c134531b3f54073947780c2f9fdfc6423d6cc61fff28caee33baf8d -SIZE (POE-Component-IRC-6.14.tar.gz) = 352791 +MD5 (POE-Component-IRC-6.16.tar.gz) = d46755e1dc2f0714c1648bcacd22eb3a +SHA256 (POE-Component-IRC-6.16.tar.gz) = bd3c621ad31a1342419dc177db2ff7b98858ef888c4216c40cb36ddf67e015ad +SIZE (POE-Component-IRC-6.16.tar.gz) = 353729 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/irc/p5-POE-Component-IRC/pkg-plist,v retrieving revision 1.20 diff -u -u -r1.20 pkg-plist --- pkg-plist 3 Feb 2009 13:36:16 -0000 1.20 +++ pkg-plist 16 Oct 2009 00:55:14 -0000 @@ -34,17 +34,6 @@ %%SITE_PERL%%/POE/Filter/IRC.pm %%SITE_PERL%%/POE/Filter/IRC/Compat.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aimproxy.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dcctest.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicebot.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eliza.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircproxy.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logger.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/moo.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rot13_multi.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simpleclient.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tinyurl.pl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE --- p5-POE-Component-IRC-6.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: