diff options
-rw-r--r-- | converters/hs-dataenc/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-darcs/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hashed-storage/Makefile | 3 | ||||
-rw-r--r-- | www/hs-hS3/Makefile | 3 |
4 files changed, 11 insertions, 1 deletions
diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile index 32a6f29e452d..be5bd6b93454 100644 --- a/converters/hs-dataenc/Makefile +++ b/converters/hs-dataenc/Makefile @@ -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" diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index ec3c575b93b4..dd8233ad407a 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -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 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 \ diff --git a/devel/hs-hashed-storage/Makefile b/devel/hs-hashed-storage/Makefile index 9357ef14d538..33f1609f5b77 100644 --- a/devel/hs-hashed-storage/Makefile +++ b/devel/hs-hashed-storage/Makefile @@ -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 diff --git a/www/hs-hS3/Makefile b/www/hs-hS3/Makefile index 6d73cc463be0..ee42ff343bf1 100644 --- a/www/hs-hS3/Makefile +++ b/www/hs-hS3/Makefile @@ -10,6 +10,9 @@ 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 |