diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-07 21:33:49 -0500 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-07 23:05:21 -0500 |
commit | 06a08e69f3acb846ad8252945f53c3a2d211e303 (patch) | |
tree | 1016fb91b84c00db859a3f4531d7a22e23f1746f /filesystems | |
parent | python.mk: remove setuptools from RUN_DEPENDS (diff) |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/py-fs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/py-fs2/Makefile | 1 | ||||
-rw-r--r-- | filesystems/py-libzfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/py-zfs-autobackup/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/filesystems/py-fs/Makefile b/filesystems/py-fs/Makefile index f9b5d57677ca..27ac4cd68589 100644 --- a/filesystems/py-fs/Makefile +++ b/filesystems/py-fs/Makefile @@ -1,6 +1,6 @@ PORTNAME= fs PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-fs2/Makefile b/filesystems/py-fs2/Makefile index b6f702cdbce5..939c4668d6a9 100644 --- a/filesystems/py-fs2/Makefile +++ b/filesystems/py-fs2/Makefile @@ -1,5 +1,6 @@ PORTNAME= fs PORTVERSION= 2.4.16 +PORTREVISION= 1 CATEGORIES= filesystems devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-libzfs/Makefile b/filesystems/py-libzfs/Makefile index 892800055c2c..5b39bd449964 100644 --- a/filesystems/py-libzfs/Makefile +++ b/filesystems/py-libzfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= libzfs PORTVERSION= 1.1.2023020700 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= filesystems devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-zfs-autobackup/Makefile b/filesystems/py-zfs-autobackup/Makefile index 761fee682aa9..4069527ff20b 100644 --- a/filesystems/py-zfs-autobackup/Makefile +++ b/filesystems/py-zfs-autobackup/Makefile @@ -1,6 +1,7 @@ PORTNAME= zfs-autobackup DISTVERSIONPREFIX= v DISTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= filesystems sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |