[Bug 244219] devel/py-buildbot upgrade to 2.6.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 18 22:59:33 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244219

            Bug ID: 244219
           Summary: devel/py-buildbot upgrade to 2.6.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs at FreeBSD.org
          Reporter: ari at ish.com.au
             Flags: maintainer-feedback?(koobs at FreeBSD.org)
          Assignee: koobs at FreeBSD.org

The upgrade was pretty simple:

--- Makefile.orig       2019-06-01 23:58:51.000000000 +1000
+++ Makefile    2020-02-19 09:45:00.297956000 +1100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/py-buildbot/Makefile 503238 2019-06-01 13:58:51Z koobs
$

 PORTNAME=      buildbot
-PORTVERSION=   2.3.1
+PORTVERSION=   2.6.0
 CATEGORIES=    devel python
 MASTER_SITES=  CHEESESHOP
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -29,8 +29,8 @@
                ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \
                ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \
                ${PYTHON_PKGNAMEPREFIX}lz4>=0:archivers/py-lz4@${PY_FLAVOR} \
-              
${PYTHON_PKGNAMEPREFIX}buildbot-pkg>0:devel/py-buildbot-pkg@${PY_FLAVOR}
-# to be ported ${PYTHON_PKGNAMEPREFIX}pyjade>0:www/py-pyjade@${PY_FLAVOR}
+              
${PYTHON_PKGNAMEPREFIX}buildbot-pkg>0:devel/py-buildbot-pkg@${PY_FLAVOR} \
+                ${PYTHON_PKGNAMEPREFIX}pyjade>0:www/py-pyjade@${PY_FLAVOR}
 # to be ported  ${PYTHON_PKGNAMEPREFIX}moto>0:www/py-moto@${PY_FLAVOR}
 # to be ported
${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parametrized@${PY_FLAVOR}

and I removed files/patch-setup.py which is no longer needed.

Then ran `make makesum` and built as normal from there.



Also, what do you think about adding

    buildbot upgrade-master ${buildbot_basedir}

to buildbot_prestart() in the rc.d script? I don't think it hurts if it has
nothing to do.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list