Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 10:24:58 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558151 - in head: . devel devel/tailor
Message-ID:  <202012151024.0BFAOw3q019462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <portmaster@bsdforge.com> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012151024.0BFAOw3q019462>