diff -u 4.1.0/Portfile 4.2.0/Portfile
4.1
|
4.2
|
|
4 | 4 | |
5 | 5 | name pcb |
6 | 6 | epoch 1 |
7 | | version 4.1.0 |
| 7 | version 4.2.0 |
8 | 8 | |
9 | | categories x11 graphics |
| 9 | categories x11 graphics electronics |
10 | 10 | maintainers @technobauble |
11 | 11 | license GPL-2+ |
12 | 12 | |
… |
… |
|
23 | 23 | master_sites sourceforge |
24 | 24 | platforms darwin |
25 | 25 | |
26 | | checksums rmd160 eafb7a65d0e2dab5985953d2a2cd493ecd3937a7 \ |
27 | | sha256 03dbee38e05f35fd289fb7d099f30e3ff139be76847d9359d78ed9ce1236e3b5 \ |
28 | | size 4863893 |
| 26 | checksums rmd160 cf98c6ab59bc12cf209683ba1311c4b011af2392 \ |
| 27 | sha256 cd4b36df6747789775812fb433f246d6bd5a27f3a16357d78d9c4c9b59c59a43 \ |
| 28 | size 5080228 |
29 | 29 | |
30 | 30 | depends_build port:intltool \ |
31 | 31 | port:pkgconfig |
… |
… |
|
42 | 42 | --disable-dbus \ |
43 | 43 | --disable-update-mime-database |
44 | 44 | |
| 45 | patch.pre_args -p1 |
| 46 | patchfiles pcb-4.2.0-intltoolbug.patch |
| 47 | |
45 | 48 | post-extract { |
46 | 49 | file copy ${worksrcpath}/gts/gts.h ${worksrcpath}/gts/pcbgts.h |
47 | 50 | } |