svn commit: r522204 - in head: . cad cad/ujprog comms comms/ujprog

Yuri Victorovich yuri at FreeBSD.org
Mon Jan 6 06:20:25 UTC 2020


Author: yuri
Date: Mon Jan  6 06:20:23 2020
New Revision: 522204
URL: https://svnweb.freebsd.org/changeset/ports/522204

Log:
  Move cad/ujprog -> comms/ujprog
  
  Reported by:	manu

Added:
  head/comms/ujprog/
     - copied from r522203, head/cad/ujprog/
Deleted:
  head/cad/ujprog/
Modified:
  head/MOVED
  head/cad/Makefile
  head/comms/Makefile
  head/comms/ujprog/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Jan  6 06:14:02 2020	(r522203)
+++ head/MOVED	Mon Jan  6 06:20:23 2020	(r522204)
@@ -13723,3 +13723,4 @@ lang/erlang-runtime19|lang/erlang-runtime21|2020-01-01
 security/openssl111|security/openssl|2020-01-01|Upgrade security/openssl to 1.1.1 as promised in deprecation message
 devel/gperf31|devel/gperf|2020-01-04|No longer needed as devel/gperf has been updated to 3.1
 devel/yosys|cad/yosys|2020-01-04|Move to a proper category
+cad/ujprog|comms/ujprog|2020-01-05|Move to a proper category

Modified: head/cad/Makefile
==============================================================================
--- head/cad/Makefile	Mon Jan  6 06:14:02 2020	(r522203)
+++ head/cad/Makefile	Mon Jan  6 06:20:23 2020	(r522204)
@@ -106,7 +106,6 @@
     SUBDIR += tkgate
     SUBDIR += tochnog
     SUBDIR += transcalc
-    SUBDIR += ujprog
     SUBDIR += varkon
     SUBDIR += verilator
     SUBDIR += verilog-mode.el

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Mon Jan  6 06:14:02 2020	(r522203)
+++ head/comms/Makefile	Mon Jan  6 06:20:23 2020	(r522204)
@@ -199,6 +199,7 @@
     SUBDIR += uartlirc
     SUBDIR += uhd
     SUBDIR += uird
+    SUBDIR += ujprog
     SUBDIR += unixcw
     SUBDIR += usbmuxd
     SUBDIR += viewfax

Modified: head/comms/ujprog/Makefile
==============================================================================
--- head/cad/ujprog/Makefile	Mon Jan  6 06:14:02 2020	(r522203)
+++ head/comms/ujprog/Makefile	Mon Jan  6 06:20:23 2020	(r522204)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ujprog
 DISTVERSION=	g20191117
-CATEGORIES=	cad
+CATEGORIES=	comms
 
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	ULX2S/ULX3S FPGA JTAG programmer


More information about the svn-ports-all mailing list