From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 12 19:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9E751863 for ; Sat, 12 Jan 2013 19:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8474B697 for ; Sat, 12 Jan 2013 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0CJK0Rk026641 for ; Sat, 12 Jan 2013 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0CJK0ru026640; Sat, 12 Jan 2013 19:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jan 2013 19:20:00 GMT Resent-Message-Id: <201301121920.r0CJK0ru026640@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, milki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 88FD8583 for ; Sat, 12 Jan 2013 19:12:52 +0000 (UTC) (envelope-from milki@cibo.ircmylife.com) Received: from cibo.ircmylife.com (unknown [IPv6:2607:f2f8:af08::2]) by mx1.freebsd.org (Postfix) with ESMTP id 46833661 for ; Sat, 12 Jan 2013 19:12:51 +0000 (UTC) Received: from cibo.ircmylife.com (localhost [127.0.0.1]) by cibo.ircmylife.com (8.14.5/8.14.5) with ESMTP id r0CJClMH034239 for ; Sat, 12 Jan 2013 11:12:47 -0800 (PST) (envelope-from milki@cibo.ircmylife.com) Received: (from milki@localhost) by cibo.ircmylife.com (8.14.5/8.14.5/Submit) id r0CJCl4V034238; Sat, 12 Jan 2013 11:12:47 -0800 (PST) (envelope-from milki) Message-Id: <201301121912.r0CJCl4V034238@cibo.ircmylife.com> Date: Sat, 12 Jan 2013 11:12:47 -0800 (PST) From: milki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175238: [MAINTAINER] irc/p5-POE-Component-IRC-Plugin-Hailo: update to 0.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 19:20:00 -0000 >Number: 175238 >Category: ports >Synopsis: [MAINTAINER] irc/p5-POE-Component-IRC-Plugin-Hailo: update to 0.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 12 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: milki >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: cibo >Environment: System: FreeBSD cibo.ircmylife.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 >Description: - Update to 0.18 Changes: https://github.com/hinrik/poe-component-irc-plugin-hailo/compare/0.17...0.18 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-POE-Component-IRC-Plugin-Hailo-0.18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile ./Makefile --- /usr/ports/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile 2012-11-16 21:58:29.000000000 -0800 +++ ./Makefile 2013-01-12 11:09:33.000000000 -0800 @@ -2,10 +2,10 @@ # Date created: 2011-07-19 # Whom: milki # -# $FreeBSD: ports/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile,v 1.3 2012/11/17 05:58:29 svnexp Exp $ +# $FreeBSD: ports/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile,v 1.2 2012/05/08 15:52:03 culot Exp $ PORTNAME= POE-Component-IRC-Plugin-Hailo -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= irc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK @@ -23,7 +23,6 @@ p5-POE-Component-Hailo>=0:${PORTSDIR}/devel/p5-POE-Component-Hailo \ p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/irc/p5-POE-Component-IRC-Plugin-Hailo/distinfo ./distinfo --- /usr/ports/irc/p5-POE-Component-IRC-Plugin-Hailo/distinfo 2012-05-08 08:52:03.000000000 -0700 +++ ./distinfo 2013-01-12 11:08:45.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (POE-Component-IRC-Plugin-Hailo-0.17.tar.gz) = 8d24d1d481471989c1aa78f898cfe5e60f7ed2e50eabb98562088336d88b1475 -SIZE (POE-Component-IRC-Plugin-Hailo-0.17.tar.gz) = 16458 +SHA256 (POE-Component-IRC-Plugin-Hailo-0.18.tar.gz) = c09e8d77cdb8781bb493e1c0c301969ee421fe0682ceab663a535afe6846419c +SIZE (POE-Component-IRC-Plugin-Hailo-0.18.tar.gz) = 16538 diff -ruN --exclude=CVS /usr/ports/irc/p5-POE-Component-IRC-Plugin-Hailo/pkg-descr ./pkg-descr --- /usr/ports/irc/p5-POE-Component-IRC-Plugin-Hailo/pkg-descr 2011-08-14 10:25:57.000000000 -0700 +++ ./pkg-descr 2013-01-12 11:10:48.000000000 -0800 @@ -1,3 +1,3 @@ A PoCo-IRC plugin which provides access to a Hailo conversation simulator. -WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Hailo/ +WWW: https://metacpan.org/release/POE-Component-IRC-Plugin-Hailo --- p5-POE-Component-IRC-Plugin-Hailo-0.18.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: