From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 13 17:50:04 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 A01331065670 for ; Sun, 13 Dec 2009 17:50:04 +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 746EE8FC08 for ; Sun, 13 Dec 2009 17:50:04 +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 nBDHo4vD029318 for ; Sun, 13 Dec 2009 17:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBDHo4t8029317; Sun, 13 Dec 2009 17:50:04 GMT (envelope-from gnats) Date: Sun, 13 Dec 2009 17:50:04 GMT Message-Id: <200912131750.nBDHo4t8029317@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Alexey V. Degtyarev" Cc: Subject: Re: ports/141234: [PATCH] devel/p5-File-ChangeNotify: update to 0.09 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexey V. Degtyarev" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2009 17:50:04 -0000 The following reply was made to PR ports/141234; it has been noted by GNATS. From: "Alexey V. Degtyarev" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/141234: [PATCH] devel/p5-File-ChangeNotify: update to 0.09 Date: Sun, 13 Dec 2009 20:40:44 +0300 --yNb1oOkm5a9FJOVX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 22:00 Sun 06 Dec, Edwin Groothuis wrote: > Maintainer of devel/p5-File-ChangeNotify, > > Please note that PR ports/141234 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141234 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Please commit the attached patch. This will update devel/p5-File-ChangeNotify to 0.11 release. Changelog: http://cpansearch.perl.org/src/DROLSKY/File-ChangeNotify-0.11/Changes -- Alexey V. Degtyarev --yNb1oOkm5a9FJOVX Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="p5-File-ChangeNotify-0.11.patch" diff -ruN p5-File-ChangeNotify.orig/Makefile p5-File-ChangeNotify/Makefile --- p5-File-ChangeNotify.orig/Makefile 2009-11-20 18:59:27.000000000 +0000 +++ p5-File-ChangeNotify/Makefile 2009-12-13 17:16:01.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= File-ChangeNotify -PORTVERSION= 0.08 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,8 +22,8 @@ MAN3= File::ChangeNotify.3 \ File::ChangeNotify::Event.3 \ File::ChangeNotify::Watcher.3 \ - File::ChangeNotify::Watcher::Inotify.3 \ File::ChangeNotify::Watcher::Default.3 \ + File::ChangeNotify::Watcher::Inotify.3 \ File::ChangeNotify::Watcher::KQueue.3 PERL_CONFIGURE= yes diff -ruN p5-File-ChangeNotify.orig/distinfo p5-File-ChangeNotify/distinfo --- p5-File-ChangeNotify.orig/distinfo 2009-11-20 18:59:27.000000000 +0000 +++ p5-File-ChangeNotify/distinfo 2009-12-13 17:16:08.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (File-ChangeNotify-0.08.tar.gz) = 93d28e3351f7812acff1e9b429b57d3b -SHA256 (File-ChangeNotify-0.08.tar.gz) = 801823323386aae78a6b5740dde1098b48e9c54b008d2f9cfb42ba7b6f11499c -SIZE (File-ChangeNotify-0.08.tar.gz) = 16902 +MD5 (File-ChangeNotify-0.11.tar.gz) = 169818a7d1afa0bc41259132268b6d95 +SHA256 (File-ChangeNotify-0.11.tar.gz) = b3c3058cf6815374cc4a19a3939e51015538e84095cfaa76aa072eeeeec2412c +SIZE (File-ChangeNotify-0.11.tar.gz) = 17600 --yNb1oOkm5a9FJOVX--