# $Id: Portfile 151956 2016-08-25 14:15:01Z dluke@macports.org $ PortSystem 1.0 name subversion-rubybindings version 1.9.4 categories devel ruby platforms darwin maintainers geeklair.net:dluke blair description Ruby bindings for the subversion version control system (svn) license Apache-2 long_description Subversion (svn) is a version control system designed to be \ as similar to cvs(1) as possible, while fixing many \ outstanding problems with cvs(1). The ruby bindings \ provide access to subversion API from ruby. homepage http://subversion.apache.org/ master_sites apache:subversion use_bzip2 yes checksums sha1 bc7d51fdda43bea01e1272dfe9d23d0a9d6cd11c \ rmd160 9ea97e177a673f7b64f6f4ea8848b8640918387f distname subversion-${version} dist_subdir subversion test.run yes test.target check-swig-rb depends_lib port:expat \ port:apr port:apr-util \ port:db46 port:subversion \ port:ruby port:sqlite3 \ port:gettext port:libiconv \ port:serf1 port:cyrus-sasl2 \ port:libmagic port:libcomerr \ port:zlib configure.env RUBY=${prefix}/bin/ruby1.8 configure.args --with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \ --with-apr=${prefix}/bin/apr-1-config \ --with-apr-util=${prefix}/bin/apu-1-config --without-apxs \ --mandir=\\\${prefix}/share/man \ --with-serf=${prefix} \ --with-sasl=${prefix} \ --with-libmagic=${prefix} \ --without-gnome-keyring build.target swig-rb destroot.target install-swig-rb pre-test { set x {} fs-traverse dir ${worksrcpath}/subversion { if {[file tail ${dir}] == ".libs" && [file isdirectory ${dir}]} { lappend x ${dir} continue } } test.env-append DYLD_LIBRARY_PATH=[join ${x} ":"] } pre-configure { reinplace "s|hardcode_direct=yes|hardcode_direct=no|g" \ ${worksrcpath}/configure } post-configure { reinplace "s|need_relink=yes|need_relink=no|g" \ ${worksrcpath}/libtool } variant no_bdb description {Build without support for BerkeleyDB repositories} { depends_lib-delete port:db46 configure.args-delete --with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 configure.args-append --without-berkeley-db } # CarbonCore/MacTypes.h: No such file or directory platform puredarwin { configure.args-append \ --disable-keychain } livecheck.type regex livecheck.url http://svn.apache.org/repos/asf/subversion/tags/ livecheck.regex "(\\d+\\.\\d+\\.\\d+)/"