pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: fann: Improve distinfo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df48326e9517
branches:  trunk
changeset: 306561:df48326e9517
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Wed Apr 18 20:03:43 2018 +0000
description:
fann: Improve distinfo

Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for
distfile name.

No functional change intended.

diffstat:

 devel/fann/Makefile.common |  10 +++-------
 devel/fann/distinfo        |  10 +++++-----
 2 files changed, 8 insertions(+), 12 deletions(-)

diffs (39 lines):

diff -r dc2c0822dd24 -r df48326e9517 devel/fann/Makefile.common
--- a/devel/fann/Makefile.common        Wed Apr 18 19:59:36 2018 +0000
+++ b/devel/fann/Makefile.common        Wed Apr 18 20:03:43 2018 +0000
@@ -1,16 +1,12 @@
-# $NetBSD: Makefile.common,v 1.3 2015/09/09 23:27:05 gdt Exp $
+# $NetBSD: Makefile.common,v 1.4 2018/04/18 20:03:43 kamil Exp $
 
 # used by devel/fann/Makefile
 # TODO: fold this into Makefile.
 
 FANNVERSION=           2.2.0
-DISTNAME=              ${FANNVERSION}
-PKGNAME=               fann-${FANNVERSION}
+DISTNAME=              fann-${FANNVERSION}
 CATEGORIES=            devel
-MASTER_SITES=          https://github.com/libfann/fann/archive/
-
-WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=libfann/}
 
 MAINTAINER=            gdt%NetBSD.org@localhost
 HOMEPAGE=              http://leenissen.dk/fann/wp/
-
diff -r dc2c0822dd24 -r df48326e9517 devel/fann/distinfo
--- a/devel/fann/distinfo       Wed Apr 18 19:59:36 2018 +0000
+++ b/devel/fann/distinfo       Wed Apr 18 20:03:43 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:27:25 agc Exp $
+$NetBSD: distinfo,v 1.6 2018/04/18 20:03:43 kamil Exp $
 
-SHA1 (2.2.0.tar.gz) = 49a56bf979a02458483f280d6a657bd52dce6537
-RMD160 (2.2.0.tar.gz) = ad56af6d5164f974418e8fd1e184396d0541e0a6
-SHA512 (2.2.0.tar.gz) = b307539a39d93078a489710ac77aa8c6e324f3cf5ef80299ce257d10c043913764abef83aceac5278a5bd243b1ee245b4e8331a9e13c774aa63c9cb604f86bdd
-Size (2.2.0.tar.gz) = 2226352 bytes
+SHA1 (fann-2.2.0.tar.gz) = 49a56bf979a02458483f280d6a657bd52dce6537
+RMD160 (fann-2.2.0.tar.gz) = ad56af6d5164f974418e8fd1e184396d0541e0a6
+SHA512 (fann-2.2.0.tar.gz) = b307539a39d93078a489710ac77aa8c6e324f3cf5ef80299ce257d10c043913764abef83aceac5278a5bd243b1ee245b4e8331a9e13c774aa63c9cb604f86bdd
+Size (fann-2.2.0.tar.gz) = 2226352 bytes
 SHA1 (patch-src_include_fann__cpp.h) = b89b8d7c215635aa279c8a8ad59aa5c0a3ffb5ae



Home | Main Index | Thread Index | Old Index