Hi!

Below is an update for devel/py-greenlet (0.4.0 => 0.4.9).  OK?

-- 
Dmitrij D. Czarkoff

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-greenlet/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    29 Sep 2015 10:51:54 -0000      1.7
+++ Makefile    17 Oct 2015 09:05:34 -0000
@@ -4,11 +4,10 @@ COMMENT =     lightweight in-process concurr
 # see slp_platformselect.h
 ONLY_FOR_ARCHS =       amd64 arm i386 powerpc sparc sparc64
 
-MODPY_EGG_VERSION = 0.4.0
+MODPY_EGG_VERSION = 0.4.9
 DISTNAME =     greenlet-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
 EXTRACT_SUFX = .zip
-REVISION =     1
 
 CATEGORIES =   devel
 HOMEPAGE =     http://pypi.python.org/pypi/greenlet
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-greenlet/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    18 Jan 2015 03:13:41 -0000      1.2
+++ distinfo    17 Oct 2015 09:05:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (greenlet-0.4.0.zip) = P1KvA7+KiQRfwVnGp21WQjSbMPtBw98aIrErvTkgse4=
-SIZE (greenlet-0.4.0.zip) = 72790
+SHA256 (greenlet-0.4.9.zip) = WLLzoucHXGVWFr+V6Cho20mA87tmYdtwrQKlHk3dIlI=
+SIZE (greenlet-0.4.9.zip) = 78125
Index: patches/patch-slp_platformselect_h
===================================================================
RCS file: /cvs/ports/devel/py-greenlet/patches/patch-slp_platformselect_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-slp_platformselect_h
--- patches/patch-slp_platformselect_h  17 Aug 2012 21:51:49 -0000      1.1
+++ patches/patch-slp_platformselect_h  17 Oct 2015 09:05:34 -0000
@@ -1,8 +1,8 @@
 $OpenBSD: patch-slp_platformselect_h,v 1.1 2012/08/17 21:51:49 landry Exp $
 Give it a chance to build on ppc & mips
---- slp_platformselect.h.orig  Fri Aug 17 23:44:37 2012
-+++ slp_platformselect.h       Fri Aug 17 23:46:43 2012
-@@ -18,6 +18,8 @@
+--- slp_platformselect.h.orig  Sun May 31 19:06:02 2015
++++ slp_platformselect.h       Sat Oct 17 10:34:13 2015
+@@ -20,6 +20,8 @@
  #include "platform/switch_ppc_macosx.h" /* Apple MacOS X on PowerPC */
  #elif defined(__GNUC__) && defined(_ARCH_PPC) && defined(_AIX)
  #include "platform/switch_ppc_aix.h" /* gcc on AIX/PowerPC */
@@ -11,11 +11,12 @@ Give it a chance to build on ppc & mips
  #elif defined(__GNUC__) && defined(sparc)
  #include "platform/switch_sparc_sun_gcc.h" /* SunOS sparc with gcc */
  #elif defined(__SUNPRO_C) && defined(sparc) && defined(sun)
-@@ -30,6 +32,6 @@
- #include "platform/switch_s390_unix.h"        /* Linux/S390 zSeries (64-bit) 
*/
- #elif defined(__GNUC__) && defined(__arm__)
+@@ -41,7 +43,7 @@
+ #else
  #include "platform/switch_arm32_gcc.h" /* gcc using arm32 */
+ #endif
 -#elif defined(__GNUC__) && defined(__mips__) && defined(__linux__)
 +#elif defined(__GNUC__) && defined(__mips__)
  #include "platform/switch_mips_unix.h" /* Linux/MIPS */
- #endif
+ #elif defined(__GNUC__) && defined(__aarch64__)
+ #include "platform/switch_aarch64_gcc.h" /* Aarch64 ABI */

Reply via email to