Opened 9 years ago

Closed 9 years ago

#46486 closed defect (fixed)

hs-highlighting-kate: needs to upgrade to build

Reported by: J.Gilbey@… Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: hs-highlighting-kate

Description

With hs-blaze-* being required to be upgraded (various other tickets about that), hs-highlighting-kate now also needs to be upgraded.

Upgrading to http://hackage.haskell.org/package/highlighting-kate-0.5.11.1/highlighting-kate-0.5.11.1.tar.gz with the following patched Portfile appears to work:

--- Portfile.orig	2015-01-08 13:07:27.000000000 +0000
+++ Portfile	2015-01-08 13:09:56.000000000 +0000
@@ -4,10 +4,9 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       highlighting-kate 0.5.5
-revision            2
-checksums           rmd160  4fed23a9e3b1b8dbdbd981423afd98cc7c095a9b \
-                    sha256  4943b59d2ebe23c73f028c449cf973bdc2ea0f3e9e1f696eb7b7f5049da6fd7a
+haskell.setup       highlighting-kate 0.5.11.1
+checksums           rmd160  5b66b95c3240f0a853b375117f0ef0b9a217b464 \
+                    sha256  7b5af011fb86b0358c186245840c95c4c43ada3d98f7b9060d9ce2a0c2e5c2fc
 
 platforms           darwin
 license             GPL-2+

Change History (2)

comment:1 Changed 9 years ago by neverpanic (Clemens Lang)

Owner: changed from macports-tickets@… to cal@…
Port: hs-highlighting-kate added
Status: newassigned

Thanks. Feel free to assign any Haskell tickets to me directly when creating the tickets.

comment:2 Changed 9 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: assignedclosed

r131297, actually also needed a dependency on hs-utf8-string.

Note: See TracTickets for help on using tickets.