[112634] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Oct 28 09:09:14 PDT 2013


Revision: 112634
          https://trac.macports.org/changeset/112634
Author:   ryandesign at macports.org
Date:     2013-10-28 09:09:14 -0700 (Mon, 28 Oct 2013)
Log Message:
-----------
netpbm, sdcv, wxLua: use https URLs to fetch from SVN to help those who need to use http proxies (#41023)

Modified Paths:
--------------
    trunk/dports/graphics/netpbm/Portfile
    trunk/dports/graphics/wxLua/Portfile
    trunk/dports/textproc/sdcv/Portfile

Modified: trunk/dports/graphics/netpbm/Portfile
===================================================================
--- trunk/dports/graphics/netpbm/Portfile	2013-10-28 15:53:35 UTC (rev 112633)
+++ trunk/dports/graphics/netpbm/Portfile	2013-10-28 16:09:14 UTC (rev 112634)
@@ -34,7 +34,7 @@
                 port:libxml2
 
 fetch.type      svn
-svn.url         svn://svn.code.sf.net/p/netpbm/code/advanced/
+svn.url         https://svn.code.sf.net/p/netpbm/code/advanced/
 worksrcdir      advanced
 
 patchfiles      patch-pm_config.in.h.diff \

Modified: trunk/dports/graphics/wxLua/Portfile
===================================================================
--- trunk/dports/graphics/wxLua/Portfile	2013-10-28 15:53:35 UTC (rev 112633)
+++ trunk/dports/graphics/wxLua/Portfile	2013-10-28 16:09:14 UTC (rev 112634)
@@ -30,7 +30,7 @@
 #
 ## SVN repository (apparently not desirable to use)
 fetch.type          svn
-svn.url             svn://svn.code.sf.net/p/wxlua/svn/trunk/${name}
+svn.url             https://svn.code.sf.net/p/wxlua/svn/trunk/${name}
 worksrcdir          ${name}
 
 ## temporary URL from SourceForge

Modified: trunk/dports/textproc/sdcv/Portfile
===================================================================
--- trunk/dports/textproc/sdcv/Portfile	2013-10-28 15:53:35 UTC (rev 112633)
+++ trunk/dports/textproc/sdcv/Portfile	2013-10-28 16:09:14 UTC (rev 112634)
@@ -24,7 +24,7 @@
 #                        sha256  a164f079e93986814ea2d39f3a49cf9d1b71b01aad908254457fe3d0ded9deb2
 
 fetch.type              svn
-svn.url                 svn://svn.code.sf.net/p/sdcv/code/trunk
+svn.url                 https://svn.code.sf.net/p/sdcv/code/trunk
 svn.revision            45
 worksrcdir              trunk
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131028/880398aa/attachment.html>


More information about the macports-changes mailing list