Date: Sun, 6 Jan 2019 13:22:02 +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: r489492 - in head: devel/hs-uuagc devel/hs-uuagc-bootstrap ports-mgmt/hs-porte sysutils/hs-angel sysutils/hs-ekg-json Message-ID: <201901061322.x06DM2hx062773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arrowd Date: Sun Jan 6 13:22:02 2019 New Revision: 489492 URL: https://svnweb.freebsd.org/changeset/ports/489492 Log: Use proper format for EXPIRATION_DATE. Reported by: FreshPorts Approved by: tcberner (mentor) Modified: head/devel/hs-uuagc-bootstrap/Makefile head/devel/hs-uuagc/Makefile head/ports-mgmt/hs-porte/Makefile head/sysutils/hs-angel/Makefile head/sysutils/hs-ekg-json/Makefile Modified: head/devel/hs-uuagc-bootstrap/Makefile ============================================================================== --- head/devel/hs-uuagc-bootstrap/Makefile Sun Jan 6 13:09:51 2019 (r489491) +++ head/devel/hs-uuagc-bootstrap/Makefile Sun Jan 6 13:22:02 2019 (r489492) @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE DEPRECATED= No release since 2011 BROKEN= Doesn't build with newest GHC -EXPIRATION_DATE=31.01.2019 +EXPIRATION_DATE= 2019-01-31 USE_CABAL= haskell-src-exts>=1.11.1 mtl>=1.1.1.1 uulib>=0.9.14 Modified: head/devel/hs-uuagc/Makefile ============================================================================== --- head/devel/hs-uuagc/Makefile Sun Jan 6 13:09:51 2019 (r489491) +++ head/devel/hs-uuagc/Makefile Sun Jan 6 13:22:02 2019 (r489492) @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE DEPRECATED= No release since 2015 BROKEN= Doesn't build with recent Haskell libraries -EXPIRATION_DATE=31.01.2019 +EXPIRATION_DATE= 2019-01-31 USE_CABAL= haskell-src-exts>=1.11.1 mtl>=1.1.1.1 uuagc-cabal>=1.0.2.0 \ uulib>=0.9.14 Modified: head/ports-mgmt/hs-porte/Makefile ============================================================================== --- head/ports-mgmt/hs-porte/Makefile Sun Jan 6 13:09:51 2019 (r489491) +++ head/ports-mgmt/hs-porte/Makefile Sun Jan 6 13:22:02 2019 (r489492) @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE DEPRECATED= No updates since 2010 BROKEN= Doesn't build with newest GHC -EXPIRATION_DATE=31.01.2019 +EXPIRATION_DATE= 2019-01-31 USE_CABAL= extensible-exceptions stringsearch Modified: head/sysutils/hs-angel/Makefile ============================================================================== --- head/sysutils/hs-angel/Makefile Sun Jan 6 13:09:51 2019 (r489491) +++ head/sysutils/hs-angel/Makefile Sun Jan 6 13:22:02 2019 (r489492) @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE DEPRECATED= No releases since 2016 BROKEN= Doesn't build with recent GHC -EXPIRATION_DATE=31.01.2019 +EXPIRATION_DATE= 2019-01-31 USE_CABAL= configurator>=0.1 mtl old-locale optparse-applicative \ unordered-containers>=0.1.4 Modified: head/sysutils/hs-ekg-json/Makefile ============================================================================== --- head/sysutils/hs-ekg-json/Makefile Sun Jan 6 13:09:51 2019 (r489491) +++ head/sysutils/hs-ekg-json/Makefile Sun Jan 6 13:22:02 2019 (r489492) @@ -11,7 +11,7 @@ COMMENT= JSON encoding of ekg metrics LICENSE= BSD3CLAUSE BROKEN= Doesn't build with newest Haskell libraries -EXPIRATION_DATE=31.01.2018 +EXPIRATION_DATE= 2019-01-31 USE_CABAL= aeson ekg-core>=0.1 unordered-containers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061322.x06DM2hx062773>