Ticket #7289: Portfile.diff

File Portfile.diff, 835 bytes (added by stechert (Andre Stechert), 18 years ago)

Patches the Portfile

  • Portfile

    old new  
    22PortSystem        1.0
    33name              cogito
    44version           0.16rc2
     5revision          1
    56categories        devel
    67maintainers       bryan.larsen@gmail.com
    78description       Git core and cogito tools to provide a fully distributed SCM
     
    1617configure         {}
    1718depends_lib       bin:gstat:coreutils
    1819depends_lib       lib:libz.dylib:zlib
     20depends_run       port:git-core
    1921build.type        gnu
    2022destroot.type     gnu
    2123destroot.destdir  prefix=${prefix} DESTDIR=${destroot}
     
    2426test.target       test
    2527test.dir          ${worksrcpath}
    2628checksums         md5 4f1e4bf0baa78cf1dfe2e2adae7acea3
    27