diff -u /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/tcptrace/Portfile ./Portfile
old
|
new
|
|
23 | 23 | homepage http://tcptrace.org |
24 | 24 | master_sites http://tcptrace.org/download.html |
25 | 25 | |
26 | | checksums rmd160 1dd0f373f766322343ffad59d0655eba4c6682e0 \ |
27 | | sha256 63380a4051933ca08979476a9dfc6f959308bc9f60d45255202e388eb56910bd |
| 26 | checksums tcptrace-6.6.7.tar.gz \ |
| 27 | rmd160 1dd0f373f766322343ffad59d0655eba4c6682e0 \ |
| 28 | sha256 63380a4051933ca08979476a9dfc6f959308bc9f60d45255202e388eb56910bd \ |
| 29 | tcptrace_6.6.7-3.diff.gz \ |
| 30 | rmd160 bde0be924b6789189a4a14c6c5adb5b5a7041054 \ |
| 31 | sha256 9a5212155f5cd4bc9bfefaa73da8d3b4084a96865bcc1e96232a1e1b265bb54a |
28 | 32 | |
29 | 33 | depends_lib lib:libpcap:libpcap |
30 | 34 | |
| 35 | patch_sites ftp://ftp.ca.debian.org/debian-archive/debian/pool/main/t/tcptrace/ |
| 36 | patchfiles tcptrace_6.6.7-3.diff.gz |
| 37 | patch.pre_args -p1 |
| 38 | |
31 | 39 | post-configure { |
32 | 40 | set path "${worksrcpath}" |
33 | 41 | reinplace "s|PCAP_INCS = -I/usr/local/include -I. -I../pcap -I/usr/include/pcap|PCAP_INCS = -I${prefix}/include|" "${path}/Makefile" |