Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 12:55:28 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501708 - in head: . devel devel/modules2tuple ports-mgmt ports-mgmt/modules2tuple
Message-ID:  <201905151255.x4FCtSTU093125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed May 15 12:55:28 2019
New Revision: 501708
URL: https://svnweb.freebsd.org/changeset/ports/501708

Log:
  Move devel/modules2tuple to ports-mgmt/modules2tuple
  
  The reason is that modules2tuple is a tool useful to port maintainer to
  generate contents for GH_TUPLE for ports written in Go.
  
  PR:		237907
  Approved by:	Dmitri Goutnik <dg@syrec.org> (maintainer)

Added:
  head/ports-mgmt/modules2tuple/
     - copied from r501707, head/devel/modules2tuple/
Deleted:
  head/devel/modules2tuple/
Modified:
  head/MOVED
  head/devel/Makefile
  head/ports-mgmt/Makefile
  head/ports-mgmt/modules2tuple/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed May 15 11:35:13 2019	(r501707)
+++ head/MOVED	Wed May 15 12:55:28 2019	(r501708)
@@ -12751,3 +12751,4 @@ print/py-reportlab1|print/py-reportlab|2019-05-13|Has 
 sysutils/djmount||2019-05-15|Has expired: Unmaintained upstream and does not build with upnp >= 1.8
 multimedia/vdr-plugin-upnp||2019-05-15|Has expired: Unmaintained upstream and does not build with upnp >= 1.8
 databases/puppetdb-cli|databases/rubygem-puppetdb_cli|2019-05-15|puppetdb-cli was rewritten in Ruby
+devel/modules2tuple|ports-mgmt/modules2tuple|2019-05-15|Moved to ports-mgmt category

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed May 15 11:35:13 2019	(r501707)
+++ head/devel/Makefile	Wed May 15 12:55:28 2019	(r501708)
@@ -1523,7 +1523,6 @@
     SUBDIR += mk-configure
     SUBDIR += mm
     SUBDIR += mm-common
-    SUBDIR += modules2tuple
     SUBDIR += mongo-c-driver
     SUBDIR += mongo-cxx-driver
     SUBDIR += mono-addins

Modified: head/ports-mgmt/Makefile
==============================================================================
--- head/ports-mgmt/Makefile	Wed May 15 11:35:13 2019	(r501707)
+++ head/ports-mgmt/Makefile	Wed May 15 12:55:28 2019	(r501708)
@@ -18,6 +18,7 @@
     SUBDIR += lsknobs
     SUBDIR += managepkg
     SUBDIR += mkreadmes
+    SUBDIR += modules2tuple
     SUBDIR += octopkg
     SUBDIR += p5-FreeBSD-Portindex
     SUBDIR += p5-FreeBSD-Ports

Modified: head/ports-mgmt/modules2tuple/Makefile
==============================================================================
--- head/devel/modules2tuple/Makefile	Wed May 15 11:35:13 2019	(r501707)
+++ head/ports-mgmt/modules2tuple/Makefile	Wed May 15 12:55:28 2019	(r501708)
@@ -3,7 +3,7 @@
 PORTNAME=	modules2tuple
 PORTVERSION=	1.4.0
 DISTVERSIONPREFIX=	v
-CATEGORIES=	devel
+CATEGORIES=	ports-mgmt
 
 MAINTAINER=	dg@syrec.org
 COMMENT=	Generate GH_TUPLE from modules.txt



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