pkgsrc-WIP-changes archive

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

misc/ncnn: Refactor Makefile



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <triaxx%NetBSD.org@localhost>
Pushed By:	frederic
Date:		Thu Nov 28 17:00:02 2024 +0100
Changeset:	7cd9bfee085dbf63521a856cc03d383b6c5649a0

Modified Files:
	ncnn/Makefile
	ncnn/distinfo

Log Message:
misc/ncnn: Refactor Makefile

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

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

diffstat:
 ncnn/Makefile | 5 ++---
 ncnn/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/ncnn/Makefile b/ncnn/Makefile
index 03eb933e9d..6c46ab24f2 100644
--- a/ncnn/Makefile
+++ b/ncnn/Makefile
@@ -1,12 +1,10 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	ncnn
+DISTNAME=	ncnn
 GITHUB_TAG=	20240820
-DISTNAME=	${GITHUB_PROJECT}
 PKGNAME=	${DISTNAME}-${GITHUB_TAG}
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Tencent/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	triaxx%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/Tencent/ncnn/
@@ -16,5 +14,6 @@ LICENSE=	modified-bsd AND zlib AND 2-clause-bsd
 USE_LANGUAGES=	c c++
 
 .include "../../devel/cmake/build.mk"
+
 .include "../../graphics/opencv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ncnn/distinfo b/ncnn/distinfo
index 5e781fad06..99b3aa7b7f 100644
--- a/ncnn/distinfo
+++ b/ncnn/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (ncnn/ncnn-20240820.tar.gz) = 5a132e98f138b72ea81067aea400b90b329eca96f0351dc84129123a82049667
-SHA512 (ncnn/ncnn-20240820.tar.gz) = cbef59021231df7409c73a270f147e72daefa1230ccc072aec7225078097ec8e99d4dd82e8aaa93665361c4c24b3812e05f08da5c9a82a575ef2aad70c0828fe
-Size (ncnn/ncnn-20240820.tar.gz) = 12963701 bytes
+BLAKE2s (ncnn-20240820.tar.gz) = 5a132e98f138b72ea81067aea400b90b329eca96f0351dc84129123a82049667
+SHA512 (ncnn-20240820.tar.gz) = cbef59021231df7409c73a270f147e72daefa1230ccc072aec7225078097ec8e99d4dd82e8aaa93665361c4c24b3812e05f08da5c9a82a575ef2aad70c0828fe
+Size (ncnn-20240820.tar.gz) = 12963701 bytes


Home | Main Index | Thread Index | Old Index