Ticket #1937: darcs.Portfile.diff

File darcs.Portfile.diff, 1.0 KB (added by gwright@…, 20 years ago)

patch to bump darcs to version 0.9.21.

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            darcs
    5 version         0.9.15
     5version         0.9.21
    66categories      devel
    77maintainers     jkh@opendarwin.org
    88description     David's Advanced Revision Control System
    99long_description        \
    1010David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and MacOS X. Darcs includes a cgi script, which can be used to view the contents of your repository.
     11
    1112homepage        http://abridgegame.org/darcs/
    1213platforms       darwin
    1314master_sites    ${homepage}
    14 checksums       md5 baf34dc8f29557a6b3f1090891d9bbb2
     15checksums       md5 42dfa99b8de92f71e48b77f881fdf66a
    1516patchfiles      patch-GNUmakefile
    1617depends_run     bin:ghc:ghc
    1718depends_lib     lib:libreadline.4:readline lib:libcurl.2:curl
    1819configure.args  --mandir=${prefix}/share/man
    1920configure.env   CPPFLAGS=-I${prefix}/include
     21
     22post-configure  { reinplace "s|-arch i386||g" ${worksrcpath}/autoconf.mk }
     23
    2024build.env       PREFIX=${prefix}
    2125destroot.env    PREFIX=${prefix}