svn commit: r501708 - in head: . devel devel/modules2tuple ports-mgmt ports-mgmt/modules2tuple
Mateusz Piotrowski
0mp at FreeBSD.org
Wed May 15 12:55:30 UTC 2019
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 at 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 at syrec.org
COMMENT= Generate GH_TUPLE from modules.txt
More information about the svn-ports-head
mailing list