pkgsrc-WIP-changes archive

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

sds: Use wip/mk/git-package.mk



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

Modified Files:
	sds/Makefile

Log Message:
sds: Use wip/mk/git-package.mk

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

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

diffstat:
 sds/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diffs:
diff --git a/sds/Makefile b/sds/Makefile
index 9d2d4ea20d..2c0dc3f2a3 100644
--- a/sds/Makefile
+++ b/sds/Makefile
@@ -2,11 +2,8 @@
 
 PKGNAME=	sds-2.0.0
 CATEGORIES=	devel
-GHCOMMIT=	fb463145c9c245636feb28b5aac0fc897e16f67e
-DISTNAME=	${GHCOMMIT}
-MASTER_SITES=	${MASTER_SITE_GITHUB:=antirez/sds/archive/}
-DIST_SUBDIR=	sds
-WRKSRC=		${WRKDIR}/sds-${GHCOMMIT}
+GIT_REPO=	https://github.com/antirez/sds
+GIT_REVISION=	fb463145c9c245636feb28b5aac0fc897e16f67e
 
 MAINTAINER=	micha%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/antirez/sds/


Home | Main Index | Thread Index | Old Index