Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 12:18:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530360 - in head/lang: ruby25 ruby27
Message-ID:  <202004021218.032CIhOB054371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr  2 12:18:43 2020
New Revision: 530360
URL: https://svnweb.freebsd.org/changeset/ports/530360

Log:
  Fix unintentional change in r530358 and r530359

Modified:
  head/lang/ruby25/Makefile
  head/lang/ruby27/Makefile

Modified: head/lang/ruby25/Makefile
==============================================================================
--- head/lang/ruby25/Makefile	Thu Apr  2 12:13:59 2020	(r530359)
+++ head/lang/ruby25/Makefile	Thu Apr  2 12:18:43 2020	(r530360)
@@ -113,7 +113,7 @@ MAKE_JOBS_UNSAFE=	yes
 .if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
 PLIST_SUB+=	IF_DEFAULT=""
 .else
-PKGNAMESUFFIX?=	${RUBY_VER:C/\.//}
+PKGNAMESUFFIX=	${RUBY_VER:C/\.//}
 PLIST_SUB+=	IF_DEFAULT="@comment "
 .endif
 

Modified: head/lang/ruby27/Makefile
==============================================================================
--- head/lang/ruby27/Makefile	Thu Apr  2 12:13:59 2020	(r530359)
+++ head/lang/ruby27/Makefile	Thu Apr  2 12:18:43 2020	(r530360)
@@ -114,7 +114,7 @@ MAKE_JOBS_UNSAFE=	yes
 .if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
 PLIST_SUB+=	IF_DEFAULT=""
 .else
-PKGNAMESUFFIX?=	${RUBY_VER:C/\.//}
+PKGNAMESUFFIX=	${RUBY_VER:C/\.//}
 PLIST_SUB+=	IF_DEFAULT="@comment "
 .endif
 



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