svn commit: r510759 - head/science/ncnn
Yuri Victorovich
yuri at FreeBSD.org
Mon Sep 2 05:59:00 UTC 2019
Author: yuri
Date: Mon Sep 2 05:58:59 2019
New Revision: 510759
URL: https://svnweb.freebsd.org/changeset/ports/510759
Log:
science/ncnn: Update 20190611-40-gd3be711 -> 20190611-113-g46e7ac7
PR: 240187
Suggested by: jbeich
Modified:
head/science/ncnn/Makefile
head/science/ncnn/distinfo
head/science/ncnn/pkg-plist
Modified: head/science/ncnn/Makefile
==============================================================================
--- head/science/ncnn/Makefile Mon Sep 2 05:52:42 2019 (r510758)
+++ head/science/ncnn/Makefile Mon Sep 2 05:58:59 2019 (r510759)
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= ncnn
-DISTVERSION= 20190611-40
-DISTVERSIONSUFFIX= -gd3be711
+DISTVERSION= 20190611-113
+DISTVERSIONSUFFIX= -g46e7ac7
CATEGORIES= science
MAINTAINER= yuri at FreeBSD.org
@@ -14,10 +14,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= Tencent
-
-post-install: # https://github.com/Tencent/ncnn/issues/1130
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/cmake/${PORTNAME}
- @${MV} ${STAGEDIR}${DATADIR}/* ${STAGEDIR}${PREFIX}/lib/cmake/${PORTNAME}
- @${RMDIR} ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
Modified: head/science/ncnn/distinfo
==============================================================================
--- head/science/ncnn/distinfo Mon Sep 2 05:52:42 2019 (r510758)
+++ head/science/ncnn/distinfo Mon Sep 2 05:58:59 2019 (r510759)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563657937
-SHA256 (Tencent-ncnn-20190611-40-gd3be711_GH0.tar.gz) = ce06ba95e68074a2e9c063bf0b3c60301d1836cf590ee0e47fabf811f98f99ce
-SIZE (Tencent-ncnn-20190611-40-gd3be711_GH0.tar.gz) = 10064158
+TIMESTAMP = 1567403708
+SHA256 (Tencent-ncnn-20190611-113-g46e7ac7_GH0.tar.gz) = 6d03229cba0119bea018ad5977e881a7b41d95c9e3ef2e09d49446604921c6dc
+SIZE (Tencent-ncnn-20190611-113-g46e7ac7_GH0.tar.gz) = 10104433
Modified: head/science/ncnn/pkg-plist
==============================================================================
--- head/science/ncnn/pkg-plist Mon Sep 2 05:52:42 2019 (r510758)
+++ head/science/ncnn/pkg-plist Mon Sep 2 05:58:59 2019 (r510759)
@@ -1,20 +1,20 @@
-include/allocator.h
-include/benchmark.h
-include/blob.h
-include/command.h
-include/cpu.h
-include/gpu.h
-include/layer.h
-include/layer_type.h
-include/layer_type_enum.h
-include/mat.h
-include/modelbin.h
-include/net.h
-include/opencv.h
-include/option.h
-include/paramdict.h
-include/pipeline.h
-include/platform.h
+include/ncnn/allocator.h
+include/ncnn/benchmark.h
+include/ncnn/blob.h
+include/ncnn/command.h
+include/ncnn/cpu.h
+include/ncnn/gpu.h
+include/ncnn/layer.h
+include/ncnn/layer_type.h
+include/ncnn/layer_type_enum.h
+include/ncnn/mat.h
+include/ncnn/modelbin.h
+include/ncnn/net.h
+include/ncnn/opencv.h
+include/ncnn/option.h
+include/ncnn/paramdict.h
+include/ncnn/pipeline.h
+include/ncnn/platform.h
lib/cmake/ncnn/ncnn-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/ncnn/ncnn.cmake
lib/cmake/ncnn/ncnnConfig.cmake
More information about the svn-ports-head
mailing list