Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#46484 closed defect (fixed)

hs-pcre-light: needs to upgrade to new version (0.4 fails to build)

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

Description

I just tried building hs-pcre-light, but it failed to build. Upgrading to the latest available version at http://hackage.haskell.org/package/pcre-light-0.4.0.3/pcre-light-0.4.0.3.tar.gz seems to solve the problem.

Change History (5)

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

Owner: changed from macports-tickets@… to cal@…
Status: newassigned

Can you provide a patch against the Portfile?

comment:2 Changed 9 years ago by J.Gilbey@…

Yes, though there's something funny about the Id tag - I don't know what's happened there. Maybe I've compared against an older Portfile (as I don't know how to find the current one).

--- /Users/jdg18/Downloads/+PORTFILE	2014-04-15 07:43:23.000000000 +0100
+++ Portfile	2015-01-08 12:02:22.000000000 +0000
@@ -1,13 +1,12 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id: Portfile 110047 2013-08-25 16:36:09Z cal@macports.org $
+# $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $
 
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       pcre-light 0.4
-revision            3
-checksums           rmd160  636603e48c30535dd2619244de7b2aa102d7c460 \
-                    sha256  b37f6ffab07b56540ba4cc410f3ad3c4e0e6e226c610c33f4b7daf70559c31f6
+haskell.setup       pcre-light 0.4.0.3
+checksums           rmd160  611faf08a3464d8db58f46afdcb7de4f3df81934 \
+                    sha256  6e6309fe0f759fe685c8c58a14dd204f7691675b15adbd88208ee332b5702d50
 
 maintainers         nomaintainer
 platforms           darwin

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

Port: hs-pcre-light added
Resolution: fixed
Status: assignedclosed

This was in r131288.

comment:4 Changed 9 years ago by joelfred@…

Cc: joelfred@… added

Cc Me!

comment:5 Changed 9 years ago by joelfred@…

Cc: joelfred@… removed

Cc Me!

Note: See TracTickets for help on using tickets.