devel/tailor: update to 0.9.37

PR:	256543
This commit is contained in:
Chris Hutchinson 2021-06-11 13:23:24 -07:00 committed by Neel Chauhan
parent a86911f7d5
commit df2cb225d0
3 changed files with 14 additions and 8 deletions

View file

@ -1,9 +1,8 @@
# Created by: Rui Lopes <rgl ruilopes com>
PORTNAME= tailor
PORTVERSION= 0.9.36
DISTVERSION= 0.9.37
CATEGORIES= devel python
MASTER_SITES= https://BSDforge.com/projects/source/devel/tailor/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Migrates changesets between version control systems
@ -15,16 +14,22 @@ 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}
USES= python:3.7+ tar:txz
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
USE_GITLAB= yes
GL_ACCOUNT= ports1
GL_PROJECT= tailor
GL_COMMIT= 06d9068d84a4e78f30579fbdc46ed22ec9d953c7
OPTIONS_DEFINE= DOCS
PORTDOCS= README.*
PORTDOCS= README README.* DOC.*
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/DOC* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View file

@ -1,3 +1,4 @@
TIMESTAMP = 1608011529
SHA256 (tailor-0.9.36.txz) = 1e832ca60dcc2a270a28c3f7527b612eb53903cb84aab9ecbf8e8ddc3876dbe9
SIZE (tailor-0.9.36.txz) = 169680
TIMESTAMP = 1623361742
SHA256 (ports1-tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7_GL0.tar.gz) = 054990a7eba934d35d1b7d22a4a6eab6f4b0e45375ffd6f339f13b4fb6a98c7c
SHA512 (ports1-tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7_GL0.tar.gz) = cd3d100c396756be17c945363d5591a40764f39f7ecf78a9f465b61751c04ab9ce75560b287a2815fdd91ab11a9290ff3386312331d27d2a545aa8a5cad0bc17
SIZE (ports1-tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7_GL0.tar.gz) = 229962

View file

@ -2,4 +2,4 @@ Tailor is a tool to migrate changesets between Aegis, ArX, Bazaar, Bazaar-NG,
CVS, Codeville, Darcs, Git, Mercurial, Monotone, Perforce, Subversion,
and Tla repositories.
WWW: https://BSDforge.com/projects/devel/tailor
WWW: https://gitlab.com/ports1/tailor/