Ticket #4735: Portfile.diff

File Portfile.diff, 1.1 KB (added by sal@…, 19 years ago)

Portfile diff

Line 
16c6
2< version                       2.7.4
3---
4> version                       2.7.5
512,14c12,14
6<                                       language tool that provides a framework for constructing \
7<                                       recognizers, compilers, and translators from grammatical \
8<                                       descriptions containing Java, C#, or C++ actions.
9---
10>                       language tool that provides a framework for constructing \
11>                       recognizers, compilers, and translators from grammatical \
12>                       descriptions containing Java, C#, or C++ actions.
1316,18c16,20
14< homepage              http://www.antlr.org/
15< master_sites  ${homepage}/download/
16< checksums             md5 33df7cdc8e80447cdd78607c76f02bac
17---
18> homepage              http://www.antlr.org
19> master_sites          ${homepage}/download
20> checksums             md5 1ef201f29283179c8e5ab618529cac78
21> patchfiles            patch-configure.diff \
22>                       patch-configure.in.diff
2320c22,23
24< configure.env CLASSPATH=.
25---
26> configure.env         CLASSPATH=.
27> configure.pre_args    --prefix=${destroot}${prefix}
2822,24c25,27
29< destroot.args versioneddir=java
30< post-destroot {
31<       reinplace "s|antlr-2.7.3/|java/|g" ${destroot}${prefix}/bin/antlr
32---
33> destroot.args         versioneddir=java
34> post-destroot         {
35>       reinplace "s|antlr-2.7.5/|java/|g" ${destroot}${prefix}/bin/antlr