svn commit: r441409 - in head: . net net/go-madonctl net/madonctl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 21 15:32:55 UTC 2017


Author: sunpoet
Date: Sun May 21 15:32:53 2017
New Revision: 441409
URL: https://svnweb.freebsd.org/changeset/ports/441409

Log:
  Move net/go-madonctl to net/madonctl

Added:
  head/net/madonctl/
     - copied from r441408, head/net/go-madonctl/
Deleted:
  head/net/go-madonctl/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/madonctl/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun May 21 15:22:05 2017	(r441408)
+++ head/MOVED	Sun May 21 15:32:53 2017	(r441409)
@@ -9391,3 +9391,4 @@ games/ioquake3-devel|games/ioquake3|2017
 games/ioquake3-devel-server|games/ioquake3-server|2017-05-18|GitHub master is the new release model
 devel/rubygem-generator_spec|devel/rubygem-generator_spec-rails5|2017-05-19|Use devel/rubygem-generator_spec-rails4 or devel/rubygem-generator_spec-rails5
 deskutils/openproj|deskutils/projectlibre|2017-05-19|Has expired: Development ceased, superseded by deskutils/projectlibre
+net/go-madonctl|net/madonctl|2017-05-21|Remove go- prefix

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun May 21 15:22:05 2017	(r441408)
+++ head/net/Makefile	Sun May 21 15:32:53 2017	(r441409)
@@ -180,7 +180,6 @@
     SUBDIR += go-geoip
     SUBDIR += go-httppath
     SUBDIR += go-httptreemux
-    SUBDIR += go-mastodon
     SUBDIR += go-nats
     SUBDIR += go.net
     SUBDIR += gofish
@@ -400,6 +399,7 @@
     SUBDIR += mDNSResponder
     SUBDIR += macchanger
     SUBDIR += mad_fcl
+    SUBDIR += madonctl
     SUBDIR += malo-firmware-kmod
     SUBDIR += mdns-repeater
     SUBDIR += mediastreamer

Modified: head/net/madonctl/Makefile
==============================================================================
--- head/net/go-madonctl/Makefile	Sun May 21 15:22:05 2017	(r441408)
+++ head/net/madonctl/Makefile	Sun May 21 15:32:53 2017	(r441409)
@@ -5,7 +5,6 @@ PORTNAME=	madonctl
 PORTVERSION=	1.1.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
-PKGNAMEPREFIX=	go-
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	CLI client for the Mastodon social network API


More information about the svn-ports-all mailing list