RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/archivers/zlib/Portfile,v
retrieving revision 1.11
diff -u -r1.11 Portfile
|
|
|
|
| 2 | 2 | |
| 3 | 3 | PortSystem 1.0 |
| 4 | 4 | name zlib |
| 5 | | version 1.2.2 |
| 6 | | revision 2 |
| | 5 | version 1.2.3 |
| 7 | 6 | categories archivers |
| 8 | 7 | maintainers landonf@opendarwin.org |
| 9 | 8 | description zlib lossless data-compression library |
| … |
… |
|
| 17 | 16 | |
| 18 | 17 | master_sites ${homepage} |
| 19 | 18 | use_bzip2 yes |
| 20 | | checksums md5 1b8aab042d40979e456194c468fd72c5 |
| 21 | | |
| 22 | | patchfiles patch-configure patch-CAN-2005-2096 |
| | 19 | checksums md5 dee233bf288ee795ac96a98cc2e369b6 |
| 23 | 20 | |
| 24 | 21 | configure.args --shared |
| 25 | 22 | |