[152741] trunk/dports/_resources/port1.0/group

ryandesign at macports.org ryandesign at macports.org
Thu Sep 15 16:01:55 PDT 2016


Revision: 152741
          https://trac.macports.org/changeset/152741
Author:   ryandesign at macports.org
Date:     2016-09-15 16:01:55 -0700 (Thu, 15 Sep 2016)
Log Message:
-----------
Portgroups: use https for MacPorts URLs

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
    trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl
    trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl
    trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl	2016-09-15 21:43:07 UTC (rev 152740)
+++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl	2016-09-15 23:01:55 UTC (rev 152741)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 #
-# Copyright (c) 2009 The MacPorts Project
+# Copyright (c) 2009-2012, 2015-2016 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -110,7 +110,7 @@
                         ui_error ""
                         ui_error "Did you upgrade to a new version of Mac OS X? If so, please see"
                         ui_error ""
-                        ui_error "    http://trac.macports.org/wiki/Migration"
+                        ui_error "    https://trac.macports.org/wiki/Migration"
                         ui_error ""
                     }
                 }

Modified: trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl	2016-09-15 21:43:07 UTC (rev 152740)
+++ trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl	2016-09-15 23:01:55 UTC (rev 152741)
@@ -1,6 +1,6 @@
 # $Id$
 #
-# Copyright (c) 2011-2015 The MacPorts Project
+# Copyright (c) 2011-2016 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -180,7 +180,7 @@
             RANLIB_FOR_TARGET=${crossgcc.target}-ranlib \
             STRIP_FOR_TARGET=${crossgcc.target}-strip
 
-        # http://trac.macports.org/ticket/29104
+        # https://trac.macports.org/ticket/29104
         # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48301
         if {[vercmp ${xcodeversion} 4.3] < 0} {
             compiler.blacklist llvm-gcc-4.2

Modified: trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl	2016-09-15 21:43:07 UTC (rev 152740)
+++ trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl	2016-09-15 23:01:55 UTC (rev 152741)
@@ -2,7 +2,7 @@
 # $Id$
 
 # Copyright (c) 2012 Markus Weissmann <mww at macports.org>
-# Copyright (c) 2012-2013, 2015 The MacPorts Project
+# Copyright (c) 2012-2013, 2015-2016 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -52,7 +52,7 @@
     default long_description "This port is obsolete."
 }
 
-homepage        http://www.macports.org/
+homepage        https://www.macports.org/
 
 archive_sites
 patchfiles

Modified: trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl	2016-09-15 21:43:07 UTC (rev 152740)
+++ trunk/dports/_resources/port1.0/group/xcodeversion-1.0.tcl	2016-09-15 23:01:55 UTC (rev 152741)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 #
-# Copyright (c) 2009 The MacPorts Project
+# Copyright (c) 2009-2013, 2016 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -52,13 +52,13 @@
                     ui_error "Couldn't determine your Xcode version (from '/usr/bin/xcodebuild -version')."
                     ui_error ""
                     ui_error "If you have not installed Xcode, install it now; see:"
-                    ui_error "http://guide.macports.org/chunked/installing.xcode.html"
+                    ui_error "https://guide.macports.org/chunked/installing.xcode.html"
                     ui_error ""
                     return -code error "unable to find Xcode"
                 }
                 if {[vercmp ${xcodeversion} ${minimum_xcodeversion}] < 0} {
                     ui_error "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${xcodeversion}."
-                    ui_error "See http://guide.macports.org/chunked/installing.xcode.html for download links."
+                    ui_error "See https://guide.macports.org/chunked/installing.xcode.html for download links."
                     return -code error "incompatible Xcode version"
                 }
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160915/6b897dc5/attachment.html>


More information about the macports-changes mailing list