git: 296fb6c29e7f - main - net/nebula: Remove duplicate

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 09 Jan 2023 19:55:14 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=296fb6c29e7fb55a98e11966265f6e3fe4b87335

commit 296fb6c29e7fb55a98e11966265f6e3fe4b87335
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-09 15:55:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-09 19:55:11 +0000

    net/nebula: Remove duplicate
    
    Reported by:    arrowd@
---
 MOVED                |  1 +
 net/Makefile         |  1 -
 net/nebula/Makefile  | 20 --------------------
 net/nebula/distinfo  |  5 -----
 net/nebula/pkg-descr | 11 -----------
 5 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/MOVED b/MOVED
index f31694dd8cb6..d9b23af6881b 100644
--- a/MOVED
+++ b/MOVED
@@ -17748,3 +17748,4 @@ japanese/ja-tex-xdvik|print/tex-xdvik|2023-01-02|pTeX support has been integrate
 math/cvc4|math/cvc5|2023-01-03|CVC4 was succeeded by CVC5
 math/cvc3|math/cvc5|2023-01-04|CVC3 was succeeded by CVC4 and CVC5
 devel/caf|devel/actor-framework|2023-01-08|Merge duplicates into devel/actor-framework that is a full software name
+net/nebula|security/nebula|2023-01-09|Remove duplicate
diff --git a/net/Makefile b/net/Makefile
index 54395d3d1a2c..af1d2fe1c35e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -499,7 +499,6 @@
     SUBDIR += ndpi
     SUBDIR += ndproxy
     SUBDIR += neatvnc
-    SUBDIR += nebula
     SUBDIR += nemesis
     SUBDIR += nepenthes
     SUBDIR += net6
diff --git a/net/nebula/Makefile b/net/nebula/Makefile
deleted file mode 100644
index c996edf1ba70..000000000000
--- a/net/nebula/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME=	nebula
-DISTVERSIONPREFIX=	v
-DISTVERSION=	1.6.1
-CATEGORIES=	net
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Scalable overlay networking tool
-WWW=		https://github.com/slackhq/nebula
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-USES=		go:modules
-
-GO_MODULE=	github.com/slackhq/nebula
-GO_TARGET=	./cmd/${PORTNAME}
-
-PLIST_FILES=	bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/net/nebula/distinfo b/net/nebula/distinfo
deleted file mode 100644
index 1c261f132703..000000000000
--- a/net/nebula/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1673258645
-SHA256 (go/net_nebula/nebula-v1.6.1/v1.6.1.mod) = b555f4be50246ff2d5373474de23bffccbea76514879dc2400fc5031cde73c3c
-SIZE (go/net_nebula/nebula-v1.6.1/v1.6.1.mod) = 2042
-SHA256 (go/net_nebula/nebula-v1.6.1/v1.6.1.zip) = d0e28bf9e41484276be9da78530b1ba97b87fdd6b624fe4fd31505c4c12d0afe
-SIZE (go/net_nebula/nebula-v1.6.1/v1.6.1.zip) = 1059841
diff --git a/net/nebula/pkg-descr b/net/nebula/pkg-descr
deleted file mode 100644
index 702dd3763918..000000000000
--- a/net/nebula/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Nebula is a scalable overlay networking tool with a focus on performance,
-simplicity and security. It lets you seamlessly connect computers anywhere
-in the world. Nebula is portable, and runs on Linux, OSX, Windows, iOS, and
-Android. It can be used to connect a small number of computers, but is also
-able to connect tens of thousands of computers.
-
-Nebula incorporates a number of existing concepts like encryption, security
-groups, certificates, and tunneling, and each of those individual pieces
-existed before Nebula in various forms. What makes Nebula different to existing
-offerings is that it brings all of these ideas together, resulting in a sum that
-is greater than its individual parts.