diff options
author | antoine <antoine@FreeBSD.org> | 2019-01-05 17:11:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-01-05 17:11:06 +0800 |
commit | 49ddf2ef9a771167da8a7a101718c9dd17db1c8c (patch) | |
tree | 42817f6065982ef200ae1b1fbcdd3d852aac7f3a | |
parent | 7a425c7549705d3611c17f9c2c7fd4f7d8765194 (diff) | |
download | freebsd-ports-gnome-49ddf2ef9a771167da8a7a101718c9dd17db1c8c.tar.gz freebsd-ports-gnome-49ddf2ef9a771167da8a7a101718c9dd17db1c8c.tar.zst freebsd-ports-gnome-49ddf2ef9a771167da8a7a101718c9dd17db1c8c.zip |
Deprecate sysutils/createrepo and sysutils/yum:
- abandoned upstream
- do not work with python3
-rw-r--r-- | sysutils/createrepo/Makefile | 3 | ||||
-rw-r--r-- | sysutils/yum/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/createrepo/Makefile b/sysutils/createrepo/Makefile index 2607c3492476..85dbcce82b01 100644 --- a/sysutils/createrepo/Makefile +++ b/sysutils/createrepo/Makefile @@ -11,6 +11,9 @@ COMMENT= Utility to create and manage RPM metadata repositories LICENSE= GPLv2 +DEPRECATED= Abandoned upstream, does not work with python3 +EXPIRATION_DATE= 2018-02-06 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlitecachec.py:devel/py-yum-metadata-parser@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/urlgrabber/__init__.py:www/py-urlgrabber@${PY_FLAVOR} \ diff --git a/sysutils/yum/Makefile b/sysutils/yum/Makefile index ef9f7336b456..b52064e216ab 100644 --- a/sysutils/yum/Makefile +++ b/sysutils/yum/Makefile @@ -13,6 +13,9 @@ COMMENT= Installer/updater for rpm LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandoned upstream, does not work with python3 +EXPIRATION_DATE= 2018-02-06 + BUILD_DEPENDS= bash:shells/bash \ intltool-update:textproc/intltool RUN_DEPENDS= bash:shells/bash \ |