Ticket #67789: DoCon-2.12.diff

File DoCon-2.12.diff, 1.7 KB (added by ryandesign (Ryan Carsten Schmidt), 16 months ago)
  • math/DoCon/Portfile

    diff --git a/math/DoCon/Portfile b/math/DoCon/Portfile
    index 51cbffddf7f..5b952e55af9 100644
    a b PortSystem 1.0 
    44
    55name                DoCon
    66set shortname       docon
    7 version             2.11
    8 revision            5
     7version             2.12
     8revision            0
     9checksums           rmd160  e324a679584d7a9ead1c69ebcb8a8fce44d0187f \
     10                    sha256  d43013c2dccd4b437c2673ba8f62aa55a785b41a01355d4b8a93459bb656faa9 \
     11                    size    1583274
     12
    913categories          math devel
    1014maintainers         nomaintainer
    1115
    master_sites ${homepage}${version} 
    2327distname            ${shortname}-${version}
    2428use_zip             yes
    2529
    26 checksums           md5 229b4af2005bc6fcac0e386d88bf69e4
    27 
    2830patchfiles          patch-docon.cabal.diff
    2931
    3032depends_lib         port:ghc
  • math/DoCon/files/patch-docon.cabal.diff

    diff --git a/math/DoCon/files/patch-docon.cabal.diff b/math/DoCon/files/patch-docon.cabal.diff
    index 865bee0041d..d1b78a5e472 100644
    a b  
    1 --- docon.cabal.sav     2008-06-17 19:15:25.000000000 -0400
    2 +++ docon.cabal         2008-06-17 19:15:41.000000000 -0400
    3 @@ -39,7 +39,7 @@
    4    -fno-warn-overlapping-patterns -fwarn-unused-binds
    5    -fwarn-unused-matches -fwarn-unused-imports
     1--- docon.cabal.orig    2014-04-28 07:34:01.000000000 -0500
     2+++ docon.cabal 2023-07-21 06:09:19.000000000 -0500
     3@@ -46,4 +46,4 @@
     4   -fwarn-unused-matches -fwarn-unused-imports
     5   -fcontext-stack=30
    66   -O
    7 -  +RTS -M400m -RTS 
    8 +  +RTS -M800m -RTS 
    9  --
    10  --  -prof -auto-all
    11  -- for  profiling  add also   --enable-library-profiling 
     7-  +RTS -M400m -RTS
     8+  +RTS -M800m -RTS