From owner-svn-ports-head@freebsd.org Tue Dec 15 10:24:59 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0E1BB4B0A92; Tue, 15 Dec 2020 10:24:59 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CwDsQ72t7z3Qt6; Tue, 15 Dec 2020 10:24:58 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4C3F12887; Tue, 15 Dec 2020 10:24:58 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BFAOwwm019466; Tue, 15 Dec 2020 10:24:58 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BFAOw3q019462; Tue, 15 Dec 2020 10:24:58 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202012151024.0BFAOw3q019462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Tue, 15 Dec 2020 10:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558151 - in head: . devel devel/tailor X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head: . devel devel/tailor X-SVN-Commit-Revision: 558151 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 10:24:59 -0000 Author: rhurlin Date: Tue Dec 15 10:24:57 2020 New Revision: 558151 URL: https://svnweb.freebsd.org/changeset/ports/558151 Log: devel/tailor: Re-add port and update to 0.9.36 Re-add expired port and update from 0.9.35 to 0.9.36. Use Python 3.7+ now. PR: 251777 Submitted by: Chris Hutchinson (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27590 Added: head/devel/tailor/ - copied from r528058, head/devel/tailor/ Deleted: head/devel/tailor/pkg-plist Modified: head/MOVED head/devel/Makefile head/devel/tailor/Makefile head/devel/tailor/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Tue Dec 15 09:11:05 2020 (r558150) +++ head/MOVED Tue Dec 15 10:24:57 2020 (r558151) @@ -15500,7 +15500,6 @@ devel/py-subvertpy||2020-09-19|Has expired: Uses depre 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 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Dec 15 09:11:05 2020 (r558150) +++ head/devel/Makefile Tue Dec 15 10:24:57 2020 (r558151) @@ -6743,6 +6743,7 @@ SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tablist + SUBDIR += tailor SUBDIR += talloc SUBDIR += taskctl SUBDIR += taskflow Modified: head/devel/tailor/Makefile ============================================================================== --- head/devel/tailor/Makefile Sun Mar 8 17:01:46 2020 (r528058) +++ head/devel/tailor/Makefile Tue Dec 15 10:24:57 2020 (r558151) @@ -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,17 @@ COMMENT= Migrates changesets between version control s LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} +RUN_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync \ + ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -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} Modified: head/devel/tailor/distinfo ============================================================================== --- head/devel/tailor/distinfo Sun Mar 8 17:01:46 2020 (r528058) +++ head/devel/tailor/distinfo Tue Dec 15 10:24:57 2020 (r558151) @@ -1,2 +1,3 @@ -SHA256 (tailor-0.9.35.tar.gz) = 50b6eac61103636a9acb72a0b88e915dcc8baa1dcd9675e358aad8deaf622a18 -SIZE (tailor-0.9.35.tar.gz) = 228650 +TIMESTAMP = 1608011529 +SHA256 (tailor-0.9.36.txz) = 1e832ca60dcc2a270a28c3f7527b612eb53903cb84aab9ecbf8e8ddc3876dbe9 +SIZE (tailor-0.9.36.txz) = 169680