Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2019 09:25:29 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508085 - in head: devel/hs-alex devel/hs-cabal-install devel/hs-haddock devel/hs-happy devel/hs-shake devel/hs-threadscope lang/ghc lang/hugs lang/nhc98 textproc/hs-pandoc www/hs-wai-a...
Message-ID:  <201908040925.x749PTAL037173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Sun Aug  4 09:25:28 2019
New Revision: 508085
URL: https://svnweb.freebsd.org/changeset/ports/508085

Log:
  Use HTTPS in pkg-descr's of Haskell ports.

Modified:
  head/devel/hs-alex/pkg-descr
  head/devel/hs-cabal-install/pkg-descr
  head/devel/hs-haddock/pkg-descr
  head/devel/hs-happy/pkg-descr
  head/devel/hs-shake/pkg-descr
  head/devel/hs-threadscope/pkg-descr
  head/lang/ghc/pkg-descr
  head/lang/hugs/pkg-descr
  head/lang/nhc98/pkg-descr
  head/textproc/hs-pandoc/pkg-descr
  head/www/hs-wai-app-static/pkg-descr
  head/x11-wm/hs-xmonad-contrib/pkg-descr
  head/x11/hs-xmobar/pkg-descr

Modified: head/devel/hs-alex/pkg-descr
==============================================================================
--- head/devel/hs-alex/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/devel/hs-alex/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -3,4 +3,4 @@ description of tokens based on regular expressions and
 Haskell module containing code for scanning text efficiently.  It is
 similar to the tool lex or flex for C/C++.
 
-WWW: http://www.haskell.org/alex/
+WWW: https://www.haskell.org/alex/

Modified: head/devel/hs-cabal-install/pkg-descr
==============================================================================
--- head/devel/hs-cabal-install/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/devel/hs-cabal-install/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -2,4 +2,4 @@ The 'cabal' command-line program simplifies the proces
 Haskell software by automating the fetching, configuration, compilation
 and installation of Haskell libraries and programs.
 
-WWW: http://www.haskell.org/cabal/
+WWW: https://www.haskell.org/cabal/

Modified: head/devel/hs-haddock/pkg-descr
==============================================================================
--- head/devel/hs-haddock/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/devel/hs-haddock/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -1,3 +1,3 @@
 Haddock is a documentation-generation tool for Haskell libraries.
 
-WWW: http://www.haskell.org/haddock/
+WWW: https://www.haskell.org/haddock/

Modified: head/devel/hs-happy/pkg-descr
==============================================================================
--- head/devel/hs-happy/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/devel/hs-happy/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -1,3 +1,3 @@
 Happy is a parser generator system for Haskell.
 
-WWW: http://www.haskell.org/happy/
+WWW: https://www.haskell.org/happy/

Modified: head/devel/hs-shake/pkg-descr
==============================================================================
--- head/devel/hs-shake/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/devel/hs-shake/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -11,4 +11,4 @@ provides highly accurate dependency tracking, includin
 for generated files, and dependencies on system information (e.g. compiler
 version).
 
-WWW: http://shakebuild.com/
+WWW: https://shakebuild.com/

Modified: head/devel/hs-threadscope/pkg-descr
==============================================================================
--- head/devel/hs-threadscope/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/devel/hs-threadscope/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -6,4 +6,4 @@ Haskell programs.  Using Threadscope we can check to s
 well balanced across the available processors and spot performance
 issues relating to garbage collection or poor load balancing.
 
-WWW: http://www.haskell.org/haskellwiki/ThreadScope
+WWW: https://www.haskell.org/haskellwiki/ThreadScope

Modified: head/lang/ghc/pkg-descr
==============================================================================
--- head/lang/ghc/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/lang/ghc/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -17,4 +17,4 @@ interactive environment for the functional language Ha
    profiling.
  * Comes with several libraries, and thousands more are available on Hackage.
 
-WWW: http://www.haskell.org/ghc/
+WWW: https://www.haskell.org/ghc/

Modified: head/lang/hugs/pkg-descr
==============================================================================
--- head/lang/hugs/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/lang/hugs/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -11,4 +11,4 @@ including multi-parameter classes, extensible records,
 polymorphism, existentials, scoped type variables, and restricted
 type synonyms.
 
-WWW: http://www.haskell.org/hugs/
+WWW: https://www.haskell.org/hugs/

Modified: head/lang/nhc98/pkg-descr
==============================================================================
--- head/lang/nhc98/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/lang/nhc98/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -4,4 +4,4 @@ aims to produce small executables that run in small am
 with extensive tool support for automatic compilation, foreign language
 interfacing, heap and time profiling, tracing, and debugging.
 
-WWW: http://www.haskell.org/nhc98/
+WWW: https://www.haskell.org/nhc98/

Modified: head/textproc/hs-pandoc/pkg-descr
==============================================================================
--- head/textproc/hs-pandoc/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/textproc/hs-pandoc/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -20,4 +20,4 @@ representation of the document, and a set of writers, 
 native representation into a target format.  Thus, adding an input or
 output format requires only adding a reader or writer.
 
-WWW: http://pandoc.org
+WWW: https://pandoc.org

Modified: head/www/hs-wai-app-static/pkg-descr
==============================================================================
--- head/www/hs-wai-app-static/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/www/hs-wai-app-static/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -1,3 +1,3 @@
 Also provides some helper functions and datatypes for use outside of WAI.
 
-WWW: http://www.yesodweb.com/book/web-application-interface
+WWW: https://www.yesodweb.com/book/web-application-interface

Modified: head/x11-wm/hs-xmonad-contrib/pkg-descr
==============================================================================
--- head/x11-wm/hs-xmonad-contrib/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/x11-wm/hs-xmonad-contrib/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -10,4 +10,4 @@ In particular:
  * XMonad.Doc.Developing, introduction to xmonad internals and
    writing your own extensions.
 
-WWW: http://xmonad.org/
+WWW: https://xmonad.org/

Modified: head/x11/hs-xmobar/pkg-descr
==============================================================================
--- head/x11/hs-xmobar/pkg-descr	Sun Aug  4 09:19:02 2019	(r508084)
+++ head/x11/hs-xmobar/pkg-descr	Sun Aug  4 09:25:28 2019	(r508085)
@@ -2,4 +2,4 @@ Xmobar is a minimalistic text based status bar.  Inspi
 status bar, it supports similar features, like dynamic color management,
 output templates, and extensibility through plugins.
 
-WWW: http://xmobar.org/
+WWW: https://xmobar.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908040925.x749PTAL037173>