diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2008-05-24 16:45:42 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2008-05-24 16:45:42 +0000 |
commit | 9cdfb08fbbb46e73658d2605d68da8a91b567c21 (patch) | |
tree | c50dbbbfca22c5248043a7784b2e98919305044c /devel/hs-hmake | |
parent | 3d764b8587e6884118e71dbb707c283100983aa3 (diff) |
Notes
Diffstat (limited to 'devel/hs-hmake')
-rw-r--r-- | devel/hs-hmake/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hmake/distinfo | 6 | ||||
-rw-r--r-- | devel/hs-hmake/files/patch-script_confhc | 14 | ||||
-rw-r--r-- | devel/hs-hmake/files/patch-src-hmake-Config.hs | 11 | ||||
-rw-r--r-- | devel/hs-hmake/files/patch-src-hmake-PackageConfig.hs | 11 |
5 files changed, 4 insertions, 41 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile index 9fec2bc6b2d1..a45b24f67145 100644 --- a/devel/hs-hmake/Makefile +++ b/devel/hs-hmake/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hmake -PORTVERSION= 3.13 -PORTREVISION= 1 +PORTVERSION= 3.14 CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/hmake/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \ diff --git a/devel/hs-hmake/distinfo b/devel/hs-hmake/distinfo index 66e46224f708..0b6c4a97b534 100644 --- a/devel/hs-hmake/distinfo +++ b/devel/hs-hmake/distinfo @@ -1,3 +1,3 @@ -MD5 (hmake-3.13.tar.gz) = c87f79f1846f6b5eccbe5f0a00928b8b -SHA256 (hmake-3.13.tar.gz) = bc1ebc01a5d471daf6746bec3a1012806bd449359a304431072b40d2a12cde39 -SIZE (hmake-3.13.tar.gz) = 104283 +MD5 (hmake-3.14.tar.gz) = 7fb58d8e5c257869200d87cff19d7b15 +SHA256 (hmake-3.14.tar.gz) = 6e673b2543dbe7d9efc2cc0bcb705b5b34a3bd6b28cd303d7b7379182ec9fb44 +SIZE (hmake-3.14.tar.gz) = 247991 diff --git a/devel/hs-hmake/files/patch-script_confhc b/devel/hs-hmake/files/patch-script_confhc deleted file mode 100644 index 35a09961c4ec..000000000000 --- a/devel/hs-hmake/files/patch-script_confhc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- script/confhc.orig -+++ script/confhc -@@ -78,7 +78,7 @@ - ghcsym () { - echo __GLASGOW_HASKELL__ >ghcsym.hs; - $1 -E -cpp -optP-P ghcsym.hs -o ghcsym.out; -- grep -v '^#' ghcsym.out | grep -v '^$' > $2; -+ grep -v '^#' ghcsym.out | grep -v '^$' | grep -v '^{' > $2; - rm -f ghcsym.hs ghcsym.out; - } - echo -n " Looking for ghc... " diff --git a/devel/hs-hmake/files/patch-src-hmake-Config.hs b/devel/hs-hmake/files/patch-src-hmake-Config.hs deleted file mode 100644 index 71078ca276b7..000000000000 --- a/devel/hs-hmake/files/patch-src-hmake-Config.hs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/hmake/Config.hs.orig 2006-07-07 18:01:16.000000000 +0200 -+++ src/hmake/Config.hs 2008-02-28 22:18:01.000000000 +0100 -@@ -267,7 +267,7 @@ - else do -- 5.00 and above - pkgcfg <- runAndReadStdout (escape ghcpath++" --print-libdir") - let libdir = escape pkgcfg -- incdir1 = libdir++"/imports" -+ incdir1 = if ghcsym < 608 then libdir++"/imports" else libdir++"/lib" - ok <- doesDirectoryExist incdir1 - if ok - then do diff --git a/devel/hs-hmake/files/patch-src-hmake-PackageConfig.hs b/devel/hs-hmake/files/patch-src-hmake-PackageConfig.hs deleted file mode 100644 index b7aa42627db9..000000000000 --- a/devel/hs-hmake/files/patch-src-hmake-PackageConfig.hs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/hmake/PackageConfig.hs.orig 2006-08-21 17:30:46.000000000 +0200 -+++ src/hmake/PackageConfig.hs 2008-02-28 22:19:23.000000000 +0100 -@@ -51,7 +51,7 @@ - else unsafePerformIO $ do - pkgcfg <- runAndReadStdout (ghc++" --print-libdir") - let libdir = escape pkgcfg -- incdir1 = libdir++"/imports" -+ incdir1 = if ghcsym < 608 then libdir++"/imports" else libdir++"/lib" - ok <- doesDirectoryExist incdir1 - if ok - then do |