pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/fann



Module Name:    pkgsrc
Committed By:   kamil
Date:           Wed Apr 18 20:03:43 UTC 2018

Modified Files:
        pkgsrc/devel/fann: Makefile.common distinfo

Log Message:
fann: Improve distinfo

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

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/fann/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/fann/distinfo

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

Modified files:

Index: pkgsrc/devel/fann/Makefile.common
diff -u pkgsrc/devel/fann/Makefile.common:1.3 pkgsrc/devel/fann/Makefile.common:1.4
--- pkgsrc/devel/fann/Makefile.common:1.3       Wed Sep  9 23:27:05 2015
+++ pkgsrc/devel/fann/Makefile.common   Wed Apr 18 20:03:43 2018
@@ -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/
-

Index: pkgsrc/devel/fann/distinfo
diff -u pkgsrc/devel/fann/distinfo:1.5 pkgsrc/devel/fann/distinfo:1.6
--- pkgsrc/devel/fann/distinfo:1.5      Tue Nov  3 03:27:25 2015
+++ pkgsrc/devel/fann/distinfo  Wed Apr 18 20:03:43 2018
@@ -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