Ticket #46386: Portfile-adns.diff
File Portfile-adns.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name adns 6 version 1. 46 version 1.5.0 7 7 categories net 8 maintainers nomaintainer8 maintainers gmail.com:mschamschula openmaintainer 9 9 description asynchronous DNS client library 10 10 long_description \ 11 11 adns is a resolver library for C (and C++) programs, and a \ … … 13 13 homepage http://www.chiark.greenend.org.uk/~ian/adns/ 14 14 platforms darwin 15 15 16 license GPL- 216 license GPL-3+ 17 17 18 18 master_sites ${homepage}ftp/ \ 19 19 ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ 20 checksums md5 88bc7bbf3f62a8d4fb186b8f72ead853\21 sha1 87283c3bcd09ceb2e605e91abedfb537a18f1884\22 rmd160 ccff2111bfa3eb99e28d355d48e9e17333f3439420 checksums md5 261956cf66146afd292846df9af06978 \ 21 sha1 38306b8030c61a78bee85e33f34de876392ca4f8 \ 22 rmd160 1a226f7d20a6cfdb584247dc4bb649397ffb4249 23 23 24 24 patchfiles patch-configure \ 25 25 patch-client__Makefile.in \ … … 27 27 patch-src__Makefile.in \ 28 28 patch-src__internal.h 29 29 30 configure.ldflags "-L../src -L${prefix}/lib" 31 30 32 test.run yes 31 33 test.target check 32 34