pkgsrc-WIP-changes archive

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

libuna: githubify



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 18:32:22 2015 +0200
Changeset:	c9fe99ddce4531a19db38325ce936bb9b9c79f03

Modified Files:
	libuna/Makefile
	libuna/distinfo

Log Message:
libuna: githubify

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

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

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

diffs:
diff --git a/libuna/Makefile b/libuna/Makefile
index 89b7115..64fb1cc 100644
--- a/libuna/Makefile
+++ b/libuna/Makefile
@@ -1,18 +1,19 @@
 # $NetBSD: Makefile,v 1.6 2014/02/03 09:25:39 othyro Exp $
 #
 
-DATESTAMP=	20140105
-DISTNAME=	libuna-alpha-${DATESTAMP}
-PKGNAME=	${DISTNAME:S/alpha-//1}
+DISTNAME=	libuna-alpha-20150927
+GITHUB_PROJECT= libuna
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+PKGNAME=	${DISTNAME:S/-alpha//1}
 CATEGORIES=	converters
-MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSaXBjN1ZJVzVsbjQ/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libyal/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://code.google.com/p/libuna/
+HOMEPAGE=	https://github.com/libyal/libuna/
 COMMENT=	Library to support Unicode and ASCII (byte string) conversions
 LICENSE=	gnu-lgpl-v3
 
-WRKSRC=		${WRKDIR}/libuna-${DATESTAMP}
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_TOOLS+=	msgfmt msgmerge pkg-config xgettext
diff --git a/libuna/distinfo b/libuna/distinfo
index 8ea3408..353f224 100644
--- a/libuna/distinfo
+++ b/libuna/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.5 2014/02/03 09:25:39 othyro Exp $
 
-SHA1 (libuna-alpha-20140105.tar.gz) = 961b37e44bd94a0f4775da19893ddb814f0d11d6
-RMD160 (libuna-alpha-20140105.tar.gz) = f977d438bde71117d0d66115523f4e63fdf304c4
-Size (libuna-alpha-20140105.tar.gz) = 1829840 bytes
+SHA1 (libuna-alpha-20150927.tar.gz) = 1f90d329d0ed29f833aca59ae90ebece48a2ed31
+RMD160 (libuna-alpha-20150927.tar.gz) = 1ab1945219d626ea86137a144c77e92ece3c98f9
+SHA512 (libuna-alpha-20150927.tar.gz) = 5fd741814523e4e8892fad141964e69f1b64d6c0d000fb5cfab93df69083f14501fc410942cbec24a1c490ac46ffe3da150d157a4786b19fca13425a04bc0dc7
+Size (libuna-alpha-20150927.tar.gz) = 1860023 bytes


Home | Main Index | Thread Index | Old Index