diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-06-16 17:24:47 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-06-16 17:24:47 -0400 |
commit | 802fdbd30f12e1d6d2013e55855b80fc9b365a6c (patch) | |
tree | 8aabe7fdbfa3c336f963aaf824a93e42d44e2fca | |
parent | security/openiked: Update to 7.4 (diff) |
x11-toolkits/py-tkinter: bump PORTREVISION
Compiled artefacts are different due to changed preprocessor macros and includes.
PR: 286298
Event: Kitchener-Waterloo Hackathon 202506
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index 4a859f2467f5..9d3e01ac4c4a 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -1,6 +1,6 @@ PORTNAME= tkinter DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-toolkits python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |