pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fixed version string in dlt-daemon.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed May 10 20:50:48 2017 +0200
Changeset:	359f08d7a7c2c3cb21b06c2f82445e659a3b2460

Modified Files:
	dlt-daemon/Makefile

Log Message:
Fixed version string in dlt-daemon.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=359f08d7a7c2c3cb21b06c2f82445e659a3b2460

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dlt-daemon/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/dlt-daemon/Makefile b/dlt-daemon/Makefile
index fad025ef10..aa09c07b75 100644
--- a/dlt-daemon/Makefile
+++ b/dlt-daemon/Makefile
@@ -1,10 +1,12 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	dlt-daemon
-DISTNAME=	v2.16.0
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+VERSION=	2.16.0
+PKGNAME=	${GITHUB_PROJECT}-${VERSION}
+DISTNAME=	v${VERSION}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=GENIVI/}
+GITHUB_TAG=	${DISTNAME}
 DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	root%zta.lk@localhost


Home | Main Index | Thread Index | Old Index