svn commit: r478346 - head/www/hs-yesod
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Aug 29 09:38:13 UTC 2018
Author: amdmi3
Date: Wed Aug 29 09:38:11 2018
New Revision: 478346
URL: https://svnweb.freebsd.org/changeset/ports/478346
Log:
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Modified:
head/www/hs-yesod/Makefile
head/www/hs-yesod/pkg-descr
Modified: head/www/hs-yesod/Makefile
==============================================================================
--- head/www/hs-yesod/Makefile Wed Aug 29 09:16:21 2018 (r478345)
+++ head/www/hs-yesod/Makefile Wed Aug 29 09:38:11 2018 (r478346)
@@ -9,6 +9,7 @@ MAINTAINER= haskell at FreeBSD.org
COMMENT= Creation of type-safe, RESTful web applications
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
USE_CABAL= aeson blaze-html>=0.5 blaze-markup>=0.5.1 conduit-extra \
data-default fast-logger monad-control>=0.3 monad-logger \
Modified: head/www/hs-yesod/pkg-descr
==============================================================================
--- head/www/hs-yesod/pkg-descr Wed Aug 29 09:16:21 2018 (r478345)
+++ head/www/hs-yesod/pkg-descr Wed Aug 29 09:38:11 2018 (r478346)
@@ -5,4 +5,4 @@ to stand-alone serving. Yesod also focuses on develope
Yesod integrates well with tools for all your basic web development (wai,
persistent, and shakespeare/hamlet).
-WWW: http://www.yesodweb.com/
+WWW: https://www.yesodweb.com/
More information about the svn-ports-head
mailing list