pkgsrc-WIP-changes archive

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

distbb: set version to YYYY.MM.DD of checkout



Module Name:	pkgsrc-wip
Committed By:	Aleksey Cheusov <vle%gmx.net@localhost>
Pushed By:	cheusov
Date:		Mon May 27 23:50:04 2024 +0400
Changeset:	025258168f187e85307d6160808d124a7fc6e50a

Modified Files:
	distbb-git/Makefile

Log Message:
distbb: set version to YYYY.MM.DD of checkout

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

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

diffstat:
 distbb-git/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/distbb-git/Makefile b/distbb-git/Makefile
index 85937ba7a2..3bc6d33e9b 100644
--- a/distbb-git/Makefile
+++ b/distbb-git/Makefile
@@ -1,7 +1,8 @@
 # $NetBSD: Makefile,v 1.20 2014/08/03 19:48:22 cheusov Exp $
 #
 
-DISTNAME=	distbb-9
+DISTNAME=	distbb-${_GIT_PKGVERSION}
+PKGREVISION=
 CATEGORIES=	pkgtools
 
 MAINTAINER=	cheusov%NetBSD.org@localhost
@@ -41,6 +42,7 @@ CONF_FILES+=		${EGDIR}/distbb.local.mk ${PKG_SYSCONFDIR}/distbb.local.mk
 
 MAKE_FLAGS+=		EGDIR=${EGDIR}
 MAKE_ENV+=		DOC_FILES='README LICENSE NEWS TODO TUTORIAL.pod'
+MAKE_ENV+=		VERSION=${_GIT_PKGVERSION}
 
 post-install:
 .for f in ${DOCFILES}


Home | Main Index | Thread Index | Old Index