diff options
Diffstat (limited to 'graphics/hs-cairo')
-rw-r--r-- | graphics/hs-cairo/Makefile | 10 | ||||
-rw-r--r-- | graphics/hs-cairo/distinfo | 4 | ||||
-rw-r--r-- | graphics/hs-cairo/pkg-descr | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile index 54fe3f0f7888..26c965f0eb02 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-cairo -# Date created: March 13, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= cairo -PORTVERSION= 0.12.3.1 -PORTREVISION= 1 +PORTVERSION= 0.12.4 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +11,9 @@ LICENSE= BSD FILE_LICENSE= COPYRIGHT CABAL_SETUP= Setup.hs + USE_CABAL= gtk2hs-buildtools mtl + BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/graphics/hs-cairo/distinfo b/graphics/hs-cairo/distinfo index 9345f8ad3e47..73b76d2f3d3c 100644 --- a/graphics/hs-cairo/distinfo +++ b/graphics/hs-cairo/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/cairo-0.12.3.1.tar.gz) = 91bb958e8fcdff9d5496d6e7888359902e7b0c4e8ddfbf0df949856201c5779c -SIZE (cabal/cairo-0.12.3.1.tar.gz) = 50437 +SHA256 (cabal/cairo-0.12.4.tar.gz) = 783943379a6b02e8645dd29960e057bea8d05a7afa12a918d87e54d561b7c63f +SIZE (cabal/cairo-0.12.4.tar.gz) = 50933 diff --git a/graphics/hs-cairo/pkg-descr b/graphics/hs-cairo/pkg-descr index 0befcbdd0f0a..1fce59cee277 100644 --- a/graphics/hs-cairo/pkg-descr +++ b/graphics/hs-cairo/pkg-descr @@ -2,4 +2,4 @@ Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, amongst others. -WWW: http://projects.haskell.org/gtk2hs/ +WWW: http://projects.haskell.org/gtk2hs/ |