pkgsrc-WIP-changes archive

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

libcthreads: fix MASTER_SITE



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 22:00:19 2015 +0200
Changeset:	a0571013377209ae8d6c459c27eaa0a798734227

Modified Files:
	libcthreads/Makefile
	libcthreads/distinfo

Log Message:
libcthreads: fix MASTER_SITE

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

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

diffstat:
 libcthreads/Makefile | 13 +++++++------
 libcthreads/distinfo |  7 ++++---
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs:
diff --git a/libcthreads/Makefile b/libcthreads/Makefile
index 35a9b8c..9be644b 100644
--- a/libcthreads/Makefile
+++ b/libcthreads/Makefile
@@ -1,18 +1,19 @@
 # $NetBSD: Makefile,v 1.1 2014/02/03 09:41:37 othyro Exp $
 #
 
-DATESTAMP=	20140105
-DISTNAME=	libcthreads-experimental-${DATESTAMP}
-PKGNAME=	${DISTNAME:S/experimental-//1}
+DISTNAME=	libcthreads-experimental-20150101
+GITHUB_PROJECT=	libcthreads
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
+PKGNAME=	${DISTNAME:S/-experimental//1}
 CATEGORIES=	sysutils
-MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSdlBOeGZJeml1T1k/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libyal/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://code.google.com/p/libcthreads/
+HOMEPAGE=	https://github.com/libyal/libcthreads/
 COMMENT=	Library for cross-platform C threads functions
 LICENSE=	gnu-lgpl-v3
 
-WRKSRC=		${WRKDIR}/libcthreads-${DATESTAMP}
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_TOOLS+=	msgfmt msgmerge pkg-config xgettext
diff --git a/libcthreads/distinfo b/libcthreads/distinfo
index 876a538..23dc3b4 100644
--- a/libcthreads/distinfo
+++ b/libcthreads/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/02/03 09:41:37 othyro Exp $
 
-SHA1 (libcthreads-experimental-20140105.tar.gz) = 2e576a6438eea52c4c126f880a0a6d31f37006b1
-RMD160 (libcthreads-experimental-20140105.tar.gz) = 644d3d9d5a60c628ecf92803dcb357aef2711f38
-Size (libcthreads-experimental-20140105.tar.gz) = 482051 bytes
+SHA1 (libcthreads-experimental-20150101.tar.gz) = 75e6543a6b2dd73ba3a9ec80857b7b8bf1a4c285
+RMD160 (libcthreads-experimental-20150101.tar.gz) = 772e2c9260542e087015c429b388fe428ef699b6
+SHA512 (libcthreads-experimental-20150101.tar.gz) = 92f264cdc30a79e8ac8d857674393d7c0436362b5427b017c5614b483369113a2692bd97e23466b951038ce5139e7905f22596375c2a0d183ec9ecc6b5477568
+Size (libcthreads-experimental-20150101.tar.gz) = 483631 bytes


Home | Main Index | Thread Index | Old Index