pkgsrc-WIP-changes archive

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

faast: fix master site (XXX is the PLIST really supposed to be empty?)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu Nov 12 20:15:38 2015 +0100
Changeset:	66bb3b4528bc8c3b7b21874b55abb548b068533a

Modified Files:
	faast/Makefile
	faast/distinfo

Log Message:
faast: fix master site (XXX is the PLIST really supposed to be empty?)

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

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

diffstat:
 faast/Makefile | 11 ++++++-----
 faast/distinfo |  7 ++++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs:
diff --git a/faast/Makefile b/faast/Makefile
index 72ae109..6c350f4 100644
--- a/faast/Makefile
+++ b/faast/Makefile
@@ -3,16 +3,17 @@
 
 DISTNAME=	faast-0.2.0
 CATEGORIES=	math
-MASTER_SITES=	http://www.lix.polytechnique.fr/~defeo/FAAST/download/
-EXTRACT_SUFX=	.tar.bz2
+MASTER_SITES=	${MASTER_SITE_GITHUB:=defeo/}
+GITHUB_PROJECT=	FAAST
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	http://www.lix.polytechnique.fr/~defeo/FAAST
-COMMENT= Library for Fast Arithmetics in Artin-Schreier Towers
+HOMEPAGE=	https://github.com/defeo/FAAST
+COMMENT=	Library for Fast Arithmetics in Artin-Schreier Towers
 LICENSE=	gnu-gpl-v2
 
 GNU_CONFIGURE=	yes
-USE_LIBTOOL=		yes
+USE_LIBTOOL=	yes
 USE_LANGUAGES=	c c++
 
 .include "../../math/ntl/buildlink3.mk"
diff --git a/faast/distinfo b/faast/distinfo
index acb328b..fb2b465 100644
--- a/faast/distinfo
+++ b/faast/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2012/01/01 15:11:20 jihbed Exp $
 
-SHA1 (faast-0.2.0.tar.bz2) = bb54582e1ebfecb0beb4a47d46ba9e0dfbe15001
-RMD160 (faast-0.2.0.tar.bz2) = 99785bc8aa5886af503158828f4f2ef30c2cde0b
-Size (faast-0.2.0.tar.bz2) = 316771 bytes
+SHA1 (faast-0.2.0.tar.gz) = c70e497d7266aabcc03097d43dd9903eaf915946
+RMD160 (faast-0.2.0.tar.gz) = fab9fe3a2b215df9009c343c4138fdc184c38259
+SHA512 (faast-0.2.0.tar.gz) = 89c034425b371afc633b2a63040796dc26206d5ba0ee0d7faf2e59996ef0702a3071c92310105d6f39a261f2fdf4b2151958346b62a267ca9ae8f0a1d64bbcb6
+Size (faast-0.2.0.tar.gz) = 407700 bytes


Home | Main Index | Thread Index | Old Index