1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/xml-light/Portfile,v |
---|
4 | retrieving revision 1.1 |
---|
5 | diff -u -r1.1 Portfile |
---|
6 | --- Portfile 22 Oct 2004 08:48:45 -0000 1.1 |
---|
7 | +++ Portfile 21 Sep 2005 21:44:30 -0000 |
---|
8 | @@ -2,7 +2,7 @@ |
---|
9 | |
---|
10 | PortSystem 1.0 |
---|
11 | name xml-light |
---|
12 | -version 2.1 |
---|
13 | +version 2.2 |
---|
14 | categories devel textproc |
---|
15 | maintainers anil@recoil.org |
---|
16 | description Objective Caml interface for XML parsing and printing |
---|
17 | @@ -13,12 +13,11 @@ |
---|
18 | homepage http://tech.motion-twin.com/xmllight/ |
---|
19 | use_configure no |
---|
20 | platforms darwin |
---|
21 | -distfiles ${name}2.zip |
---|
22 | master_sites http://tech.motion-twin.com/zip/ |
---|
23 | use_zip yes |
---|
24 | -worksrcdir ${name}${version} |
---|
25 | +worksrcdir ${name} |
---|
26 | build.target all opt |
---|
27 | -checksums md5 0f1f6f5de33f8545e1827fbfc57b65f7 |
---|
28 | +checksums md5 7658985cfdaeeb94b579b932eeaa3e00 |
---|
29 | depends_lib bin:camlp4:ocaml |
---|
30 | set instdir ${destroot}${prefix}/lib/ocaml/ |
---|
31 | destroot.args INSTALLDIR=${instdir} |
---|