Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2020 02:41:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528554 - head/math/darknet
Message-ID:  <202003170241.02H2f508073311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Mar 17 02:41:05 2020
New Revision: 528554
URL: https://svnweb.freebsd.org/changeset/ports/528554

Log:
  math/darknet: Use date in PORTVERSION, because the project has inconsistent versioning
  
  Reported by:	mat

Modified:
  head/math/darknet/Makefile
  head/math/darknet/distinfo

Modified: head/math/darknet/Makefile
==============================================================================
--- head/math/darknet/Makefile	Tue Mar 17 02:28:47 2020	(r528553)
+++ head/math/darknet/Makefile	Tue Mar 17 02:41:05 2020	(r528554)
@@ -1,9 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	darknet
-DISTVERSIONPREFIX=	darknet_yolo_v
-DISTVERSION=	3_optimal-30
-DISTVERSIONSUFFIX=	-g92e6e8e
+PORTVERSION=	3.20200315 # the upstream doesn't maintain a meaningful versioning schema, so have to use a date here
 PORTEPOCH=	1
 CATEGORIES=	math # machine-learning
 
@@ -16,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		cmake compiler:c11
 USE_GITHUB=	yes
 GH_ACCOUNT=	AlexeyAB
+GH_TAGNAME=	92e6e8e
 USE_LDCONFIG=	yes
 
 CMAKE_OFF=	ENABLE_CUDA ENABLE_CUDNN ENABLE_CUDNN_HALF ENABLE_VCPKG_INTEGRATION

Modified: head/math/darknet/distinfo
==============================================================================
--- head/math/darknet/distinfo	Tue Mar 17 02:28:47 2020	(r528553)
+++ head/math/darknet/distinfo	Tue Mar 17 02:41:05 2020	(r528554)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584304739
-SHA256 (AlexeyAB-darknet-darknet_yolo_v3_optimal-30-g92e6e8e_GH0.tar.gz) = 357f8ac423129c53e052b1c3b1223ac764bd4533db030336259da449d9a1add4
-SIZE (AlexeyAB-darknet-darknet_yolo_v3_optimal-30-g92e6e8e_GH0.tar.gz) = 7394166
+TIMESTAMP = 1584412484
+SHA256 (AlexeyAB-darknet-3.20200315-92e6e8e_GH0.tar.gz) = d2406b6db282d032581b24b68763ae0726f7566dfcff139c7cff655c16724d4d
+SIZE (AlexeyAB-darknet-3.20200315-92e6e8e_GH0.tar.gz) = 7393308



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003170241.02H2f508073311>