From owner-svn-ports-all@freebsd.org Wed Aug 15 10:51:59 2018 Return-Path: Delivered-To: svn-ports-all@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 6EAED107E7F5; Wed, 15 Aug 2018 10:51:59 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B26A856B8; Wed, 15 Aug 2018 10:51:56 +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 4E1EE14CE; Wed, 15 Aug 2018 10:51:56 +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 w7FApuxJ052193; Wed, 15 Aug 2018 10:51:56 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7FAptfb052187; Wed, 15 Aug 2018 10:51:55 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201808151051.w7FAptfb052187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Wed, 15 Aug 2018 10:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477219 - in head: converters/hs-dataenc devel/hs-darcs devel/hs-hashed-storage www/hs-hS3 X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head: converters/hs-dataenc devel/hs-darcs devel/hs-hashed-storage www/hs-hS3 X-SVN-Commit-Revision: 477219 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.27 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: Wed, 15 Aug 2018 10:51:59 -0000 Author: arrowd Date: Wed Aug 15 10:51:55 2018 New Revision: 477219 URL: https://svnweb.freebsd.org/changeset/ports/477219 Log: Deprecate www/hs-hS3, devel/hs-darcs, devel/hs-hashed-storage. PR: 224192 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16672 Modified: head/converters/hs-dataenc/Makefile head/devel/hs-darcs/Makefile head/devel/hs-hashed-storage/Makefile head/www/hs-hS3/Makefile Modified: head/converters/hs-dataenc/Makefile ============================================================================== --- head/converters/hs-dataenc/Makefile Wed Aug 15 09:38:03 2018 (r477218) +++ head/converters/hs-dataenc/Makefile Wed Aug 15 10:51:55 2018 (r477219) @@ -10,6 +10,9 @@ COMMENT= Data encoding library LICENSE= BSD3CLAUSE +DEPRECATED= Not being developed upstream +EXPIRATION_DATE= 2018-09-15 + CONFLICTS_INSTALL= hs-sandi-[0-9]* .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" Modified: head/devel/hs-darcs/Makefile ============================================================================== --- head/devel/hs-darcs/Makefile Wed Aug 15 09:38:03 2018 (r477218) +++ head/devel/hs-darcs/Makefile Wed Aug 15 10:51:55 2018 (r477219) @@ -3,6 +3,7 @@ PORTNAME= darcs PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +12,7 @@ COMMENT= Distributed, interactive, smart revision cont LICENSE= GPLv2 USE_CABAL= async attoparsec base16-bytestring cryptohash \ - data-ordlist dataenc fgl graphviz hashable html HTTP \ + data-ordlist fgl graphviz hashable html HTTP \ mmap mtl random \ regex-applicative regex-compat-tdfa sandi tar \ transformers-compat unix-compat \ Modified: head/devel/hs-hashed-storage/Makefile ============================================================================== --- head/devel/hs-hashed-storage/Makefile Wed Aug 15 09:38:03 2018 (r477218) +++ head/devel/hs-hashed-storage/Makefile Wed Aug 15 10:51:55 2018 (r477219) @@ -10,6 +10,9 @@ COMMENT= Hashed file storage support code LICENSE= BSD3CLAUSE +DEPRECATED= Not being developed upstream +EXPIRATION_DATE= 2018-09-15 + USE_CABAL= dataenc extensible-exceptions mmap>=0.5 mtl zlib FLAGS_DISABLE= test Modified: head/www/hs-hS3/Makefile ============================================================================== --- head/www/hs-hS3/Makefile Wed Aug 15 09:38:03 2018 (r477218) +++ head/www/hs-hS3/Makefile Wed Aug 15 10:51:55 2018 (r477219) @@ -10,6 +10,9 @@ COMMENT= Interface to Amazon's Simple Storage Service LICENSE= BSD3CLAUSE +DEPRECATED= Not being developed upstream +EXPIRATION_DATE= 2018-09-15 + USE_CABAL= Crypto>=4.1.0 dataenc HTTP>=4000.0.0 hxt>=9.0.0 \ MissingH>=0.18.6 network>=2.6 network-uri>=2.6 random \ regex-compat utf8-string