svn commit: r422719 - in head: . net net/gnatsd net/nats

Jimmy Olgeni olgeni at FreeBSD.org
Sat Sep 24 13:31:03 UTC 2016


Author: olgeni
Date: Sat Sep 24 13:31:01 2016
New Revision: 422719
URL: https://svnweb.freebsd.org/changeset/ports/422719

Log:
  Rename net/nats to net/gnatsd, which is the actual naming upstream.

Added:
  head/net/gnatsd/
     - copied from r422718, head/net/nats/
Deleted:
  head/net/nats/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/gnatsd/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Sep 24 13:26:53 2016	(r422718)
+++ head/MOVED	Sat Sep 24 13:31:01 2016	(r422719)
@@ -8635,3 +8635,4 @@ korean/imhangul||2016-09-15|Split into k
 devel/poco-devel|devel/poco|2016-09-18|Has expired: older than stable devel/poco
 databases/pglogical-output|databases/pglogical|2016-09-22|databases/pglogical-output merged into databases/pglogical
 mail/gml||2016-09-23|Has expired: Deprecated upstream. Use native gmail tools to import
+net/nats|net/gnatsd|2016-09-24|Switched to upstream naming

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat Sep 24 13:26:53 2016	(r422718)
+++ head/net/Makefile	Sat Sep 24 13:31:01 2016	(r422719)
@@ -159,6 +159,7 @@
     SUBDIR += glflow
     SUBDIR += glib-networking
     SUBDIR += glusterfs
+    SUBDIR += gnatsd
     SUBDIR += gnet2
     SUBDIR += gnetcat
     SUBDIR += gnome-nettool
@@ -421,7 +422,6 @@
     SUBDIR += nakenchat
     SUBDIR += nanomsg
     SUBDIR += nast
-    SUBDIR += nats
     SUBDIR += nats-streaming-server
     SUBDIR += nats-top
     SUBDIR += nbd-server

Modified: head/net/gnatsd/Makefile
==============================================================================
--- head/net/nats/Makefile	Sat Sep 24 13:26:53 2016	(r422718)
+++ head/net/gnatsd/Makefile	Sat Sep 24 13:31:01 2016	(r422719)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTNAME=	nats
+PORTNAME=	gnatsd
 PORTVERSION=	0.9.4
 DISTVERSIONPREFIX=	v
 PORTREVISION=	2
@@ -13,10 +13,9 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
+GO_PKGNAME=	github.com/nats-io/gnatsd
 USE_GITHUB=	yes
 GH_ACCOUNT=	nats-io
-GH_PROJECT=	gnatsd
 
 USE_RC_SUBR=	gnatsd.sh
 


More information about the svn-ports-head mailing list