svn commit: r249873 - stable/8/release/scripts

Glen Barber gjb at FreeBSD.org
Thu Apr 25 02:18:58 UTC 2013


Author: gjb (doc,ports committer)
Date: Thu Apr 25 02:18:57 2013
New Revision: 249873
URL: http://svnweb.freebsd.org/changeset/base/249873

Log:
  Update perl version to that included on install medium.
  This is a direct commit to stable/8 with no intent to MFC/MFS.

Modified:
  stable/8/release/scripts/package-split.py

Modified: stable/8/release/scripts/package-split.py
==============================================================================
--- stable/8/release/scripts/package-split.py	Thu Apr 25 02:18:50 2013	(r249872)
+++ stable/8/release/scripts/package-split.py	Thu Apr 25 02:18:57 2013	(r249873)
@@ -63,7 +63,7 @@ def disc1_packages():
     if doing_dvd:
 	pkgs.extend(['archivers/unzip',
 	    'emulators/linux_base-f10',
-	    'lang/perl5.12',
+	    'lang/perl5.14',
 	    'misc/freebsd-doc-all',
 	    'net/mpd5',
 	    'net/rsync',


More information about the svn-src-all mailing list