Index: head/converters/hs-dataenc/Makefile =================================================================== --- head/converters/hs-dataenc/Makefile (revision 477218) +++ head/converters/hs-dataenc/Makefile (revision 477219) @@ -1,16 +1,19 @@ # $FreeBSD$ PORTNAME= dataenc PORTVERSION= 0.14.0.7 PORTREVISION= 6 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org 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" .include Index: head/devel/hs-darcs/Makefile =================================================================== --- head/devel/hs-darcs/Makefile (revision 477218) +++ head/devel/hs-darcs/Makefile (revision 477219) @@ -1,55 +1,56 @@ # Created by: Oliver Braun # $FreeBSD$ PORTNAME= darcs PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Distributed, interactive, smart revision control system 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 \ utf8-string vector zip-archive zlib EXECUTABLE= darcs MAN1PAGES= darcs.1 FLAGS_DEFINE= STATIC TERMINFO THREADED FLAGS_MULTI= WEB FLAGS_MULTI_WEB= CURL HTTP WEB_DESC= HTTP backend FLAGS_DEFAULT= CURL THREADED FLAGS_ENABLE= library executable CURL_DESC= Use libcurl for HTTP support CURL_FLAG_ENABLE= curl CURL_FLAG_LIB= libcurl.so:ftp/curl HTTP_DESC= Use the pure HTTP package HTTP_FLAG_ENABLE= http HTTP_FLAG_CABAL= HTTP>=4000.2.3 network>=2.6 network-uri>=2.6 STATIC_DESC= Build static binary STATIC_FLAG_ENABLE= static TERMINFO_DESC= Use terminfo TERMINFO_FLAG_ENABLE= terminfo THREADED_DESC= Use threading and SMP support THREADED_FLAG_ENABLE= threaded .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .if ${PORT_OPTIONS:MSTATIC} && ${PORT_OPTIONS:MCURL} BROKEN= enabling STATIC and CURL together will produce linker errors .endif .include Index: head/devel/hs-hashed-storage/Makefile =================================================================== --- head/devel/hs-hashed-storage/Makefile (revision 477218) +++ head/devel/hs-hashed-storage/Makefile (revision 477219) @@ -1,18 +1,21 @@ # $FreeBSD$ PORTNAME= hashed-storage PORTVERSION= 0.5.11 PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org 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 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/www/hs-hS3/Makefile =================================================================== --- head/www/hs-hS3/Makefile (revision 477218) +++ head/www/hs-hS3/Makefile (revision 477219) @@ -1,22 +1,25 @@ # $FreeBSD$ PORTNAME= hS3 PORTVERSION= 0.5.9 PORTREVISION= 4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Interface to Amazon's Simple Storage Service (S3) 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 EXECUTABLE= hs3 FLAGS_ENABLE= network-uri .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include