svn commit: r334513 - stable/11/etc/pkg

Glen Barber gjb at FreeBSD.org
Sat Jun 2 02:06:49 UTC 2018


Author: gjb
Date: Sat Jun  2 02:06:48 2018
New Revision: 334513
URL: https://svnweb.freebsd.org/changeset/base/334513

Log:
  Revert r333474 in stable/11, which switches the default pkg repository
  from latest to quarterly, now that releng/11.2 had branched.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/etc/pkg/FreeBSD.conf

Modified: stable/11/etc/pkg/FreeBSD.conf
==============================================================================
--- stable/11/etc/pkg/FreeBSD.conf	Sat Jun  2 02:05:31 2018	(r334512)
+++ stable/11/etc/pkg/FreeBSD.conf	Sat Jun  2 02:06:48 2018	(r334513)
@@ -8,7 +8,7 @@
 #
 
 FreeBSD: {
-  url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
+  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",


More information about the svn-src-stable-11 mailing list