--- distinfo 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 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 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}