Index: MOVED =================================================================== --- MOVED +++ MOVED @@ -15500,7 +15500,6 @@ devel/py_static_check||2020-09-19|Has expired: Uses deprecated version of python devel/pyst||2020-09-19|Has expired: Uses deprecated version of python devel/runsnakerun||2020-09-19|Has expired: Uses deprecated version of python -devel/tailor||2020-09-19|Has expired: Uses deprecated version of python devel/uatraits||2020-09-19|Has expired: Uses deprecated version of python dns/nsec3walker||2020-09-19|Has expired: Uses deprecated version of python dns/sshfp||2020-09-19|Has expired: Uses deprecated version of python Index: devel/Makefile =================================================================== --- devel/Makefile +++ devel/Makefile @@ -6737,6 +6737,7 @@ SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tablist + SUBDIR += tailor SUBDIR += talloc SUBDIR += taskctl SUBDIR += taskflow Index: devel/tailor/Makefile =================================================================== --- devel/tailor/Makefile +++ devel/tailor/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tailor -PORTVERSION= 0.9.35 -PORTREVISION= 1 +PORTVERSION= 0.9.36 CATEGORIES= devel python MASTER_SITES= https://BSDforge.com/projects/source/devel/tailor/ @@ -13,16 +12,15 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - RUN_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync -USES= python:2.7 -USE_PYTHON= distutils +USES= python:3.7+ tar:txz +USE_PYTHON= autoplist distutils NO_ARCH= yes OPTIONS_DEFINE= DOCS + +PORTDOCS= README.* post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Index: devel/tailor/distinfo =================================================================== --- devel/tailor/distinfo +++ devel/tailor/distinfo @@ -1,2 +1,3 @@ -SHA256 (tailor-0.9.35.tar.gz) = 50b6eac61103636a9acb72a0b88e915dcc8baa1dcd9675e358aad8deaf622a18 -SIZE (tailor-0.9.35.tar.gz) = 228650 +TIMESTAMP = 1607763849 +SHA256 (tailor-0.9.36.txz) = 244dd55b21356e7479ddee857ea31200d5af5120f31445a2d8416c38402c8003 +SIZE (tailor-0.9.36.txz) = 159820 Index: devel/tailor/files/patch-vcpx_tailor.py =================================================================== --- /dev/null +++ devel/tailor/files/patch-vcpx_tailor.py @@ -0,0 +1,11 @@ +--- vcpx/tailor.py.orig 2020-12-12 03:49:54 UTC ++++ vcpx/tailor.py +@@ -11,7 +11,7 @@ Implement the frontend functionalities. + + __docformat__ = 'reStructuredText' + +-__version__ = '0.9.35' ++__version__ = '0.9.36' + + from logging import getLogger + from optparse import OptionParser, OptionGroup, Option