diff options
author | obraun <obraun@FreeBSD.org> | 2007-12-30 23:06:11 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2007-12-30 23:06:11 +0800 |
commit | 09fee57833a2568707bd545839de4b433a60ae6f (patch) | |
tree | f44a7c0c3d979b082867b62ff39c39c5cf4ec2fc /x11/hs-X11 | |
parent | df0d1b31dab184add4ab08cb098dae4af7325e9a (diff) | |
download | freebsd-ports-graphics-09fee57833a2568707bd545839de4b433a60ae6f.tar.gz freebsd-ports-graphics-09fee57833a2568707bd545839de4b433a60ae6f.tar.zst freebsd-ports-graphics-09fee57833a2568707bd545839de4b433a60ae6f.zip |
Update to 1.4.1.
Diffstat (limited to 'x11/hs-X11')
-rw-r--r-- | x11/hs-X11/Makefile | 6 | ||||
-rw-r--r-- | x11/hs-X11/distinfo | 6 | ||||
-rw-r--r-- | x11/hs-X11/pkg-plist | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 82c192a617a..91ebb059413 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= x11 -PORTVERSION= 1.2.3 +PORTVERSION= 1.4.1 CATEGORIES= x11 haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -20,7 +20,7 @@ USE_XLIB= yes # include the version verbatim. This will require a revision bump # on updates, but the correct quoting of `ghc --numeric-version` in the various # places is a real nightmare. -GHC_VERSION= 6.6.1 +GHC_VERSION= 6.8.2 PLIST_SUB+= GHC_VERSION=${GHC_VERSION} \ PORTVERSION=${PORTVERSION} \ PORTNAME=${PORTNAME} \ @@ -29,7 +29,7 @@ PLIST_SUB+= GHC_VERSION=${GHC_VERSION} \ .include <bsd.port.pre.mk> BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 +#LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc # 'owned' by lang/ghc: diff --git a/x11/hs-X11/distinfo b/x11/hs-X11/distinfo index 3d18571fee3..733af2e2b12 100644 --- a/x11/hs-X11/distinfo +++ b/x11/hs-X11/distinfo @@ -1,3 +1,3 @@ -MD5 (X11-1.2.3.tar.gz) = b0d9211f390729e08d38ce68294a8e14 -SHA256 (X11-1.2.3.tar.gz) = fd3c82b5ee6826506bdaf688afbb3793be6ea54081f29bb74bcc9177214a9ccf -SIZE (X11-1.2.3.tar.gz) = 70415 +MD5 (X11-1.4.1.tar.gz) = 59735171e7ea270e64afe69f782abc1f +SHA256 (X11-1.4.1.tar.gz) = e51038541415686f0e278ccdbc0b2373cd11f212de99023b7b8f8e776aa09f79 +SIZE (X11-1.4.1.tar.gz) = 88934 diff --git a/x11/hs-X11/pkg-plist b/x11/hs-X11/pkg-plist index c0df5e72180..41a8606032c 100644 --- a/x11/hs-X11/pkg-plist +++ b/x11/hs-X11/pkg-plist @@ -1,3 +1,6 @@ +%%SUBDIR%%/Graphics/X11/Xinerama.hi +%%SUBDIR%%/Graphics/X11/Xlib/Extras.hi +%%SUBDIR%%/include/XlibExtras.h %%SUBDIR%%/Graphics/X11/Xlib/Atom.hi %%SUBDIR%%/Graphics/X11/Xlib/Color.hi %%SUBDIR%%/Graphics/X11/Xlib/Context.hi @@ -17,6 +20,8 @@ %%SUBDIR%%/HSX11-%%PORTVERSION%%.o %%SUBDIR%%/include/HsXlib.h %%SUBDIR%%/%%PORTNAME%%-register.sh +share/doc/X11-1.4.1/LICENSE +@dirrm share/doc/X11-1.4.1 @dirrm %%SUBDIR%%/Graphics/X11/Xlib @dirrm %%SUBDIR%%/Graphics/X11 @dirrmtry %%SUBDIR%%/Graphics |