From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 18 16:20:06 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 D7044106568B for ; Fri, 18 Dec 2009 16:20:06 +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 9D1BF8FC24 for ; Fri, 18 Dec 2009 16:20:06 +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 nBIGK6Xb077391 for ; Fri, 18 Dec 2009 16:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBIGK65P077390; Fri, 18 Dec 2009 16:20:06 GMT (envelope-from gnats) Resent-Date: Fri, 18 Dec 2009 16:20:06 GMT Resent-Message-Id: <200912181620.nBIGK65P077390@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, "Alexey V.Degtyarev" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E4351065704 for ; Fri, 18 Dec 2009 16:19:18 +0000 (UTC) (envelope-from root@undeliverable.renatasystems.org) Received: from hs-9.renatasystems.org (hs-9.renatasystems.org [83.222.5.149]) by mx1.freebsd.org (Postfix) with SMTP id F2FE48FC1A for ; Fri, 18 Dec 2009 16:19:17 +0000 (UTC) Received: (qmail 76374 invoked by uid 0); 18 Dec 2009 19:19:10 +0300 Message-Id: <20091218161910.76373.qmail@hs-9.renatasystems.org> Date: 18 Dec 2009 19:19:10 +0300 From: "Alexey V.Degtyarev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/141752: [maintainer-update] devel/p5-File-ChangeNotify fix leftovers, cosmetic fixes. 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: Fri, 18 Dec 2009 16:20:06 -0000 >Number: 141752 >Category: ports >Synopsis: [maintainer-update] devel/p5-File-ChangeNotify fix leftovers, cosmetic fixes. >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: Fri Dec 18 16:20:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexey V. Degtyarev >Release: FreeBSD 8.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD renatasystems.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - This will fix packing list reported by pointyhat; - Cosmetic fixes for Makefile. It was broken with invalid patch used when commiting ports/141234; >How-To-Repeat: >Fix: --- p5-File-ChangeNotify-0.11.2.patch begins here --- diff -urN p5-File-ChangeNotify.orig/Makefile p5-File-ChangeNotify/Makefile --- p5-File-ChangeNotify.orig/Makefile 2009-12-15 21:32:24.000000000 +0000 +++ p5-File-ChangeNotify/Makefile 2009-12-18 16:08:12.000000000 +0000 @@ -1,8 +1,9 @@ -# New ports collection makefile for: File-ChangeNotify -# Whom: gugu -# Date created: 07 December 2009 -# $FreeBSD: ports/devel/p5-File-ChangeNotify/Makefile,v 1.4 2009/12/15 21:32:24 pgollucci Exp $ -# Generated with portupload. Do not edit directly, please +# New ports collection makefile for: p5-File-ChangeNotify +# Date created: Fri 14 Aug 2009 +# Whom: Alexey V. Degtyarev +# +# $FreeBSD: ports/devel/p5-File-ChangeNotify/Makefile,v 1.2 2009/11/20 18:59:27 miwi Exp $ +# PORTNAME= File-ChangeNotify PORTVERSION= 0.11 @@ -11,23 +12,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= alexey@renatasystems.org -COMMENT= Watch for changes to files, cross-platform style +COMMENT= Watch for changes to files -BUILD_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \ - p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Params-Validate>=0.08:${PORTSDIR}/devel/p5-MooseX-Params-Validate \ - p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ - p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS=${BUILD_DEPENDS} +RUN_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \ + p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ + p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate +BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= YES -MAN3= File::ChangeNotify.3 \ +MAN3= File::ChangeNotify.3 \ File::ChangeNotify::Event.3 \ File::ChangeNotify::Watcher.3 \ File::ChangeNotify::Watcher::Default.3 \ File::ChangeNotify::Watcher::Inotify.3 \ File::ChangeNotify::Watcher::KQueue.3 +PERL_CONFIGURE= yes + .include diff -urN p5-File-ChangeNotify.orig/pkg-plist p5-File-ChangeNotify/pkg-plist --- p5-File-ChangeNotify.orig/pkg-plist 2009-12-16 16:54:00.000000000 +0000 +++ p5-File-ChangeNotify/pkg-plist 2009-12-18 16:03:45.000000000 +0000 @@ -1,19 +1,12 @@ +%%SITE_PERL%%/File/ChangeNotify.pm %%SITE_PERL%%/File/ChangeNotify/Event.pm +%%SITE_PERL%%/File/ChangeNotify/Watcher.pm +%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm -%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm -%%SITE_PERL%%/File/ChangeNotify/Watcher.pm -%%SITE_PERL%%/File/ChangeNotify.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist -@dirrmtry %%SITE_PERL%%/auto/File/ChangeNotify -@dirrmtry %%SITE_PERL%%/auto/File -@dirrmtry %%SITE_PERL%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File @dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher @dirrmtry %%SITE_PERL%%/File/ChangeNotify @dirrmtry %%SITE_PERL%%/File -@dirrmtry %%SITE_PERL%% -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% -@dirrmtry blib/script --- p5-File-ChangeNotify-0.11.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: