From owner-svn-ports-all@freebsd.org Thu Jul 30 10:12:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C97F37F95C; Thu, 30 Jul 2020 10:12:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BHR6d2h2Pz48xQ; Thu, 30 Jul 2020 10:12:25 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F3B1F6DB; Thu, 30 Jul 2020 10:12:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06UACPMG094838; Thu, 30 Jul 2020 10:12:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06UACOQ9094833; Thu, 30 Jul 2020 10:12:24 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202007301012.06UACOQ9094833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 30 Jul 2020 10:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543785 - in head/sysutils: openshift-install-devel openshift-install45 openshift-install46 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/sysutils: openshift-install-devel openshift-install45 openshift-install46 X-SVN-Commit-Revision: 543785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2020 10:12:25 -0000 Author: mat Date: Thu Jul 30 10:12:24 2020 New Revision: 543785 URL: https://svnweb.freebsd.org/changeset/ports/543785 Log: Cleanup unused variable. Modified: head/sysutils/openshift-install-devel/Makefile (contents, props changed) head/sysutils/openshift-install45/Makefile (contents, props changed) head/sysutils/openshift-install46/Makefile (contents, props changed) Modified: head/sysutils/openshift-install-devel/Makefile ============================================================================== --- head/sysutils/openshift-install-devel/Makefile Thu Jul 30 10:05:34 2020 (r543784) +++ head/sysutils/openshift-install-devel/Makefile Thu Jul 30 10:12:24 2020 (r543785) @@ -6,7 +6,6 @@ PORTVERSION= ${GH_TAGNAME:C/^([0-9]{4})(.*)/\1/} DISTVERSIONPREFIX= release- PORTREVISION= 1 CATEGORIES= sysutils -DISTNAME= ${GH_TAGNAME}.zip MAINTAINER= jhixson@freebsd.org COMMENT= RedHat OpenShift installer Modified: head/sysutils/openshift-install45/Makefile ============================================================================== --- head/sysutils/openshift-install45/Makefile Thu Jul 30 10:05:34 2020 (r543784) +++ head/sysutils/openshift-install45/Makefile Thu Jul 30 10:12:24 2020 (r543785) @@ -7,7 +7,6 @@ DISTVERSIONPREFIX= release- PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= ${PORTVERSION:S/.//g} -DISTNAME= ${GIT_TAGNAME}.zip MAINTAINER= jhixson@freebsd.org COMMENT= RedHat OpenShift 4.5 installer Modified: head/sysutils/openshift-install46/Makefile ============================================================================== --- head/sysutils/openshift-install46/Makefile Thu Jul 30 10:05:34 2020 (r543784) +++ head/sysutils/openshift-install46/Makefile Thu Jul 30 10:12:24 2020 (r543785) @@ -7,7 +7,6 @@ DISTVERSIONPREFIX= release- PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= ${PORTVERSION:S/.//g} -DISTNAME= ${GH_TAGNAME}.zip MAINTAINER= jhixson@freebsd.org COMMENT= RedHat OpenShift 4.6 installer