svn commit: r389745 - in head/devel/py-gevent: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 15 19:20:19 UTC 2015
Author: sunpoet
Date: Mon Jun 15 19:20:18 2015
New Revision: 389745
URL: https://svnweb.freebsd.org/changeset/ports/389745
Log:
- Update to 1.0.2
- Regenerate patch file with makepatch:
Changes: https://github.com/gevent/gevent/blob/master/changelog.rst
Modified:
head/devel/py-gevent/Makefile
head/devel/py-gevent/distinfo
head/devel/py-gevent/files/patch-libev-ev.c
Modified: head/devel/py-gevent/Makefile
==============================================================================
--- head/devel/py-gevent/Makefile Mon Jun 15 19:20:11 2015 (r389744)
+++ head/devel/py-gevent/Makefile Mon Jun 15 19:20:18 2015 (r389745)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gevent
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ COMMENT= Python co-routine networking li
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.7:${PORTSDIR}/devel/py-greenlet
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.7:${PORTSDIR}/devel/py-greenlet \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
USE_PYTHON= autoplist distutils
Modified: head/devel/py-gevent/distinfo
==============================================================================
--- head/devel/py-gevent/distinfo Mon Jun 15 19:20:11 2015 (r389744)
+++ head/devel/py-gevent/distinfo Mon Jun 15 19:20:18 2015 (r389745)
@@ -1,2 +1,2 @@
-SHA256 (gevent-1.0.1.tar.gz) = 4627e215d058f71d95e6b26d9e7be4c263788a4756bd2858a93775f6c072df43
-SIZE (gevent-1.0.1.tar.gz) = 1455636
+SHA256 (gevent-1.0.2.tar.gz) = 3ae1ca0f533ddcb17aab16ce66b424b3f3b855ff3b9508526915d3c6b73fba31
+SIZE (gevent-1.0.2.tar.gz) = 1735721
Modified: head/devel/py-gevent/files/patch-libev-ev.c
==============================================================================
--- head/devel/py-gevent/files/patch-libev-ev.c Mon Jun 15 19:20:11 2015 (r389744)
+++ head/devel/py-gevent/files/patch-libev-ev.c Mon Jun 15 19:20:18 2015 (r389745)
@@ -1,6 +1,6 @@
---- libev/ev.c.orig 2014-04-30 16:45:07.000000000 +0200
-+++ libev/ev.c 2015-02-20 23:33:36.945803000 +0100
-@@ -967,8 +967,8 @@
+--- libev/ev.c.orig 2015-05-23 12:04:13 UTC
++++ libev/ev.c
+@@ -1026,8 +1026,8 @@ ecb_inline uint64_t ecb_rotr64 (uint64_t
#define ecb_unreachable() __builtin_unreachable ()
#else
/* this seems to work fine, but gcc always emits a warning for it :/ */
More information about the svn-ports-all
mailing list