Ticket #49359: rev_1.diff
File rev_1.diff, 874 bytes (added by gustafn, 9 years ago) |
---|
-
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 1 2 # $Id: Portfile 95442 2012-07-12 23:03:18Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 5 6 name tDOM 6 7 version 0.8.3 8 revision 1 7 9 categories textproc devel 8 10 maintainers wu.ac.at:neumann 9 11 description high performance XML data processing with easy and powerful Tcl scripting functionality … … 31 33 depends_lib port:tcl 32 34 33 35 patch.dir ${worksrcpath} 34 patchfiles Makefile.in.patch36 patchfiles Makefile.in.patch tdom-tcl86.patch 35 37 36 38 worksrcdir ${distname}/unix 37 39