pkgsrc-WIP-changes archive

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

sds: Use "nb<date>" suffix for version number



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Jul 14 12:14:38 2021 +0200
Changeset:	5ee6d4dcaf734afe14e636da5aac258862e5b3aa

Modified Files:
	sds/Makefile

Log Message:
sds: Use "nb<date>" suffix for version number

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

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

diffstat:
 sds/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/sds/Makefile b/sds/Makefile
index 490f047f3d..9d2d4ea20d 100644
--- a/sds/Makefile
+++ b/sds/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	sds-2.0.0.974b5d1
+PKGNAME=	sds-2.0.0
 CATEGORIES=	devel
 GHCOMMIT=	fb463145c9c245636feb28b5aac0fc897e16f67e
 DISTNAME=	${GHCOMMIT}
@@ -22,4 +22,5 @@ do-install:
 do-test:
 	${WRKSRC}/sds-test
 
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index