Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2019 19:19:40 +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: r513900 - head/math/darknet
Message-ID:  <201910061919.x96JJeut078789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Oct  6 19:19:39 2019
New Revision: 513900
URL: https://svnweb.freebsd.org/changeset/ports/513900

Log:
  math/darknet: Fix port version that was erroneous in the initial commit

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

Modified: head/math/darknet/Makefile
==============================================================================
--- head/math/darknet/Makefile	Sun Oct  6 19:08:14 2019	(r513899)
+++ head/math/darknet/Makefile	Sun Oct  6 19:19:39 2019	(r513900)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	darknet
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4-1614
-DISTVERSIONSUFFIX=	-gd703fb4e
+PORTVERSION=	g20180914
+PORTEPOCH=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/darknet/distinfo
==============================================================================
--- head/math/darknet/distinfo	Sun Oct  6 19:08:14 2019	(r513899)
+++ head/math/darknet/distinfo	Sun Oct  6 19:19:39 2019	(r513900)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570384516
-SHA256 (pjreddie-darknet-v0.4-1614-gd703fb4e-61c9d02_GH0.tar.gz) = 36ddd0271b8fa7dbd96829834d491971c88165c89369cfbb4f47daad15c10759
-SIZE (pjreddie-darknet-v0.4-1614-gd703fb4e-61c9d02_GH0.tar.gz) = 3341016
+TIMESTAMP = 1570389499
+SHA256 (pjreddie-darknet-g20180914-61c9d02_GH0.tar.gz) = 36ddd0271b8fa7dbd96829834d491971c88165c89369cfbb4f47daad15c10759
+SIZE (pjreddie-darknet-g20180914-61c9d02_GH0.tar.gz) = 3341016



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