pkgsrc-WIP-changes archive

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

tg-timer: Switch to using GITHUB support rather than wip/mk/git-package.mk



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Sun Jul 9 14:53:28 2023 +1000
Changeset:	cfacd1f23a4e5594d5253db770dd69b00856638e

Modified Files:
	tg-timer-git/Makefile

Log Message:
tg-timer: Switch to using GITHUB support rather than 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=cfacd1f23a4e5594d5253db770dd69b00856638e

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

diffstat:
 tg-timer-git/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diffs:
diff --git a/tg-timer-git/Makefile b/tg-timer-git/Makefile
index 98863da560..9d37d3d59e 100644
--- a/tg-timer-git/Makefile
+++ b/tg-timer-git/Makefile
@@ -1,13 +1,18 @@
 # $NetBSD$
 
-PKGNAME=		tg-timer-0
+CHECKOUT_DATE=		20230707
+PKGNAME=		tg-timer-${CHECKOUT_DATE}
 CATEGORIES=		audio
 
 MAINTAINER=		stix%stix.id.au@localhost
 HOMEPAGE=		https://github.com/vacaboja/tg
 COMMENT=		Open source Time Grapher for timing mechanical watches
 LICENSE=		gnu-gpl-v2
-GIT_REPO=		https://github.com/vacaboja/tg
+DISTNAME=		tg-${CHECKOUT_DATE}
+MASTER_SITES=		${MASTER_SITE_GITHUB:=vacaboja/}
+GITHUB_TAG=		e35241d0c7e3252f843ef869c882bc9c45c82435
+GITHUB_PROJECT=		tg
+WRKSRC=			${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 
 ICON_THEMES=		yes
 USE_LANGUAGES=		c
@@ -21,5 +26,4 @@ pre-configure:
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index