Ticket #18927: neon.diff
File neon.diff, 895 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
4 4 5 5 name neon 6 6 version 0.28.3 7 revision 1 7 8 categories www 8 9 maintainers dluke@geeklair.net 9 10 description An HTTP and WebDAV client library with a C interface … … 51 52 test.run yes 52 53 test.target check 53 54 55 post-destroot { 56 if {[variant_isset universal]} { 57 reinplace "s|${configure.universal_cppflags}||g" \ 58 ${destroot}${prefix}/bin/neon-config \ 59 ${destroot}${prefix}/lib/pkgconfig/neon.pc 60 reinplace "s|${configure.universal_ldflags}||g" \ 61 ${destroot}${prefix}/bin/neon-config \ 62 ${destroot}${prefix}/lib/pkgconfig/neon.pc 63 } 64 } 65 54 66 livecheck.check regex 55 67 livecheck.url ${homepage} 56 68 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)