svn commit: r338754 - head/release/scripts

Glen Barber gjb at FreeBSD.org
Tue Sep 18 16:57:05 UTC 2018


Author: gjb
Date: Tue Sep 18 16:57:04 2018
New Revision: 338754
URL: https://svnweb.freebsd.org/changeset/base/338754

Log:
  Update the pkg-stage.sh script used to populate packages on the
  dvd1.iso installation medium from including KDE4 to KDE5, as the
  KDE4-based ports have been marked as deprecated in the Ports
  Collection.
  
  MFC after:	3 days
  Approved by:	re (rgrimes)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/scripts/pkg-stage.sh

Modified: head/release/scripts/pkg-stage.sh
==============================================================================
--- head/release/scripts/pkg-stage.sh	Tue Sep 18 16:16:58 2018	(r338753)
+++ head/release/scripts/pkg-stage.sh	Tue Sep 18 16:57:04 2018	(r338754)
@@ -30,7 +30,7 @@ www/firefox
 www/links
 x11-drivers/xf86-video-vmware
 x11/gnome3
-x11/kde4
+x11/kde5
 x11/xorg"
 
 # If NOPORTS is set for the release, do not attempt to build pkg(8).


More information about the svn-src-head mailing list