svn commit: r473459 - head/lang/erlang-runtime21

Antoine Brodin antoine at FreeBSD.org
Wed Jun 27 20:58:39 UTC 2018


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


More information about the svn-ports-all mailing list