Ticket #49359: rev_1.diff

File rev_1.diff, 874 bytes (added by gustafn, 9 years ago)

diff of portfile

  • Portfile

    old new  
     1# -*- 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
    12# $Id: Portfile 95442 2012-07-12 23:03:18Z jmr@macports.org $
    23
    34PortSystem      1.0
    45
    56name            tDOM
    67version         0.8.3
     8revision        1
    79categories      textproc devel
    810maintainers     wu.ac.at:neumann
    911description     high performance XML data processing with easy and powerful Tcl scripting functionality
     
    3133depends_lib     port:tcl
    3234
    3335patch.dir       ${worksrcpath}
    34 patchfiles      Makefile.in.patch
     36patchfiles       Makefile.in.patch tdom-tcl86.patch
    3537
    3638worksrcdir      ${distname}/unix
    3739