From owner-svn-ports-all@freebsd.org Sun Aug 4 09:25:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76890A4025; Sun, 4 Aug 2019 09:25:32 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 461b982FXDz4L69; Sun, 4 Aug 2019 09:25:32 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2AAA61433; Sun, 4 Aug 2019 09:25:32 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x749PVlL037188; Sun, 4 Aug 2019 09:25:31 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x749PTAL037173; Sun, 4 Aug 2019 09:25:29 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201908040925.x749PTAL037173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Sun, 4 Aug 2019 09:25:29 +0000 (UTC) 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... X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: 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-app-static x11-wm/hs-xmona... X-SVN-Commit-Revision: 508085 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2019 09:25:32 -0000 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/