svn commit: r568384 - in head: devel emulators

Tobias Kortkamp tobik at FreeBSD.org
Sun Mar 14 11:51:48 UTC 2021


Author: tobik
Date: Sun Mar 14 11:51:48 2021
New Revision: 568384
URL: https://svnweb.freebsd.org/changeset/ports/568384

Log:
  Fix categories
  
  Reported by:	portscan

Modified:
  head/devel/Makefile
  head/emulators/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar 14 11:49:30 2021	(r568383)
+++ head/devel/Makefile	Sun Mar 14 11:51:48 2021	(r568384)
@@ -1377,8 +1377,8 @@
     SUBDIR += libvirt-java
     SUBDIR += libvmdk
     SUBDIR += libvolume_id
-    SUBDIR += libvshadow
     SUBDIR += libvsgpt
+    SUBDIR += libvshadow
     SUBDIR += libvslvm
     SUBDIR += libvterm
     SUBDIR += libwfut

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Sun Mar 14 11:49:30 2021	(r568383)
+++ head/emulators/Makefile	Sun Mar 14 11:51:48 2021	(r568384)
@@ -128,7 +128,6 @@
     SUBDIR += rtc
     SUBDIR += rubygem-fission
     SUBDIR += sameboy
-    SUBDIR += sdltrs
     SUBDIR += simh
     SUBDIR += simh-hp2100
     SUBDIR += simh-hp3000


More information about the svn-ports-head mailing list