Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2020 17:23:13 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543982 - head/net/echoping
Message-ID:  <202008021723.072HNDLx034498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug  2 17:23:13 2020
New Revision: 543982
URL: https://svnweb.freebsd.org/changeset/ports/543982

Log:
  net/echoping: Move to new source destination and deprecate
  
  PR:		248084
  Submitted by:	Marcel Bischoff <marcel@herrbischoff.com>

Modified:
  head/net/echoping/Makefile   (contents, props changed)
  head/net/echoping/distinfo   (contents, props changed)

Modified: head/net/echoping/Makefile
==============================================================================
--- head/net/echoping/Makefile	Sun Aug  2 17:22:41 2020	(r543981)
+++ head/net/echoping/Makefile	Sun Aug  2 17:23:13 2020	(r543982)
@@ -3,7 +3,7 @@
 
 PORTNAME=	echoping
 PORTVERSION=	6.0.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net
 
 MAINTAINER=	ports@FreeBSD.org
@@ -12,6 +12,9 @@ COMMENT=	Ping-like program that uses TCP and/or HTTP
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	No longer maintained upstream
+EXPIRATION_DATe=	2020-09-02
+
 LIB_DEPENDS=	libpopt.so:devel/popt \
 		libidn.so:dns/libidn
 
@@ -26,9 +29,10 @@ INSTALL_TARGET=	install-strip
 
 PING_PLUGINS=	dns random whois
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	bortzmeyer
-GH_TAGNAME=	dfe95b5
+USE_GITLAB=	yes
+GL_SITE=	https://framagit.org
+GL_ACCOUNT=	bortzmeyer
+GL_COMMIT=	ccf3c95d9249d3065db3853486f41c852d20101e
 WRKSRC_SUBDIR=	SRC
 
 OPTIONS_DEFINE=	LDAP PGSQL

Modified: head/net/echoping/distinfo
==============================================================================
--- head/net/echoping/distinfo	Sun Aug  2 17:22:41 2020	(r543981)
+++ head/net/echoping/distinfo	Sun Aug  2 17:23:13 2020	(r543982)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559666517
-SHA256 (bortzmeyer-echoping-6.0.2-dfe95b5_GH0.tar.gz) = 712ec52f47281aac8e6121fa4e261df22360112221eb3615f4cfa22fb5efd0ce
-SIZE (bortzmeyer-echoping-6.0.2-dfe95b5_GH0.tar.gz) = 130632
+TIMESTAMP = 1595107653
+SHA256 (bortzmeyer-echoping-ccf3c95d9249d3065db3853486f41c852d20101e_GL0.tar.gz) = 9f02b1831a8f21ba512ac92e41fcdb514bbda29c9762c0cce0672396975e0d50
+SIZE (bortzmeyer-echoping-ccf3c95d9249d3065db3853486f41c852d20101e_GL0.tar.gz) = 130598



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