svn commit: r257668 - in head: etc/pkg usr.sbin/pkg

Bryan Drewery bdrewery at FreeBSD.org
Tue Nov 5 02:22:05 UTC 2013


Author: bdrewery (ports committer)
Date: Tue Nov  5 02:22:04 2013
New Revision: 257668
URL: http://svnweb.freebsd.org/changeset/base/257668

Log:
  Use proper capitalization for FreeBSD.org
  
  Approved by:	bapt
  MFC after:	2 days

Modified:
  head/etc/pkg/FreeBSD.conf
  head/usr.sbin/pkg/pkg.7

Modified: head/etc/pkg/FreeBSD.conf
==============================================================================
--- head/etc/pkg/FreeBSD.conf	Tue Nov  5 02:20:49 2013	(r257667)
+++ head/etc/pkg/FreeBSD.conf	Tue Nov  5 02:22:04 2013	(r257668)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 FreeBSD: {
-  url: "pkg+http://pkg.freebsd.org/${ABI}/latest",
+  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",

Modified: head/usr.sbin/pkg/pkg.7
==============================================================================
--- head/usr.sbin/pkg/pkg.7	Tue Nov  5 02:20:49 2013	(r257667)
+++ head/usr.sbin/pkg/pkg.7	Tue Nov  5 02:22:04 2013	(r257668)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 1, 2013
+.Dd November 4, 2013
 .Dt PKG 7
 .Os
 .Sh NAME
@@ -147,7 +147,7 @@ Global configuration can be stored in
 .Pa /usr/local/etc/pkg.conf
 in the following format:
 .Bd -literal -offset indent
-PACKAGESITE: "pkg+http://pkg.freebsd.org/${ABI}/latest",
+PACKAGESITE: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
 MIRROR_TYPE: "srv",
 SIGNATURE_TYPE: "none",
 FINGERPRINTS: "/usr/share/keys/pkg",


More information about the svn-src-all mailing list