pkgsrc-WIP-changes archive

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

Convert to gitlab .tar.bz2 file instead of git clone.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sat Nov 2 17:20:51 2019 +0100
Changeset:	72d6336171c35cbb6b70382eae3dcd8d2ffb735f

Modified Files:
	nget/Makefile
Added Files:
	nget/distinfo

Log Message:
Convert to gitlab .tar.bz2 file instead of git clone.

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

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

diffstat:
 nget/Makefile | 14 ++++++++------
 nget/distinfo |  6 ++++++
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs:
diff --git a/nget/Makefile b/nget/Makefile
index e00a9e4c22..33917cac80 100644
--- a/nget/Makefile
+++ b/nget/Makefile
@@ -1,11 +1,14 @@
 # $NetBSD$
 
-DISTNAME=		nget-0.30
+PKGNAME=		nget-${VER}
+VER=			0.30
 CATEGORIES=		news
-MASTER_SITES=		https://gitlab.com/Rhialto/nget/
-GIT_REPO=		https://gitlab.com/Rhialto/nget.git
-GIT_TAG=		nget-0_30
-EXTRACT_SUFX=		# none
+MASTER_SITES=		https://gitlab.com/Rhialto/nget/-/archive/${GIT_TAG}/
+EXTRACT_SUFX=		.tar.bz2
+DISTNAME=		${GIT_TAG}-${PKGNAME}
+GIT_TAG=		nget-${VER:S/./_/}
+GIT_REV=		9f094102c7ff90673f658aa7e3357311ae81a78a
+WRKSRC=			${WRKDIR}/nget-${GIT_TAG}-${GIT_REV}
 
 MAINTAINER=		rhialto%NetBSD.org@localhost
 HOMEPAGE=		https://gitlab.com/Rhialto/nget/
@@ -40,5 +43,4 @@ post-install:
 .include "../../devel/popt/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/nget/distinfo b/nget/distinfo
new file mode 100644
index 0000000000..a7cbe897f2
--- /dev/null
+++ b/nget/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nget-0_30-nget-0.30.tar.bz2) = 160fa8aced033ff434cdd28515e6331a7215edb8
+RMD160 (nget-0_30-nget-0.30.tar.bz2) = e62c14e1c302057cf89f962d3741ef303b0cdc4f
+SHA512 (nget-0_30-nget-0.30.tar.bz2) = f9e1c5be2aa86685e3600f62f5cca258cf0f9bed2c06671d67443d9d1e251501a5967596c9fe6ea3498b2321e722997cc4b04ef602c9c6259c65339c31ee4860
+Size (nget-0_30-nget-0.30.tar.bz2) = 382179 bytes


Home | Main Index | Thread Index | Old Index