svn commit: r543785 - in head/sysutils: openshift-install-devel openshift-install45 openshift-install46

Mathieu Arnold mat at FreeBSD.org
Thu Jul 30 10:12:25 UTC 2020


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 at 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 at 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 at freebsd.org
 COMMENT=	RedHat OpenShift 4.6 installer


More information about the svn-ports-all mailing list