1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/hs-gitit/Makefile
Gleb Popov 98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00

35 lines
862 B
Makefile

# $FreeBSD$
PORTNAME= gitit
PORTVERSION= 0.12.2.1
PORTREVISION= 3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Wiki using happstack, git or darcs, and pandoc
LICENSE= GPLv2
USE_CABAL= ConfigFile HStringTemplate HTTP SHA aeson base64-bytestring \
blaze-html feed filestore happstack-server highlighting-kate \
hoauth2 hslogger http-client-tls http-conduit json mtl \
old-locale old-time pandoc pandoc-types random \
recaptcha safe split syb tagsoup uri url utf8-string \
uuid xml xss-sanitize zlib
EXECUTABLE= expireGititCache gitit
IGNORE= Doesn't build with newest packages
FLAGS_DEFINE= PLUGINS
FLAGS_DEFAULT= PLUGINS
PLUGINS_DESC= Enable support for plugins
PLUGINS_FLAG_ENABLE= plugins
PLUGINS_FLAG_CABAL= ghc-paths
FLAGS_ENABLE= network-uri
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>