From dgilbert@daveg.ca  Mon Nov 22 02:47:03 2004
Return-Path: <dgilbert@daveg.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 69DA516A4CE
	for <freebsd-gnats-submit@freebsd.org>; Mon, 22 Nov 2004 02:47:03 +0000 (GMT)
Received: from ox.eicat.ca (ox.eicat.ca [66.96.30.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2B95A43D1D
	for <freebsd-gnats-submit@freebsd.org>; Mon, 22 Nov 2004 02:47:03 +0000 (GMT)
	(envelope-from dgilbert@daveg.ca)
Received: by ox.eicat.ca (Postfix, from userid 66)
	id 9AD51CE9D; Sun, 21 Nov 2004 21:47:02 -0500 (EST)
Received: by canoe.dclg.ca (Postfix, from userid 101)
	id CD3426810; Sun, 21 Nov 2004 21:46:58 -0500 (EST)
Message-Id: <20041122024658.CD3426810@canoe.dclg.ca>
Date: Sun, 21 Nov 2004 21:46:58 -0500 (EST)
From: David Gilbert <dgilbert@daveg.ca>
Reply-To: David Gilbert <dgilbert@daveg.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: py-KQueue port requires updating
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74224
>Category:       ports
>Synopsis:       py-KQueue port requires updating
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    dwhite
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 22 02:50:12 GMT 2004
>Closed-Date:    Tue Dec 21 08:26:59 GMT 2004
>Last-Modified:  Tue Dec 21 08:26:59 GMT 2004
>Originator:     David Gilbert
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
DaveG.ca
>Environment:
System: FreeBSD canoe.dclg.ca 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 2 14:45:07 EST 2004 root@canoe.dclg.ca:/usr/obj/usr/src/sys/CANOE i386


Pretty much any FreeBSD.
>Description:
Version 1.4 comprises changes that I made to add EVFILT's not included
such as TIMER.  While I was there, I made a couple other mods.

I sent the patches to dwhite@freebsd.org.  However, I emailed me the
following:

	I no longer maintain this port.

	-- 
	Doug White                    |  FreeBSD: The Power to Serve
	dwhite@gumbysoft.com          |  www.FreeBSD.org

So... I'll happily take over maintainership.  It appears that he
has some other grand designs that are as-yet unimplemented.
That's cool.  I'm not married to things --- I just like to have
patches checked in.  Makes clients feel better and all that.
>How-To-Repeat:
N/A
>Fix:

--- distinfo.orig	Sun Nov 21 21:23:19 2004
+++ distinfo	Sun Nov 21 21:26:40 2004
@@ -1,2 +1,2 @@
-MD5 (PyKQueue-1.3.tar.gz) = f50c3ae4b254ae933149938f8ed62bb5
-SIZE (PyKQueue-1.3.tar.gz) = 15958
+MD5 (PyKQueue-1.4.tbz) = 982607e72cd5f2f7deb06ff5ae496537
+SIZE (PyKQueue-1.4.tbz) = 12800
--- pkg-descr.orig	Sun Nov 21 21:23:28 2004
+++ pkg-descr	Sun Nov 21 21:33:12 2004
@@ -10,4 +10,4 @@
 This Python module provides a C module and supporting Python script to
 use these functions in a object-oriented manner.
 
-WWW: http://people.freebsd.org/~dwhite/PyKQueue/
+WWW: http://ox.eicat.ca/~dgilbert/files/PyKQueue.html
--- Makefile.orig	Sun Nov 21 21:23:03 2004
+++ Makefile	Sun Nov 21 21:39:45 2004
@@ -6,17 +6,18 @@
 #
 
 PORTNAME=		kqueue
-PORTVERSION=		1.3
+PORTVERSION=		1.4
 PORTREVISION=		1
 CATEGORIES=		devel python
-MASTER_SITES=		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	dwhite
+MASTER_SITES=		http://ox.eicat.ca/~dgilbert/files/
 PKGNAMEPREFIX=		py-
 DISTNAME=		PyKQueue-${PORTVERSION}
+EXTRACT_SUFX=		.tbz
 
-MAINTAINER=		dwhite@FreeBSD.org
+MAINTAINER=		ports@dclg.ca
 COMMENT=	Python interface to kqueue(2) and kevent(2) system calls
 
+USE_BZIP2=		yes
 USE_PYTHON=		yes
 USE_REINPLACE=		yes
 PLIST_SUB+=		PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dwhite 
Responsible-Changed-By: vs 
Responsible-Changed-When: Mon Nov 22 11:17:22 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer 

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

From: Doug White <dwhite@gumbysoft.com>
To: Volker Stolz <vs@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/74224: py-KQueue port requires updating
Date: Mon, 20 Dec 2004 10:20:48 -0800 (PST)

 On Mon, 20 Dec 2004, Volker Stolz wrote:
 
 > Doug, could you please bounce a note to GNATS if you'd like to resign as
 > maintainer?
 
 Yes, I no longer maintain this port. Please release my interest as
 maintainer.
 
 -- 
 Doug White                    |  FreeBSD: The Power to Serve
 dwhite@gumbysoft.com          |  www.FreeBSD.org
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Tue Dec 21 08:26:33 GMT 2004 
State-Changed-Why:  
Committed with modifications regarding plist, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74224 
>Unformatted:
