From owner-svn-ports-head@freebsd.org Fri Jul 7 03:57:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 096CCD99394; Fri, 7 Jul 2017 03:57:41 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAA02661F8; Fri, 7 Jul 2017 03:57:40 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v673veGB078084; Fri, 7 Jul 2017 03:57:40 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v673vd6V078082; Fri, 7 Jul 2017 03:57:39 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201707070357.v673vd6V078082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Fri, 7 Jul 2017 03:57:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445207 - in head/devel: buildbot-worker/files py-twisted152 X-SVN-Group: ports-head X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: in head/devel: buildbot-worker/files py-twisted152 X-SVN-Commit-Revision: 445207 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 03:57:41 -0000 Author: asomers (src committer) Date: Fri Jul 7 03:57:39 2017 New Revision: 445207 URL: https://svnweb.freebsd.org/changeset/ports/445207 Log: Fix changes unintentionally included in 445206 devel/py-twisted152/Makefile Revert all changes to this file Pointy-hat-to: asomers devel/buildbot-workers/Makefile devel/buildbot-workers/files/buildbot-worker.in Revert a 1-line change that I never intended to commit. However, leave in place the PORTREVISION bump and the other change to the RC script, which I did intend to commit, but in a separate revision, with this change message: devel/buildbot-worker rc script fails to start worker Running "service buildbot-worker start" on FreeBSD 11.0-RELEASE fails with the error "warn 'run_rc_command: cannot run -worker_program". The reason is because `name` contains a hyphen. This causes the following line in rc.subr to expand incorrectly: command=${_override_command:-$command} The solution is to change name to "buildbot_worker". PR: 219207 Reviewed by: grembo Approved by: grembo (maintainer) Modified: head/devel/buildbot-worker/files/buildbot-worker.in head/devel/py-twisted152/Makefile Modified: head/devel/buildbot-worker/files/buildbot-worker.in ============================================================================== --- head/devel/buildbot-worker/files/buildbot-worker.in Fri Jul 7 03:47:38 2017 (r445206) +++ head/devel/buildbot-worker/files/buildbot-worker.in Fri Jul 7 03:57:39 2017 (r445207) @@ -1,7 +1,7 @@ #!/bin/sh # $FreeBSD$ -# PROVIDE: buildbot_worker +# PROVIDE: buildbot-worker # REQUIRE: LOGIN # KEYWORD: shutdown # Modified: head/devel/py-twisted152/Makefile ============================================================================== --- head/devel/py-twisted152/Makefile Fri Jul 7 03:47:38 2017 (r445206) +++ head/devel/py-twisted152/Makefile Fri Jul 7 03:57:39 2017 (r445207) @@ -12,9 +12,6 @@ COMMENT= Metaport of Twisted, an event-driven networki LICENSE= MIT -DEPRECATED= Deprecated by upstream years ago. Use "USES=twisted" instead -EXPIRATION_DATE=2017-08-07 - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:devel/py-twistedCore USES= metaport python:2