Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 17:57:00 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98251: Update Port: devel/p5-IO-KQueue 0.29->0.30
Message-ID:  <200605312357.k4VNv02H093270@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606010020.k510KEMT090358@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98251
>Category:       ports
>Synopsis:       Update Port: devel/p5-IO-KQueue 0.29->0.30
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 00:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v0.29 to v0.30
- Add example files to Makefile and plist

0.30
    - Compilation fix
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-IO-KQueue/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	17 Dec 2005 16:09:27 -0000	1.3
+++ Makefile	31 May 2006 23:56:47 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	IO-KQueue
-PORTVERSION=	0.29
-PORTREVISION=	1
+PORTVERSION=	0.30
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	IO
@@ -20,6 +19,16 @@
 
 MAN3=		IO::KQueue.3
 
+post-patch:
+	@${RM} -f ${WRKSRC}/._* ${WRKSRC}/examples/._*
+
+.if !defined(NOPORTDOCS)
+post-install:
+	@${MKDIR} ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+	@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
+.endif
+
 .include <bsd.port.pre.mk>
 
 # dXSTARG is not defined in perl 5.00503
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-IO-KQueue/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	8 Dec 2005 13:32:56 -0000	1.1
+++ distinfo	31 May 2006 23:56:47 -0000
@@ -1,3 +1,3 @@
-MD5 (IO-KQueue-0.29.tar.gz) = 87fa26e87d6d1a40148e07aee224f829
-SHA256 (IO-KQueue-0.29.tar.gz) = 7e963d459ceb7a1cf420ba6bf43801b1942fa59cf523c6d5e2cadb67759ba039
-SIZE (IO-KQueue-0.29.tar.gz) = 8102
+MD5 (IO-KQueue-0.30.tar.gz) = db7fa9cbad7df0e8e530d11c91d72c8e
+SHA256 (IO-KQueue-0.30.tar.gz) = 19d0d94b459842d588a181aefd3c336514a5ec8abde9db8acebd851f1032e5e5
+SIZE (IO-KQueue-0.30.tar.gz) = 8264
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/p5-IO-KQueue/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	8 Dec 2005 13:32:56 -0000	1.1
+++ pkg-descr	31 May 2006 23:56:47 -0000
@@ -1,3 +1,4 @@
 IO::KQueue - perl interface to the BSD kqueue system call.
 
 WWW: http://search.cpan.org/dist/IO-KQueue/
+Author: Matt Sergeant <matt@sergeant.org>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-IO-KQueue/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	22 Jan 2006 01:47:48 -0000	1.4
+++ pkg-plist	31 May 2006 23:56:47 -0000
@@ -1,7 +1,10 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/IO/KQueue.pm
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/KQueue/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/KQueue/KQueue.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/KQueue/KQueue.so
+%%PORTDOCS%%%%EXAMPLESDIR%%/chat.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/tail.pl
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/KQueue
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605312357.k4VNv02H093270>