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)
This commit is contained in:
sthen
2026-06-17 01:17:48 +00:00
parent 6f51ca0eb4
commit 6639ee6c2b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
# Python itself. # Python itself.
FULL_VERSION = 3.14.5 FULL_VERSION = 3.14.5
REVISION-main = 0
SHARED_LIBS = python3.14 0.0 SHARED_LIBS = python3.14 0.0
VERSION_SPEC = >=3.14 VERSION_SPEC = >=3.14
PORTROACH = limit:^3\.14 PORTROACH = limit:^3\.14
+1 -1
View File
@@ -12,7 +12,7 @@
@conflict glade-* @conflict glade-*
@conflict hotdoc-* @conflict hotdoc-*
@conflict py3-bsddb3-* @conflict py3-bsddb3-*
@conflict py2-backports-zstd-* @conflict py3-backports-zstd-*
@pkgpath devel/glade @pkgpath devel/glade
@pkgpath textproc/hotdoc @pkgpath textproc/hotdoc
@pkgpath databases/py-bsddb3 @pkgpath databases/py-bsddb3