GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
21 lines
605 B
Makefile
21 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yesod-static
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Static file serving subsite for Yesod Web Framework
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= base64-bytestring>=0.1.0.1 cereal>=0.3 conduit>=0.5 \
|
|
crypto-conduit>=0.4 cryptohash>=0.6.1 data-default \
|
|
file-embed>=0.0.4.1 http-types>=0.7 shakespeare-css>=1.0.3 \
|
|
system-fileio>=0.3 system-filepath>=0.4.6 text>=0.9 \
|
|
transformers>=0.2.2 unix-compat>=0.2 wai>=1.3 \
|
|
wai-app-static>=1.3 yesod-core>=1.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|