[150770] trunk/dports/shells/zsh/Portfile

larryv at macports.org larryv at macports.org
Thu Jul 28 00:05:34 PDT 2016


Revision: 150770
          https://trac.macports.org/changeset/150770
Author:   larryv at macports.org
Date:     2016-07-28 00:05:34 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
zsh: Remove trailing slashes in URLs

Personal preference.

Modified Paths:
--------------
    trunk/dports/shells/zsh/Portfile

Modified: trunk/dports/shells/zsh/Portfile
===================================================================
--- trunk/dports/shells/zsh/Portfile	2016-07-28 07:05:30 UTC (rev 150769)
+++ trunk/dports/shells/zsh/Portfile	2016-07-28 07:05:34 UTC (rev 150770)
@@ -16,7 +16,7 @@
                         language. Many of the useful features of bash,
                         ksh, and tcsh were incorporated into zsh;
                         many original features were added.}
-homepage                http://www.zsh.org/
+homepage                http://www.zsh.org
 
 depends_build           bin:makeinfo:texinfo
 depends_skip_archcheck-append texinfo
@@ -28,14 +28,14 @@
 
 master_sites            sourceforge:project/zsh/zsh/${version}:src \
                         sourceforge:project/zsh/zsh-doc/${version}:doc \
-                        http://www.zsh.org/pub/:src \
-                        http://www.zsh.org/pub/:doc \
-                        ftp://ftp.zsh.org/pub/:src \
-                        ftp://ftp.zsh.org/pub/:doc \
-                        ftp://ftp.fu-berlin.de/unix/shells/zsh/:src \
-                        ftp://ftp.fu-berlin.de/unix/shells/zsh/:doc \
-                        ftp://ftp.icm.edu.pl/vol/rzm1/zsh/:src \
-                        ftp://ftp.icm.edu.pl/vol/rzm1/zsh/:doc
+                        http://www.zsh.org/pub:src \
+                        http://www.zsh.org/pub:doc \
+                        ftp://ftp.zsh.org/pub:src \
+                        ftp://ftp.zsh.org/pub:doc \
+                        ftp://ftp.fu-berlin.de/unix/shells/zsh:src \
+                        ftp://ftp.fu-berlin.de/unix/shells/zsh:doc \
+                        ftp://ftp.icm.edu.pl/vol/rzm1/zsh:src \
+                        ftp://ftp.icm.edu.pl/vol/rzm1/zsh:doc
 
 use_xz                  yes
 distfiles               ${distname}${extract.suffix}:src \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/8e6a7ddc/attachment.html>


More information about the macports-changes mailing list