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",
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to