mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user