diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-05-28 23:53:04 +0800 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-05-28 23:53:04 +0800 |
commit | 0402fd9082f7f0fd534dfd5ad70978505b3eb2e6 (patch) | |
tree | c0edf6d4d4a1642a3116f35602a4a8f5692c0503 /x11/hs-X11 | |
parent | e3182c311c86b528b6b9b100416a37de99ec2f4c (diff) | |
download | freebsd-ports-gnome-0402fd9082f7f0fd534dfd5ad70978505b3eb2e6.tar.gz freebsd-ports-gnome-0402fd9082f7f0fd534dfd5ad70978505b3eb2e6.tar.zst freebsd-ports-gnome-0402fd9082f7f0fd534dfd5ad70978505b3eb2e6.zip |
Merge lang/ghcXXX ports into lang/ghc.
Remove OPTIONS support from library Haskell ports.
Do not install documentation by library Haskell ports.
Remove deprecation notice from library ports, that still needed.
PR: 224083
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20247
Diffstat (limited to 'x11/hs-X11')
-rw-r--r-- | x11/hs-X11/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 8fe0e12ee0b0..e240372a75b3 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -3,7 +3,7 @@ PORTNAME= X11 PORTVERSION= 1.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org @@ -11,9 +11,6 @@ COMMENT= Binding to the X11 graphics library LICENSE= BSD3CLAUSE -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - USE_CABAL= data-default USE_XORG= x11 xrandr xext |