From root@undeliverable.renatasystems.org  Fri Dec 18 16:19:18 2009
Return-Path: <root@undeliverable.renatasystems.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9E4351065704
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <alexey@renatasystems.org>
Reply-To: Alexey V.Degtyarev <alexey@renatasystems.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] devel/p5-File-ChangeNotify fix leftovers, cosmetic fixes.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         141752
>Category:       ports
>Synopsis:       [maintainer-update] devel/p5-File-ChangeNotify fix leftovers, cosmetic fixes.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 18 16:20:05 UTC 2009
>Closed-Date:    Mon Dec 21 11:19:21 UTC 2009
>Last-Modified:  Mon Dec 21 11:20:01 UTC 2009
>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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Dec 18 18:25:09 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141752 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Mon Dec 21 11:19:20 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141752 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141752: commit references a PR
Date: Mon, 21 Dec 2009 11:19:28 +0000 (UTC)

 amdmi3      2009-12-21 11:19:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-File-ChangeNotify Makefile pkg-plist 
   Log:
   - Fix plist
   - Cosmetic fixes for Makefile
   
   PR:             141752
   Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer)
   
   Revision  Changes    Path
   1.5       +13 -15    ports/devel/p5-File-ChangeNotify/Makefile
   1.4       +5 -12     ports/devel/p5-File-ChangeNotify/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
