summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-05-17 21:09:13 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-05-17 21:09:13 +0000
commit6f965e98697c5c6d9f761a79bec4adf2520f4826 (patch)
treec36afd58f74fd9c6d5d1cb049af8364a98acbb29 /x11-toolkits
parentReduce time and traffic by pinning distfiles to their sites. (diff)
Upgrade to 0.15.3.
Notes
Notes: svn path=/head/; revision=109371
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/hs-gtk+hs/Makefile4
-rw-r--r--x11-toolkits/hs-gtk+hs/distinfo4
-rw-r--r--x11-toolkits/hs-gtk+hs/files/extra-ghc6-patch-gdk-GdkGC.chs16
-rw-r--r--x11-toolkits/hs-gtk+hs/files/patch-glib-GTypes.chs11
4 files changed, 3 insertions, 32 deletions
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile
index 23629f24a8ef..cf80655fa964 100644
--- a/x11-toolkits/hs-gtk+hs/Makefile
+++ b/x11-toolkits/hs-gtk+hs/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gtk+hs
-PORTVERSION= 0.15.2
-PORTREVISION= 1
+PORTVERSION= 0.15.3
CATEGORIES= x11-toolkits haskell
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/gtk/
PKGNAMEPREFIX= hs-
@@ -30,7 +29,6 @@ GHCMAJOR= 5
GHC= ghc-6.2.1
GHCDEP= ghc
GHCMAJOR= 6
-EXTRA_PATCHES= ${PATCHDIR}/extra-ghc6-patch-gdk-GdkGC.chs
.endif
PKGNAMESUFFIX= -${GHCDEP}
diff --git a/x11-toolkits/hs-gtk+hs/distinfo b/x11-toolkits/hs-gtk+hs/distinfo
index 522da6efb2b8..210c6c8096be 100644
--- a/x11-toolkits/hs-gtk+hs/distinfo
+++ b/x11-toolkits/hs-gtk+hs/distinfo
@@ -1,2 +1,2 @@
-MD5 (gtk+hs-0.15.2.tar.gz) = 705e03469dffaf2c8b1b26976e050ec6
-SIZE (gtk+hs-0.15.2.tar.gz) = 217512
+MD5 (gtk+hs-0.15.3.tar.gz) = 49b5fbe5099279fe2ab0189272ae3dcd
+SIZE (gtk+hs-0.15.3.tar.gz) = 218499
diff --git a/x11-toolkits/hs-gtk+hs/files/extra-ghc6-patch-gdk-GdkGC.chs b/x11-toolkits/hs-gtk+hs/files/extra-ghc6-patch-gdk-GdkGC.chs
deleted file mode 100644
index 2a7b32655f16..000000000000
--- a/x11-toolkits/hs-gtk+hs/files/extra-ghc6-patch-gdk-GdkGC.chs
+++ /dev/null
@@ -1,16 +0,0 @@
---- gdk/GdkGC.chs.orig Wed Feb 25 10:02:46 2004
-+++ gdk/GdkGC.chs Wed Feb 25 10:03:35 2004
-@@ -129,10 +129,11 @@
- {#import GdkTypes#} (Rectangle, RectanglePtr)
- import Char (chr)
- import IOExts (unsafePerformIO, IORef, newIORef, readIORef)
-+import qualified Foreign.Concurrent (newForeignPtr)
- -- evil hack for C2HSDeprecated
- type ForeignObj = ForeignPtr ()
--newForeignObj = newForeignPtr
--foreignObjToAddr = foreignPtrToPtr
-+newForeignObj = Foreign.Concurrent.newForeignPtr
-+foreignObjToAddr = unsafeForeignPtrToPtr
-
-
- {#context lib="libgdk" prefix="gdk"#}
diff --git a/x11-toolkits/hs-gtk+hs/files/patch-glib-GTypes.chs b/x11-toolkits/hs-gtk+hs/files/patch-glib-GTypes.chs
deleted file mode 100644
index e2a9174c5482..000000000000
--- a/x11-toolkits/hs-gtk+hs/files/patch-glib-GTypes.chs
+++ /dev/null
@@ -1,11 +0,0 @@
---- glib/GTypes.chs.orig Tue Feb 24 15:11:38 2004
-+++ glib/GTypes.chs Tue Feb 24 15:33:34 2004
-@@ -35,7 +35,7 @@
-
- import Prelude hiding (Char, Int, Float, Double)
-
--import C2HSDeprecated
-+import C2HSDeprecated hiding (Int)
-
- {#context lib="libglib" prefix="g"#}
-