summaryrefslogtreecommitdiff
path: root/devel/pycdc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pycdc/Makefile')
-rw-r--r--devel/pycdc/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/pycdc/Makefile b/devel/pycdc/Makefile
index 5e8471feb2fb..8e755fdc9ea8 100644
--- a/devel/pycdc/Makefile
+++ b/devel/pycdc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pycdc
-DISTVERSION= g20240806
+DISTVERSION= g20250704
CATEGORIES= devel
MAINTAINER= tiago.gasiba@gmail.com
@@ -12,19 +12,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= bash:shells/bash
USES= cmake compiler:c++11-lang python:env,test shebangfix
-SHEBANG_FILES= scripts/pymultic scripts/token_dump tests/*.sh
USE_GITHUB= yes
GH_ACCOUNT= zrax
-GH_TAGNAME= 48d1bfa
+GH_TAGNAME= a267bfb
+
+SHEBANG_FILES= scripts/pymultic scripts/token_dump tests/run_tests.py
TEST_TARGET= check
PLIST_FILES= bin/pycdas \
bin/pycdc
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' \
- ${PATCH_WRKSRC}/tests/decompyle_test.sh
-
.include <bsd.port.mk>