Index | Thread | Search

From:
Denis Fondras <denis@openbsd.org>
Subject:
Re: devel/pycdc: update to commit 5e1c403
To:
Theo Buehler <tb@theobuehler.org>, ports@openbsd.org
Date:
Wed, 25 Dec 2024 11:46:54 +0100

Download raw body.

Thread
On Wed, Dec 25, 2024 at 11:29:34AM +0100, Theo Buehler wrote:
> On Wed, Dec 25, 2024 at 11:25:22AM +0100, Denis Fondras wrote:
> > Here is an update of devel/pycdc to the latest commit.
> > Previous version was from 2018. We can also remove the local patch.
> 
> forgotten cvs rm?
> 

Don't know why it was ignored by cvs diff :)
Here it is :

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/pycdc/Makefile,v
diff -u -p -r1.12 Makefile
--- Makefile	21 Dec 2024 11:39:34 -0000	1.12
+++ Makefile	25 Dec 2024 10:45:19 -0000
@@ -1,11 +1,10 @@
 COMMENT =	python bytecode disassembler and decompiler
 
-DISTNAME =	pycdc-0.0.20180428
-REVISION =	7
+DISTNAME =	pycdc-0.0.20241013
 
 GH_ACCOUNT =	zrax
 GH_PROJECT =	pycdc
-GH_COMMIT =	1c01ca7ee626f6794b879c5690eb741a64711625
+GH_COMMIT =	5e1c4037a96b966e4e6728c55b2d7ee8076a13c3
 
 CATEGORIES =	devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/pycdc/distinfo,v
diff -u -p -r1.1.1.1 distinfo
--- distinfo	12 Jun 2018 13:01:02 -0000	1.1.1.1
+++ distinfo	25 Dec 2024 10:45:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (pycdc-0.0.20180428-1c01ca7e.tar.gz) = jaE47BJfmKKd4DsuaaNprVCK2zcdYffaBxH+29cs87E=
-SIZE (pycdc-0.0.20180428-1c01ca7e.tar.gz) = 327068
+SHA256 (pycdc-0.0.20241013-5e1c4037.tar.gz) = v620rsgHd5+gMtTwQCs2wWe7cojkx8HgOWE8tjUO6o8=
+SIZE (pycdc-0.0.20241013-5e1c4037.tar.gz) = 367536
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt	11 Mar 2022 18:53:05 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-Fix for ports-gcc, the code generates warnings that triggers a
-build failure
-
-Index: CMakeLists.txt
---- CMakeLists.txt.orig
-+++ CMakeLists.txt
-@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.8)
- find_package(PythonInterp REQUIRED)
- 
- if(CMAKE_COMPILER_IS_GNUCXX OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
--    set(CMAKE_CXX_FLAGS "-Wall -Wextra -Werror ${CMAKE_CXX_FLAGS}")
-+    set(CMAKE_CXX_FLAGS "-Wall -Wextra ${CMAKE_CXX_FLAGS}")
- endif()
- 
- set(PYTHON_VERSIONS