svn commit: r544672 - head/lang/vala

Alexey Dokuchaev danfe at FreeBSD.org
Tue Aug 11 08:05:10 UTC 2020


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>


More information about the svn-ports-head mailing list