1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update to 1.2: New kevent(2) API (and require FreeBSD versions

with it as I'm a lazy bastard).
This commit is contained in:
Doug White 2000-07-19 04:51:22 +00:00
parent 81a9216d91
commit 31939c97b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30813
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= kqueue
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dwhite
@ -20,8 +20,8 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python
.include <bsd.port.pre.mk>
.if ( ${OSVERSION} < 400018 || ${OSVERSION} == 500000 )
FORBIDDEN= requires kqueue
.if ( ${OSVERSION} < 400018 || ${OSVERSION} < 500010 )
#FORBIDDEN="requires new kqueue API"
.endif
# NO_WRKSUBDIR= yes

View File

@ -1 +1 @@
MD5 (PyKQueue-1.1.tar.gz) = 0385a8be32e8e5c0f2252189a6c45b7d
MD5 (PyKQueue-1.2.tar.gz) = 79efea20ee917645480225d3780755d0