Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 15:47:47 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515348 - head/net/tcping
Message-ID:  <201910241547.x9OFllaU056502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Oct 24 15:47:47 2019
New Revision: 515348
URL: https://svnweb.freebsd.org/changeset/ports/515348

Log:
  - Update to 1.3.6
  - Now that the releases are tagged, move fetch to GitHub
  - This release is licensed under the MIT license
  
  Upstream issue:	https://github.com/mkirchner/tcping/issues/1

Modified:
  head/net/tcping/Makefile
  head/net/tcping/distinfo

Modified: head/net/tcping/Makefile
==============================================================================
--- head/net/tcping/Makefile	Thu Oct 24 15:43:40 2019	(r515347)
+++ head/net/tcping/Makefile	Thu Oct 24 15:47:47 2019	(r515348)
@@ -2,16 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	tcping
-PORTVERSION=	1.3.5
-PORTREVISION=	1
+PORTVERSION=	1.3.6
 CATEGORIES=	net
-MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Do a TCP connect to the given IP/port combination
 
-LICENSE=	LGPL3
+LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	mkirchner
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/net/tcping/distinfo
==============================================================================
--- head/net/tcping/distinfo	Thu Oct 24 15:43:40 2019	(r515347)
+++ head/net/tcping/distinfo	Thu Oct 24 15:47:47 2019	(r515348)
@@ -1,2 +1,3 @@
-SHA256 (tcping-1.3.5.tar.gz) = 1ad52e904094d12b225ac4a0bc75297555e931c11a1501445faa548ff5ecdbd0
-SIZE (tcping-1.3.5.tar.gz) = 5889
+TIMESTAMP = 1571931709
+SHA256 (mkirchner-tcping-1.3.6_GH0.tar.gz) = a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3
+SIZE (mkirchner-tcping-1.3.6_GH0.tar.gz) = 3329



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