[Midnightbsd-cvs] mports [21037] trunk: move mport manager into ports directory

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 1 15:59:05 EST 2016


Revision: 21037
          http://svnweb.midnightbsd.org/mports/?rev=21037
Author:   laffer1
Date:     2016-03-01 15:59:05 -0500 (Tue, 01 Mar 2016)
Log Message:
-----------
move mport manager into ports directory

Modified Paths:
--------------
    trunk/MOVED
    trunk/ports-mgmt/Makefile
    trunk/ports-mgmt/mport-manager/Makefile
    trunk/sysutils/Makefile

Added Paths:
-----------
    trunk/ports-mgmt/mport-manager/

Removed Paths:
-------------
    trunk/sysutils/mport-manager/

Modified: trunk/MOVED
===================================================================
--- trunk/MOVED	2016-03-01 20:48:52 UTC (rev 21036)
+++ trunk/MOVED	2016-03-01 20:59:05 UTC (rev 21037)
@@ -68,3 +68,4 @@
 www/eaccelerator||2013-07-16|not working with newer PHP releases
 sysutils/ciso|sysutils/ciso-manager|2014-09-13|go to maintained version
 lang/ruby19|lang/ruby22|2015-06-21|updating to latest ruby release
+sysutils/mport-manager|ports-mgmt/mport-manager|2016-03-01|moving to ports directory

Modified: trunk/ports-mgmt/Makefile
===================================================================
--- trunk/ports-mgmt/Makefile	2016-03-01 20:48:52 UTC (rev 21036)
+++ trunk/ports-mgmt/Makefile	2016-03-01 20:59:05 UTC (rev 21037)
@@ -4,6 +4,7 @@
 
 SUBDIR += dialog4ports
 SUBDIR += magus-utils
+SUBDIR += mport-manager
 SUBDIR += portlint
 SUBDIR += portsearch
 

Modified: trunk/ports-mgmt/mport-manager/Makefile
===================================================================
--- trunk/sysutils/mport-manager/Makefile	2016-03-01 20:48:52 UTC (rev 21036)
+++ trunk/ports-mgmt/mport-manager/Makefile	2016-03-01 20:59:05 UTC (rev 21037)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mport-manager
 PORTVERSION=	0.1.1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 
 MAINTAINER=	luke at midnightbsd.org
 COMMENT=	Graphical Package Manager for MidnightBSD

Modified: trunk/sysutils/Makefile
===================================================================
--- trunk/sysutils/Makefile	2016-03-01 20:48:52 UTC (rev 21036)
+++ trunk/sysutils/Makefile	2016-03-01 20:59:05 UTC (rev 21037)
@@ -65,7 +65,6 @@
 SUBDIR += mdf2iso
 SUBDIR += memtest
 SUBDIR += memtest86
-SUBDIR += mport-manager
 SUBDIR += munin-common
 SUBDIR += munin-master
 SUBDIR += munin-node



More information about the Midnightbsd-cvs mailing list