FreeBSD Bugzilla – Attachment 189971 Details for
Bug 223530
devel/libepoll-shim: Update version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
epoll-shim.patch
epoll-shim.patch (text/plain), 2.74 KB, created by
Val Packett
on 2018-01-22 15:10:19 UTC
(
hide
)
Description:
epoll-shim.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2018-01-22 15:10:19 UTC
Size:
2.74 KB
patch
obsolete
>diff --git c/devel/libepoll-shim/Makefile w/devel/libepoll-shim/Makefile >index 20ef0d4a39e6..e63d1ee5a748 100644 >--- c/devel/libepoll-shim/Makefile >+++ w/devel/libepoll-shim/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= libepoll-shim >-PORTVERSION= 0.0.20161220 >+PORTVERSION= 0.0.20171213 > CATEGORIES= devel > > MAINTAINER= x11@FreeBSD.org >@@ -11,9 +11,9 @@ COMMENT= epoll shim implemented using kevent > LICENSE= MIT > > USE_GITHUB= yes >-GH_ACCOUNT= FreeBSDDesktop >+GH_ACCOUNT= jiixyj > GH_PROJECT= epoll-shim >-GH_TAGNAME= c04b26b >+GH_TAGNAME= d7abd75 > > USE_LDCONFIG= yes > >diff --git c/devel/libepoll-shim/distinfo w/devel/libepoll-shim/distinfo >index 14540e447ef8..fff30aa48b8e 100644 >--- c/devel/libepoll-shim/distinfo >+++ w/devel/libepoll-shim/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1482268996 >-SHA256 (FreeBSDDesktop-epoll-shim-0.0.20161220-c04b26b_GH0.tar.gz) = ae644d6b21567e9bb5e3a145e6e8ce233de16dc6c93ca4a1facb24f1375f442a >-SIZE (FreeBSDDesktop-epoll-shim-0.0.20161220-c04b26b_GH0.tar.gz) = 7634 >+TIMESTAMP = 1513461234 >+SHA256 (jiixyj-epoll-shim-0.0.20171213-d7abd75_GH0.tar.gz) = 57089528489a52dbab13505eb7c71e001921cd04ca6e59cb06e526f997f8b24d >+SIZE (jiixyj-epoll-shim-0.0.20171213-d7abd75_GH0.tar.gz) = 11585 >diff --git c/devel/py-pyudev/Makefile w/devel/py-pyudev/Makefile >new file mode 100644 >index 000000000000..4fab23e83f09 >--- /dev/null >+++ w/devel/py-pyudev/Makefile >@@ -0,0 +1,22 @@ >+# $FreeBSD$ >+ >+PORTNAME= pyudev >+PORTVERSION= 0.21.0 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= Pure Python libudev binding >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libudev.so:devel/libudev-devd >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git c/devel/py-pyudev/distinfo w/devel/py-pyudev/distinfo >new file mode 100644 >index 000000000000..bd12976dc9db >--- /dev/null >+++ w/devel/py-pyudev/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1512493658 >+SHA256 (pyudev-0.21.0.tar.gz) = 094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b >+SIZE (pyudev-0.21.0.tar.gz) = 89469 >diff --git c/devel/py-pyudev/pkg-descr w/devel/py-pyudev/pkg-descr >new file mode 100644 >index 000000000000..6e29826700ce >--- /dev/null >+++ w/devel/py-pyudev/pkg-descr >@@ -0,0 +1,8 @@ >+pyudev is a LGPL licensed, pure Python binding for libudev, the device >+and hardware management and information library for Linux. It supports >+almost all libudev functionality. You can enumerate devices, query >+device properties and attributes or monitor devices, including >+asynchronous monitoring with threads, or within the event loops of Qt, >+Glib or wxPython. >+ >+WWW: http://pyudev.readthedocs.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223530
:
187851
|
188990
| 189971