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 | port:p5-xml-parser \ |
31 | 32 | port:pkgconfig |
32 | 33 | depends_run bin:wish:tk |
33 | 34 | depends_lib port:gd2 \ |