Date: Sat, 12 Mar 2022 10:41:38 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 373256ccc630 - main - devel/py-buildbot-worker: Update version 3.4.1=>3.5.0 Message-ID: <202203121041.22CAfcp2053014@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=373256ccc630d16d324aa878d2be600b2ce207cf commit 373256ccc630d16d324aa878d2be600b2ce207cf Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-03-12 09:10:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-12 10:41:32 +0000 devel/py-buildbot-worker: Update version 3.4.1=>3.5.0 Relnotes: https://github.com/buildbot/buildbot/releases/tag/v3.5.0 --- devel/py-buildbot-worker/Makefile | 15 ++++++++------- devel/py-buildbot-worker/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile index 4d7b5e94cddc..e6e98ea8b3fd 100644 --- a/devel/py-buildbot-worker/Makefile +++ b/devel/py-buildbot-worker/Makefile @@ -1,7 +1,7 @@ # Created by: Frederic Praca <frederic.praca@freebsd-fr.org> PORTNAME= buildbot-worker -PORTVERSION= 3.4.1 +PORTVERSION= 3.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,21 +12,22 @@ COMMENT= Buildbot Worker Daemon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=17.9.0:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twisted>=17.9.0:devel/py-twisted@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils USE_RC_SUBR= buildbot-worker -SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} PYTHON_VER=${PYTHON_VER} -BUILDBOT_REMOVE_ME= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/buildbot_worker - NO_ARCH= yes +SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} \ + PYTHON_VER=${PYTHON_VER} + +BUILDBOT_REMOVE_ME= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/buildbot_worker -PLIST_FILES= man/man1/buildbot-worker.1.gz POST_PLIST+= fix-plist +PLIST_FILES= man/man1/buildbot-worker.1.gz # XXX fixup plist. see: # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205056 diff --git a/devel/py-buildbot-worker/distinfo b/devel/py-buildbot-worker/distinfo index 8abe67d2d699..b1448604213a 100644 --- a/devel/py-buildbot-worker/distinfo +++ b/devel/py-buildbot-worker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645059919 -SHA256 (buildbot-worker-3.4.1.tar.gz) = f70754be9d34bee3fba5e27e3a8e20b872df233d18587c29eaaff394a38ea178 -SIZE (buildbot-worker-3.4.1.tar.gz) = 103123 +TIMESTAMP = 1646763855 +SHA256 (buildbot-worker-3.5.0.tar.gz) = 1d91f74dd1f9761af77fa7afdb93b74a03cf35b88518c980a7d0c7c1c6ffd8c0 +SIZE (buildbot-worker-3.5.0.tar.gz) = 111349
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203121041.22CAfcp2053014>