Ticket #31024: patch-raptor-pixilla.diff
File patch-raptor-pixilla.diff, 988 bytes (added by pixilla (Bradley Giesbrecht), 13 years ago) |
---|
-
www/raptor/Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 5 6 name raptor 6 7 version 1.4.21 7 revision 18 revision 2 8 9 description Raptor RDF Parser Toolkit 9 10 long_description Raptor is an open source C library that provides a set of \ 10 11 parsers and serializers that generate Resource Description \ … … 24 25 port:libxslt \ 25 26 port:openssl \ 26 27 port:zlib 28 29 post-destroot { 30 delete ${destroot}${prefix}/bin/rapper 31 delete ${destroot}${prefix}/share 32 } 27 33 test.run yes 28 34 test.target check 29 35 livecheck.type regex