From owner-svn-ports-head@freebsd.org Sun Jan 6 13:22:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD360148F1AF; Sun, 6 Jan 2019 13:22:03 +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 7FFFC76D73; Sun, 6 Jan 2019 13:22:03 +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 6F5AACB0; Sun, 6 Jan 2019 13:22:03 +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 x06DM3HA062781; Sun, 6 Jan 2019 13:22:03 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x06DM2hx062773; Sun, 6 Jan 2019 13:22:02 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201901061322.x06DM2hx062773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Sun, 6 Jan 2019 13:22:02 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head: devel/hs-uuagc devel/hs-uuagc-bootstrap ports-mgmt/hs-porte sysutils/hs-angel sysutils/hs-ekg-json X-SVN-Commit-Revision: 489492 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7FFFC76D73 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2019 13:22:04 -0000 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