Date: Sat, 11 Aug 2018 09:38:02 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476867 - head/www/hs-yesod-bin Message-ID: <201808110938.w7B9c2k1002292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Aug 11 09:38:02 2018 New Revision: 476867 URL: https://svnweb.freebsd.org/changeset/ports/476867 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/www/hs-yesod-bin/Makefile head/www/hs-yesod-bin/pkg-descr Modified: head/www/hs-yesod-bin/Makefile ============================================================================== --- head/www/hs-yesod-bin/Makefile Sat Aug 11 09:32:45 2018 (r476866) +++ head/www/hs-yesod-bin/Makefile Sat Aug 11 09:38:02 2018 (r476867) @@ -8,6 +8,7 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= Yesod helper executable LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_CABAL= async attoparsec>=0.10 base64-bytestring \ blaze-builder>=0.2.1.4 conduit>=1.2 conduit-extra \ Modified: head/www/hs-yesod-bin/pkg-descr ============================================================================== --- head/www/hs-yesod-bin/pkg-descr Sat Aug 11 09:32:45 2018 (r476866) +++ head/www/hs-yesod-bin/pkg-descr Sat Aug 11 09:38:02 2018 (r476867) @@ -1,3 +1,3 @@ Provides scaffolding, devel server, and some simple code generation helpers. -WWW: http://www.yesodweb.com/ +WWW: https://www.yesodweb.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808110938.w7B9c2k1002292>