Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 10:12:24 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <202007301012.06UACOQ9094833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007301012.06UACOQ9094833>