diff --git a/devel/tailor/Makefile b/devel/tailor/Makefile index 259f43c4a162..914906add4b9 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,9 +1,8 @@ # Created by: Rui Lopes 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 diff --git a/devel/tailor/distinfo b/devel/tailor/distinfo index 5aa525ec45c5..1974a879e6d9 100644 --- a/devel/tailor/distinfo +++ b/devel/tailor/distinfo @@ -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 diff --git a/devel/tailor/pkg-descr b/devel/tailor/pkg-descr index d4212b4827a4..527cfd38daeb 100644 --- a/devel/tailor/pkg-descr +++ b/devel/tailor/pkg-descr @@ -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/