svn commit: r289382 - projects/release-pkg/release/packages

Glen Barber gjb at FreeBSD.org
Thu Oct 15 19:55:36 UTC 2015


Author: gjb
Date: Thu Oct 15 19:55:32 2015
New Revision: 289382
URL: https://svnweb.freebsd.org/changeset/base/289382

Log:
  Prefer https in package URLs.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-pkg/release/packages/kernel.ucl
  projects/release-pkg/release/packages/lib32-development.ucl
  projects/release-pkg/release/packages/lib32-profile.ucl
  projects/release-pkg/release/packages/lib32.ucl
  projects/release-pkg/release/packages/profile.ucl
  projects/release-pkg/release/packages/runtime.ucl
  projects/release-pkg/release/packages/ssh-development.ucl
  projects/release-pkg/release/packages/ssh-lib32-development.ucl
  projects/release-pkg/release/packages/ssh-lib32-profile.ucl
  projects/release-pkg/release/packages/ssh-lib32.ucl
  projects/release-pkg/release/packages/ssh-profile.ucl
  projects/release-pkg/release/packages/ssh.ucl
  projects/release-pkg/release/packages/svn.ucl
  projects/release-pkg/release/packages/syscons.ucl
  projects/release-pkg/release/packages/tests.ucl
  projects/release-pkg/release/packages/unbound-development.ucl
  projects/release-pkg/release/packages/unbound-lib32-development.ucl
  projects/release-pkg/release/packages/unbound-lib32-profile.ucl
  projects/release-pkg/release/packages/unbound-lib32.ucl
  projects/release-pkg/release/packages/unbound-profile.ucl
  projects/release-pkg/release/packages/unbound.ucl

Modified: projects/release-pkg/release/packages/kernel.ucl
==============================================================================
--- projects/release-pkg/release/packages/kernel.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/kernel.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "%COMMENT%"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD2CLAUSE ]

Modified: projects/release-pkg/release/packages/lib32-development.ucl
==============================================================================
--- projects/release-pkg/release/packages/lib32-development.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/lib32-development.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "32bits libraries"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD2CLAUSE ]

Modified: projects/release-pkg/release/packages/lib32-profile.ucl
==============================================================================
--- projects/release-pkg/release/packages/lib32-profile.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/lib32-profile.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "32bits libraries"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD2CLAUSE ]

Modified: projects/release-pkg/release/packages/lib32.ucl
==============================================================================
--- projects/release-pkg/release/packages/lib32.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/lib32.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "32bits libraries"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD2CLAUSE ]

Modified: projects/release-pkg/release/packages/profile.ucl
==============================================================================
--- projects/release-pkg/release/packages/profile.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/profile.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "%COMMENT%"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD2CLAUSE ]

Modified: projects/release-pkg/release/packages/runtime.ucl
==============================================================================
--- projects/release-pkg/release/packages/runtime.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/runtime.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "%COMMENT%"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD2CLAUSE ]

Modified: projects/release-pkg/release/packages/ssh-development.ucl
==============================================================================
--- projects/release-pkg/release/packages/ssh-development.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/ssh-development.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Secure SHell"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ ISCL ]

Modified: projects/release-pkg/release/packages/ssh-lib32-development.ucl
==============================================================================
--- projects/release-pkg/release/packages/ssh-lib32-development.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/ssh-lib32-development.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Secure SHell 32bits libraries"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ ISCL ]

Modified: projects/release-pkg/release/packages/ssh-lib32-profile.ucl
==============================================================================
--- projects/release-pkg/release/packages/ssh-lib32-profile.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/ssh-lib32-profile.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Secure SHell 32bits libraries"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ ISCL ]

Modified: projects/release-pkg/release/packages/ssh-lib32.ucl
==============================================================================
--- projects/release-pkg/release/packages/ssh-lib32.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/ssh-lib32.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Secure SHell 32bits libraries"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ ISCL ]

Modified: projects/release-pkg/release/packages/ssh-profile.ucl
==============================================================================
--- projects/release-pkg/release/packages/ssh-profile.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/ssh-profile.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Secure SHell"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ ISCL ]

Modified: projects/release-pkg/release/packages/ssh.ucl
==============================================================================
--- projects/release-pkg/release/packages/ssh.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/ssh.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Secure SHell"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ ISCL ]

Modified: projects/release-pkg/release/packages/svn.ucl
==============================================================================
--- projects/release-pkg/release/packages/svn.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/svn.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Version control system"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ APACHE20 ]

Modified: projects/release-pkg/release/packages/syscons.ucl
==============================================================================
--- projects/release-pkg/release/packages/syscons.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/syscons.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "syscons(4) support files"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD2CLAUSE ]

Modified: projects/release-pkg/release/packages/tests.ucl
==============================================================================
--- projects/release-pkg/release/packages/tests.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/tests.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "%COMMENT%"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD2CLAUSE ]

Modified: projects/release-pkg/release/packages/unbound-development.ucl
==============================================================================
--- projects/release-pkg/release/packages/unbound-development.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/unbound-development.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Validating, recursive, and caching DNS resolver"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD4CLAUSE ]

Modified: projects/release-pkg/release/packages/unbound-lib32-development.ucl
==============================================================================
--- projects/release-pkg/release/packages/unbound-lib32-development.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/unbound-lib32-development.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Validating, recursive, and caching DNS resolver"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD4CLAUSE ]

Modified: projects/release-pkg/release/packages/unbound-lib32-profile.ucl
==============================================================================
--- projects/release-pkg/release/packages/unbound-lib32-profile.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/unbound-lib32-profile.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Validating, recursive, and caching DNS resolver"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD4CLAUSE ]

Modified: projects/release-pkg/release/packages/unbound-lib32.ucl
==============================================================================
--- projects/release-pkg/release/packages/unbound-lib32.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/unbound-lib32.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Validating, recursive, and caching DNS resolver, 32bits libraries"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD4CLAUSE ]

Modified: projects/release-pkg/release/packages/unbound-profile.ucl
==============================================================================
--- projects/release-pkg/release/packages/unbound-profile.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/unbound-profile.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Validating, recursive, and caching DNS resolver"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD4CLAUSE ]

Modified: projects/release-pkg/release/packages/unbound.ucl
==============================================================================
--- projects/release-pkg/release/packages/unbound.ucl	Thu Oct 15 19:53:16 2015	(r289381)
+++ projects/release-pkg/release/packages/unbound.ucl	Thu Oct 15 19:55:32 2015	(r289382)
@@ -4,7 +4,7 @@ version = "%VERSION%"
 comment = "Validating, recursive, and caching DNS resolver"
 categories = [ base ]
 maintainer = "re at FreeBSD.org"
-www = "http://www.FreeBSD.org"
+www = "https://www.FreeBSD.org"
 prefix = "/"
 licenselogic = "single"
 licenses = [ BSD4CLAUSE ]


More information about the svn-src-projects mailing list