From 6639ee6c2ba6761499bde8fb5e47bba0da55688a Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 17 Jun 2026 01:17:48 +0000 Subject: [PATCH] fix edit mistake done when wrangling PLISTs to handle py3-packages that were removed during the 7.9->-current cycle (specifically, go back to py3-backports-zstd that accientally got changed to py2-backports-zstd) --- lang/python/3/Makefile | 1 + lang/python/3/pkg/PLIST-main | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/python/3/Makefile b/lang/python/3/Makefile index df5a6ca5be1..5ac70fffc5c 100644 --- a/lang/python/3/Makefile +++ b/lang/python/3/Makefile @@ -4,6 +4,7 @@ # Python itself. FULL_VERSION = 3.14.5 +REVISION-main = 0 SHARED_LIBS = python3.14 0.0 VERSION_SPEC = >=3.14 PORTROACH = limit:^3\.14 diff --git a/lang/python/3/pkg/PLIST-main b/lang/python/3/pkg/PLIST-main index 39d92b49a07..3408166d626 100644 --- a/lang/python/3/pkg/PLIST-main +++ b/lang/python/3/pkg/PLIST-main @@ -12,7 +12,7 @@ @conflict glade-* @conflict hotdoc-* @conflict py3-bsddb3-* -@conflict py2-backports-zstd-* +@conflict py3-backports-zstd-* @pkgpath devel/glade @pkgpath textproc/hotdoc @pkgpath databases/py-bsddb3