diff options
author | obraun <obraun@FreeBSD.org> | 2004-05-18 05:09:13 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-05-18 05:09:13 +0800 |
commit | 696ca10962c92cf215737ca4ddb9d1b331e1fee1 (patch) | |
tree | d95a85d9861265430f473f410bd75510adfeeb9f | |
parent | 5637edb9e2acc49bdf2a9bac8efd7be0b9e3778f (diff) | |
download | freebsd-ports-gnome-696ca10962c92cf215737ca4ddb9d1b331e1fee1.tar.gz freebsd-ports-gnome-696ca10962c92cf215737ca4ddb9d1b331e1fee1.tar.zst freebsd-ports-gnome-696ca10962c92cf215737ca4ddb9d1b331e1fee1.zip |
Upgrade to 0.15.3.
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/files/extra-ghc6-patch-gdk-GdkGC.chs | 16 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/files/patch-glib-GTypes.chs | 11 |
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"#} - |