[79027] trunk/base

jmr at macports.org jmr at macports.org
Mon May 30 15:19:45 PDT 2011


Revision: 79027
          http://trac.macports.org/changeset/79027
Author:   jmr at macports.org
Date:     2011-05-30 15:19:44 -0700 (Mon, 30 May 2011)
Log Message:
-----------
moar https

Modified Paths:
--------------
    trunk/base/Makefile.in
    trunk/base/config/RELEASE_URL
    trunk/base/doc/macports.conf.in
    trunk/base/doc/sources.conf
    trunk/base/portmgr/ReleaseProcess
    trunk/base/portmgr/dmg/ReadMe.rtf
    trunk/base/portmgr/fedora/macports.spec
    trunk/base/portmgr/jobs/GuideRegen.sh
    trunk/base/portmgr/jobs/mprsyncup
    trunk/base/portmgr/jobs/portfile_lint.pl
    trunk/base/portmgr/jobs/portfile_mirror.pl
    trunk/base/src/macports1.0/tests/macports_dlist.tcl
    trunk/base/src/port1.0/portchecksum.tcl
    trunk/base/tests/test/case-insensitive-deactivate/README

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/Makefile.in	2011-05-30 22:19:44 UTC (rev 79027)
@@ -8,7 +8,7 @@
 DISTNAME	= MacPorts-${DISTVER}
 DISTARCTAG	= ${DISTTAG}-archive
 DISTARCNAME	= ${DISTNAME}-archive
-SVNURL		= http://svn.macports.org/repository/macports
+SVNURL		= https://svn.macports.org/repository/macports
 
 
 include Mk/macports.autoconf.mk
@@ -69,7 +69,7 @@
 endif
 	@echo ""; echo "Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, add ${prefix}/bin to your PATH and run:"; echo ""
 	@echo "sudo port -v selfupdate"; echo ""
-	@echo "Please read \"man port\", the MacPorts guide at http://guide.macports.org/ and Wiki at http://trac.macports.org/ for full documentation."; echo ""
+	@echo "Please read \"man port\", the MacPorts guide at http://guide.macports.org/ and Wiki at https://trac.macports.org/ for full documentation."; echo ""
 
 group::
 	@echo "creating a macports group..." && sudo dseditgroup -o create -n . macports && echo "done! use './configure --with-install-group=macports --with-shared-directory' if you haven't already"

Modified: trunk/base/config/RELEASE_URL
===================================================================
--- trunk/base/config/RELEASE_URL	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/config/RELEASE_URL	2011-05-30 22:19:44 UTC (rev 79027)
@@ -1 +1 @@
-http://svn.macports.org/repository/macports/tags/release_1_9_2/base
+https://svn.macports.org/repository/macports/tags/release_1_9_2/base

Modified: trunk/base/doc/macports.conf.in
===================================================================
--- trunk/base/doc/macports.conf.in	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/doc/macports.conf.in	2011-05-30 22:19:44 UTC (rev 79027)
@@ -78,7 +78,7 @@
 
 # Rsync server to fetch MacPorts sources from. Note that this is only used
 # for selfupdate. The source(s) for the ports tree are set in sources.conf.
-# Known mirrors at time of writing (see http://trac.macports.org/wiki/Mirrors
+# Known mirrors at time of writing (see https://trac.macports.org/wiki/Mirrors
 # for the current list):
 #   rsync.macports.org        - California, USA (master)
 #   trd.no.rsync.macports.org - Trondheim, Norway

Modified: trunk/base/doc/sources.conf
===================================================================
--- trunk/base/doc/sources.conf	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/doc/sources.conf	2011-05-30 22:19:44 UTC (rev 79027)
@@ -23,5 +23,5 @@
 #      rsync://rsync.macports.org/release/ports/
 #  To get it from the mirror in Trondheim, Norway use:
 #      rsync://trd.no.rsync.macports.org/release/ports/
-#  A current list of mirrors is available at http://trac.macports.org/wiki/Mirrors
+#  A current list of mirrors is available at https://trac.macports.org/wiki/Mirrors
 rsync://rsync.macports.org/release/ports/ [default]

Modified: trunk/base/portmgr/ReleaseProcess
===================================================================
--- trunk/base/portmgr/ReleaseProcess	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/portmgr/ReleaseProcess	2011-05-30 22:19:44 UTC (rev 79027)
@@ -39,9 +39,9 @@
    first creating the needed branch directory to preserve the required directory structure
    (the 'base' directory level *needs* to exist in each release branch, otherwise selfupdate breaks):
 
