diff options
author | obraun <obraun@FreeBSD.org> | 2008-07-19 04:05:17 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2008-07-19 04:05:17 +0800 |
commit | 36288b2dbf7b0c42c572f9db9b0da22e437f261e (patch) | |
tree | 061308931ba8310ac4ef5db56457a492e5fd3437 /x11/hs-x11-ghc | |
parent | 4305f0d3a72f00d874b503a0fb5cefd3f31a0190 (diff) | |
download | freebsd-ports-gnome-36288b2dbf7b0c42c572f9db9b0da22e437f261e.tar.gz freebsd-ports-gnome-36288b2dbf7b0c42c572f9db9b0da22e437f261e.tar.zst freebsd-ports-gnome-36288b2dbf7b0c42c572f9db9b0da22e437f261e.zip |
Upgrade ghc to 6.8.3.
Diffstat (limited to 'x11/hs-x11-ghc')
-rw-r--r-- | x11/hs-x11-ghc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/hs-x11-ghc/Makefile b/x11/hs-x11-ghc/Makefile index cb2024083261..27f4baab8181 100644 --- a/x11/hs-x11-ghc/Makefile +++ b/x11/hs-x11-ghc/Makefile @@ -6,7 +6,7 @@ PORTNAME= x11 PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -19,7 +19,7 @@ COMMENT= X11 bindings for Haskell programs # 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.8.2 +GHC_VERSION= 6.8.3 PLIST_SUB+= GHC_VERSION=${GHC_VERSION} \ PORTVERSION=${PORTVERSION} \ PORTNAME=${PORTNAME} \ |