aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-01-09 15:55:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-01-09 19:55:11 +0000
commit296fb6c29e7fb55a98e11966265f6e3fe4b87335 (patch)
tree94a17f343b9092545b0e715adeed3d8072951234
parenteb179b84d864db7677d67f60e664d0a4f7d1795a (diff)
downloadports-296fb6c29e7fb55a98e11966265f6e3fe4b87335.tar.gz
ports-296fb6c29e7fb55a98e11966265f6e3fe4b87335.zip
net/nebula: Remove duplicate
Reported by: arrowd@
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/nebula/Makefile20
-rw-r--r--net/nebula/distinfo5
-rw-r--r--net/nebula/pkg-descr11
5 files changed, 1 insertions, 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.