Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2020 08:05:10 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544672 - head/lang/vala
Message-ID:  <202008110805.07B85AYv093208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Aug 11 08:05:10 2020
New Revision: 544672
URL: https://svnweb.freebsd.org/changeset/ports/544672

Log:
  Remove write-only variable (it was introduced in r313633 and used for both
  MAN1 and PLIST_SUB at those times, but never garbage-collected afterward).

Modified:
  head/lang/vala/Makefile

Modified: head/lang/vala/Makefile
==============================================================================
--- head/lang/vala/Makefile	Tue Aug 11 07:50:21 2020	(r544671)
+++ head/lang/vala/Makefile	Tue Aug 11 08:05:10 2020	(r544672)
@@ -24,8 +24,6 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-VALA_VER=	${PORTVERSION:R}
-
-PLIST_SUB=	VERSION=0.40
+PLIST_SUB=	VERSION=${PORTVERSION:R}
 
 .include <bsd.port.mk>



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