pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/flann-lib



Module Name:    pkgsrc
Committed By:   thor
Date:           Mon May  3 09:26:42 UTC 2021

Modified Files:
        pkgsrc/math/flann-lib: Makefile distinfo

Log Message:
math/flann-lib: cleanup for proper distname among others


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/flann-lib/Makefile \
    pkgsrc/math/flann-lib/distinfo

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

Modified files:

Index: pkgsrc/math/flann-lib/Makefile
diff -u pkgsrc/math/flann-lib/Makefile:1.1 pkgsrc/math/flann-lib/Makefile:1.2
--- pkgsrc/math/flann-lib/Makefile:1.1  Tue Apr 27 15:16:46 2021
+++ pkgsrc/math/flann-lib/Makefile      Mon May  3 09:26:42 2021
@@ -1,19 +1,16 @@
-# $NetBSD: Makefile,v 1.1 2021/04/27 15:16:46 thor Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/03 09:26:42 thor Exp $
 
-GITHUB_PROJECT=        flann
-GITHUB_TAG=    1.9.1
-DISTNAME=      1.9.1
-PKGNAME=       ${GITHUB_PROJECT}-lib-${DISTNAME}
+DISTNAME=      flann-1.9.1
+PKGNAME=       ${DISTNAME:S/-/-lib-/}
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mariusmuja/}
-DIST_SUBDIR=   ${GITHUB_PROJECT}
+GITHUB_PROJECT=        flann
 
 MAINTAINER=    thomas.orgis%uni-hamburg.de@localhost
 HOMEPAGE=      https://github.com/mariusmuja/flann/
 COMMENT=       Fast Library for Approximate Nearest Neighbors
 LICENSE=       modified-bsd
 
-WRKSRC=                ${WRKDIR}/flann-1.9.1
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
Index: pkgsrc/math/flann-lib/distinfo
diff -u pkgsrc/math/flann-lib/distinfo:1.1 pkgsrc/math/flann-lib/distinfo:1.2
--- pkgsrc/math/flann-lib/distinfo:1.1  Tue Apr 27 15:16:46 2021
+++ pkgsrc/math/flann-lib/distinfo      Mon May  3 09:26:42 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2021/04/27 15:16:46 thor Exp $
+$NetBSD: distinfo,v 1.2 2021/05/03 09:26:42 thor Exp $
 
-SHA1 (flann/1.9.1.tar.gz) = ca3aee5670297f1db2eff122679ed9e87a70d830
-RMD160 (flann/1.9.1.tar.gz) = d84e5c61ef84ea9474f4917f68fadcff6e0d93b7
-SHA512 (flann/1.9.1.tar.gz) = 0da78bb14111013318160dd3dee1f93eb6ed077b18439fd6496017b62a8a6070cc859cfb3e08dad4c614e48d9dc1da5f7c4a21726ee45896d360506da074a6f7
-Size (flann/1.9.1.tar.gz) = 485391 bytes
+SHA1 (flann-1.9.1.tar.gz) = ca3aee5670297f1db2eff122679ed9e87a70d830
+RMD160 (flann-1.9.1.tar.gz) = d84e5c61ef84ea9474f4917f68fadcff6e0d93b7
+SHA512 (flann-1.9.1.tar.gz) = 0da78bb14111013318160dd3dee1f93eb6ed077b18439fd6496017b62a8a6070cc859cfb3e08dad4c614e48d9dc1da5f7c4a21726ee45896d360506da074a6f7
+Size (flann-1.9.1.tar.gz) = 485391 bytes
 SHA1 (patch-src_cpp_CMAkeLists.txt) = 34c5367c8e8a01b701b3e90251d6c0aefe20ba4d



Home | Main Index | Thread Index | Old Index