- svn mkdir -m "commit-message" http://svn.macports.org/repository/macports/branches/release_1_6
- svn cp [-r<rev>] -m "commit-message" http://svn.macports.org/repository/macports/trunk/base \
-     http://svn.macports.org/repository/macports/branches/release_1_6
+ svn mkdir -m "commit-message" https://svn.macports.org/repository/macports/branches/release_1_6
+ svn cp [-r<rev>] -m "commit-message" https://svn.macports.org/repository/macports/trunk/base \
+     https://svn.macports.org/repository/macports/branches/release_1_6
 
 The actual release, alpha or beta releases, release candidates, and any point releases will all
 live on this branch, and tagged appropriately and if necessary (a must for the actual releases,
@@ -88,8 +88,8 @@
 
 We first tag the branched base directory to make up the final release:
 
- svn cp -m "commit-message" http://svn.macports.org/repository/macports/branches/release_1_6 \
-     http://svn.macports.org/repository/macports/tags/release_1_6_0
+ svn cp -m "commit-message" https://svn.macports.org/repository/macports/branches/release_1_6 \
+     https://svn.macports.org/repository/macports/tags/release_1_6_0
 
 Although only the base subdirectory is branched and tagged for a given major release, we also create a
 separate tag for the entire tree (base sources and full ports tree) at the time the final release tag is
@@ -101,14 +101,14 @@
 revision of the final tagging of base and then switching the base directory to the appropriate release
 tag URL. For instance:
 
- svn co [-r<rev>] http://svn.macports.org/repository/macports/trunk release_1.6.0-archive
+ svn co [-r<rev>] https://svn.macports.org/repository/macports/trunk release_1.6.0-archive
  cd release_1.6.0-archive/base
- svn switch http://svn.macports.org/repository/macports/tags/release_1_6_0/base
+ svn switch https://svn.macports.org/repository/macports/tags/release_1_6_0/base
 
 And finally we tag the entire directory as release_1_6_0-archive:
 
  cd ../../
- svn cp -m "commit-message" release_1.6.0-archive http://svn.macports.org/repository/macports/tags/release_1_6_0-archive
+ svn cp -m "commit-message" release_1.6.0-archive https://svn.macports.org/repository/macports/tags/release_1_6_0-archive
 
 
 === Create & Post Release Tarballs ===
@@ -217,7 +217,7 @@
 
  * The macports-announce@, macports-users@ and macports-dev@ mailing lists.
  * The MacPorts website, by adapting the $macports_version_major and $macports_version_latest variables as appropriate in the trunk/www/includes/common.inc file.
- * [http://trac.macports.org/news/] The MacOSforge news section (submitter: portmgr@)
+ * [https://trac.macports.org/news/] The MacOSforge news section (submitter: portmgr@)
  * [http://www.apple.com/downloads/macosx/unix_open_source/macports.html Apple's downloads page] (submitter: jmpp@)
  * [http://freshmeat.net/projects/macports/ Freshmeat] (submitter: mww@)
  * [http://www.versiontracker.com/dyn/moreinfo/macosx/26679 VersionTracker] (submitter: mij@)

Modified: trunk/base/portmgr/dmg/ReadMe.rtf
===================================================================
--- trunk/base/portmgr/dmg/ReadMe.rtf	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/portmgr/dmg/ReadMe.rtf	2011-05-30 22:19:44 UTC (rev 79027)
@@ -99,7 +99,7 @@
 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
 
 \f0\b0 \cf0 \
-The MacPorts Wiki is available at: {\field{\*\fldinst{HYPERLINK "http://trac.macports.org/projects/macports/wiki/"}}{\fldrslt http://trac.macports.org}} and should be consulted for further documentation and support. Also provided are man pages for 
+The MacPorts Wiki is available at: {\field{\*\fldinst{HYPERLINK "https://trac.macports.org/wiki"}}{\fldrslt https://trac.macports.org}} and should be consulted for further documentation and support. Also provided are man pages for 
 \f2\i port
 \f0\i0 , 
 \f2\i macports.conf

Modified: trunk/base/portmgr/fedora/macports.spec
===================================================================
--- trunk/base/portmgr/fedora/macports.spec	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/portmgr/fedora/macports.spec	2011-05-30 22:19:44 UTC (rev 79027)
@@ -4,8 +4,8 @@
 Release: 0%{?dist}
 License: BSD
 Group: System Environment/Base
-URL: http://www.macports.org
-Source: http://svn.macosforge.org/repository/macports/distfiles/MacPorts/MacPorts-%{version}.tar.bz2
+URL: http://www.macports.org/
+Source: https://svn.macports.org/repository/macports/distfiles/MacPorts/MacPorts-%{version}.tar.bz2
 Prefix: /opt/local
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 

Modified: trunk/base/portmgr/jobs/GuideRegen.sh
===================================================================
--- trunk/base/portmgr/jobs/GuideRegen.sh	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/portmgr/jobs/GuideRegen.sh	2011-05-30 22:19:44 UTC (rev 79027)
@@ -17,7 +17,7 @@
 
 # Other settings (probably don't need to be changed).
 SVN_CONFIG_DIR=${ROOT}/svnconfig
-REPO_BASE=http://svn.macports.org/repository/macports
+REPO_BASE=https://svn.macports.org/repository/macports
 SVN="/opt/local/bin/svn -q --non-interactive --config-dir $SVN_CONFIG_DIR"
 # Where to checkout the source code. This needs to exist!
 SRCTREE=${ROOT}/source

Modified: trunk/base/portmgr/jobs/mprsyncup
===================================================================
--- trunk/base/portmgr/jobs/mprsyncup	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/portmgr/jobs/mprsyncup	2011-05-30 22:19:44 UTC (rev 79027)
@@ -62,7 +62,7 @@
 MP_GROUP=nobody
 
 # Sources information:
-SVNURL=http://svn.macports.org/repository/macports
+SVNURL=https://svn.macports.org/repository/macports
 RELEASE_URL_FILE=config/RELEASE_URL
 
 # cleanup up the working copy if it is locked

Modified: trunk/base/portmgr/jobs/portfile_lint.pl
===================================================================
--- trunk/base/portmgr/jobs/portfile_lint.pl	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/portmgr/jobs/portfile_lint.pl	2011-05-30 22:19:44 UTC (rev 79027)
@@ -14,7 +14,7 @@
 $ENV{'LANG'} = 'en_US.UTF-8';
 
 my $REPOPATH = "/svn/repositories/macports/";
-my $REPOHOST = "http://svn.macosforge.org/repository/macports";
+my $REPOHOST = "https://svn.macports.org/repository/macports";
 my $SVNLOOK = "/opt/local/bin/svnlook";
 
 # use a release (non-trunk) version of port
@@ -96,7 +96,7 @@
 	     To => "$author, $maintainers",
 	     From => 'noreply at macports.org',
 	     Subject => "[$rev] $port Lint Report",
-	     Message => "Change: http://trac.macports.org/changeset/$rev\nPortfile: $port\n\n$errors \n\n",
+	     Message => "Change: https://trac.macports.org/changeset/$rev\nPortfile: $port\n\n$errors \n\n",
 	     smtp => 'relay.apple.com',
 	     );
 

Modified: trunk/base/portmgr/jobs/portfile_mirror.pl
===================================================================
--- trunk/base/portmgr/jobs/portfile_mirror.pl	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/portmgr/jobs/portfile_mirror.pl	2011-05-30 22:19:44 UTC (rev 79027)
@@ -11,7 +11,7 @@
 my $EXCLUSIONS = ('molden');
 
 my $REPOPATH = "/svn/repositories/macports/";
-my $REPOHOST = "http://svn.macosforge.org/repository/macports";
+my $REPOHOST = "https://svn.macports.org/repository/macports";
 my $SVNLOOK = "/opt/local/bin/svnlook";
 my $PORTCMD = "/opt/local/bin/port";
 my $SVN = "/opt/local/bin/svn -q --non-interactive";

Modified: trunk/base/src/macports1.0/tests/macports_dlist.tcl
===================================================================
--- trunk/base/src/macports1.0/tests/macports_dlist.tcl	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/src/macports1.0/tests/macports_dlist.tcl	2011-05-30 22:19:44 UTC (rev 79027)
@@ -70,7 +70,7 @@
 }
 
 # Replicate Shantonu's Bug #354 to test dlist functionality.
-# http://trac.macports.org/projects/macports/ticket/354
+# https://trac.macports.org/ticket/354
 # A depends on B, C.
 # B depends on C.
 # C has no dependencies.

Modified: trunk/base/src/port1.0/portchecksum.tcl
===================================================================
--- trunk/base/src/port1.0/portchecksum.tcl	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/src/port1.0/portchecksum.tcl	2011-05-30 22:19:44 UTC (rev 79027)
@@ -310,7 +310,7 @@
             ui_notice "***"
             ui_notice "The non-matching file appears to be HTML. See this page for possible reasons"
             ui_notice "for the checksum mismatch:"
-            ui_notice "<http://trac.macports.org/wiki/MisbehavingServers>"
+            ui_notice "<https://trac.macports.org/wiki/MisbehavingServers>"
             ui_notice "***"
         }
 

Modified: trunk/base/tests/test/case-insensitive-deactivate/README
===================================================================
--- trunk/base/tests/test/case-insensitive-deactivate/README	2011-05-30 22:03:49 UTC (rev 79026)
+++ trunk/base/tests/test/case-insensitive-deactivate/README	2011-05-30 22:19:44 UTC (rev 79027)
@@ -1,2 +1,2 @@
 See ticket #11759,
-http://trac.macosforge.org/projects/macports/ticket/11759
+https://trac.macports.org/ticket/11759
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110530/5ae6b467/attachment.html>


More information about the macports-changes mailing list