On Dec 09, 2013 12:13, Matthias Kilian wrote: > On Mon, Dec 09, 2013 at 11:13:17AM +0100, David Coppa wrote: > > On Mon, Dec 9, 2013 at 10:53 AM, Dawe <dawed...@gmx.de> wrote: > > > Update hs-postgresql-libpq to version 0.8.2.5. > > > No changes but thanks to github/AlexanderAA we can drop our cabal-file > > > patch. > > > Tested on amd64. > > > > Nice! > > > > if os(openbsd) > > Extra-Libraries: crypto ssl com_err asn1 krb5 wind roken heimbase > > > > Ok with me. > > If Matthias does not pop up, I can also do the commit. > > Sure, just do it ;-) > > @dawe: your mail client seems to scramble your diffs; please check your > > Ciao, > Kili >
Oh sorry! This one should be clean. Index: Makefile =================================================================== RCS file: /cvs/ports/databases/hs-postgresql-libpq/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 22 Oct 2013 20:14:18 -0000 1.6 +++ Makefile 8 Dec 2013 13:37:09 -0000 @@ -2,7 +2,7 @@ COMMENT = low-level binding to libpq -DISTNAME = postgresql-libpq-0.8.2.4 +DISTNAME = postgresql-libpq-0.8.2.5 CATEGORIES = databases HOMEPAGE = https://github.com/lpsmith/postgresql-libpq Index: distinfo =================================================================== RCS file: /cvs/ports/databases/hs-postgresql-libpq/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 22 Oct 2013 20:14:18 -0000 1.3 +++ distinfo 8 Dec 2013 13:37:09 -0000 @@ -1,2 +1,2 @@ -SHA256 (ghc/postgresql-libpq-0.8.2.4.tar.gz) = puuy7i0S9JTjqCJ0narjBtioQwkR0gozOsO0re0lC7c= -SIZE (ghc/postgresql-libpq-0.8.2.4.tar.gz) = 26421 +SHA256 (ghc/postgresql-libpq-0.8.2.5.tar.gz) = JTTWtZZFBM/XkTAUEcxJ+2VRhXDrHi0aVW0U5/ZUWoA= +SIZE (ghc/postgresql-libpq-0.8.2.5.tar.gz) = 26469 Index: patches/patch-postgresql-libpq_cabal =================================================================== RCS file: patches/patch-postgresql-libpq_cabal diff -N patches/patch-postgresql-libpq_cabal --- patches/patch-postgresql-libpq_cabal 23 Jun 2013 11:20:27 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ -$OpenBSD: patch-postgresql-libpq_cabal,v 1.2 2013/06/23 11:20:27 dcoppa Exp $ - -Unbreak when used within GHCi - ---- postgresql-libpq.cabal.orig Wed Jan 30 09:12:28 2013 -+++ postgresql-libpq.cabal Thu Jun 20 16:43:26 2013 -@@ -27,7 +27,7 @@ Library - , bytestring - - GHC-Options: -Wall -- Extra-Libraries: pq -+ Extra-Libraries: pq crypto ssl com_err asn1 krb5 wind roken heimbase - -- Other-modules: - Build-tools: hsc2hs -