Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 20:58:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473459 - head/lang/erlang-runtime21
Message-ID:  <201806272058.w5RKwcr0095478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jun 27 20:58:38 2018
New Revision: 473459
URL: https://svnweb.freebsd.org/changeset/ports/473459

Log:
  Fix PKGNAME

Modified:
  head/lang/erlang-runtime21/Makefile

Modified: head/lang/erlang-runtime21/Makefile
==============================================================================
--- head/lang/erlang-runtime21/Makefile	Wed Jun 27 20:50:53 2018	(r473458)
+++ head/lang/erlang-runtime21/Makefile	Wed Jun 27 20:58:38 2018	(r473459)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.erlang.org/download/:erlangor
 		http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg	\
 		http://olgeni.olgeni.com/~olgeni/distfiles/:local		\
 		LOCAL/olgeni:local
-PKGNAMESUFFIX=	-runtime20
+PKGNAMESUFFIX=	-runtime21
 DISTNAME=	otp_src_${ERLANG_REL}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:erlangorg		\
 		preloaded-${PORTVERSION}${EXTRACT_SUFX}:local



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