Hi, ports@:

   Here is a simple patch for devel/py-crc32c to update 
to 2.3. It build well and pass all tests on amd64-current system.

  Only one port depends on it security/boofuzz, it build and 
run well with this patch.


Regards,
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-crc32c/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    11 Mar 2022 18:52:38 -0000      1.7
+++ Makefile    11 Jul 2022 02:26:11 -0000
@@ -1,6 +1,6 @@
 COMMENT =      implemention of the crc32c algorithm in hardware
 
-MODPY_EGG_VERSION =    2.2
+MODPY_EGG_VERSION =    2.3
 
 DISTNAME =     crc32c-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-crc32c/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    28 Feb 2022 11:31:39 -0000      1.2
+++ distinfo    11 Jul 2022 02:26:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (crc32c-2.2.tar.gz) = JkP2Pck1Jg8BeIkBCZjKy306U1tAFk1oikKElDliibg=
-SIZE (crc32c-2.2.tar.gz) = 38417
+SHA256 (crc32c-2.3.tar.gz) = F85sWWrQ1T31Lc1y3vtmmErqvZj77+p7qEimtr3s42o=
+SIZE (crc32c-2.3.tar.gz) = 38525

Reply via email to