pkgsrc-WIP-changes archive

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

libcpath: fix master site



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu Nov 12 19:54:13 2015 +0100
Changeset:	2d7a1704c57efac5cff39e3dbc9f34d4d1ca59f2

Modified Files:
	libcpath/Makefile
	libcpath/distinfo

Log Message:
libcpath: 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=2d7a1704c57efac5cff39e3dbc9f34d4d1ca59f2

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

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

diffs:
diff --git a/libcpath/Makefile b/libcpath/Makefile
index af189a8..c4ac2eb 100644
--- a/libcpath/Makefile
+++ b/libcpath/Makefile
@@ -1,17 +1,18 @@
 # $NetBSD: Makefile,v 1.3 2014/02/03 09:27:15 othyro Exp $
 
-DATESTAMP=	20140105
-DISTNAME=	libcpath-alpha-${DATESTAMP}
+DISTNAME=	libcpath-alpha-20150101
+GITHUB_PROJECT=	libcpath
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
 PKGNAME=	${DISTNAME:S/-alpha//1}
-CATEGORIES=	devel
-MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSOGFVQUwtOHlEWjQ/
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libyal/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://code.google.com/p/libcpath/
+HOMEPAGE=	https://github.com/libyal/libcpath
 COMMENT=	Library for cross-platform C path functions
 LICENSE=	gnu-lgpl-v3
 
-WRKSRC=		${WRKDIR}/libcpath-${DATESTAMP}
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_TOOLS+=	msgfmt msgmerge pkg-config xgettext
diff --git a/libcpath/distinfo b/libcpath/distinfo
index 9db2972..ca506f8 100644
--- a/libcpath/distinfo
+++ b/libcpath/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.3 2014/02/03 09:27:15 othyro Exp $
 
-SHA1 (libcpath-alpha-20140105.tar.gz) = 9f0a7472c61145145b8ec8510244fa4b3b1de5b1
-RMD160 (libcpath-alpha-20140105.tar.gz) = 04763ef3f5ee994272ad2aba09ac874bca60bbd9
-Size (libcpath-alpha-20140105.tar.gz) = 932002 bytes
+SHA1 (libcpath-alpha-20150101.tar.gz) = c1a6268a0717520910c77a152d241a1ca02213c5
+RMD160 (libcpath-alpha-20150101.tar.gz) = ed9ae7a0422524cf1552a7ac300dadceb1ecf4c4
+SHA512 (libcpath-alpha-20150101.tar.gz) = 17c3679ef248b4bf2db2d2194c9e521465328ea7c98078b8ce69d43ce2e31ba6fe1d1f69c5355b1ffc5de36fc5f85d10c075f49444eb81d45f6a7299946f502b
+Size (libcpath-alpha-20150101.tar.gz) = 937363 bytes


Home | Main Index | Thread Index | Old Index