mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= kqueue
|
PORTNAME= kqueue
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.2
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= dwhite
|
MASTER_SITE_SUBDIR= dwhite
|
||||||
|
@ -20,8 +20,8 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ( ${OSVERSION} < 400018 || ${OSVERSION} == 500000 )
|
.if ( ${OSVERSION} < 400018 || ${OSVERSION} < 500010 )
|
||||||
FORBIDDEN= requires kqueue
|
#FORBIDDEN="requires new kqueue API"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# NO_WRKSUBDIR= yes
|
# NO_WRKSUBDIR= yes
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (PyKQueue-1.1.tar.gz) = 0385a8be32e8e5c0f2252189a6c45b7d
|
MD5 (PyKQueue-1.2.tar.gz) = 79efea20ee917645480225d3780755d0
|
||||||
|
|
Loading…
Add table
Reference in a new issue