[32326] trunk/dports/devel/subversion
Revision: 32326 http://trac.macosforge.org/projects/macports/changeset/32326 Author: dluke@macports.org Date: 2007-12-24 13:28:36 -0800 (Mon, 24 Dec 2007) Log Message: ----------- Version bump, update subversion and subversion bindings ports to 1.4.6 (also add descriptions to subversion variants) Modified Paths: -------------- trunk/dports/devel/subversion/Portfile trunk/dports/devel/subversion-javahlbindings/Portfile trunk/dports/devel/subversion-perlbindings/Portfile trunk/dports/devel/subversion-python25bindings/Portfile trunk/dports/devel/subversion-rubybindings/Portfile Modified: trunk/dports/devel/subversion/Portfile =================================================================== --- trunk/dports/devel/subversion/Portfile 2007-12-24 21:02:24 UTC (rev 32325) +++ trunk/dports/devel/subversion/Portfile 2007-12-24 21:28:36 UTC (rev 32326) @@ -2,7 +2,7 @@ PortSystem 1.0 name subversion -version 1.4.5 +version 1.4.6 categories devel platforms darwin maintainers dluke@geeklair.net @@ -15,7 +15,9 @@ homepage http://subversion.tigris.org/ master_sites ${homepage}downloads/ use_bzip2 yes -checksums md5 4c333a5fe827568c67d195cda7a5e154 +checksums md5 9c7cf517362c1c9332b610339e5cce6b \ + sha1 a9c941e2309744f6a2986200698b60da057a7527 \ + rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c depends_lib port:expat port:neon \ port:apr port:apr-util \ @@ -58,7 +60,8 @@ ${worksrcpath}/libtool } -variant mod_dav_svn { depends_build path:${prefix}/apache2/bin/apxs:apache2 +variant mod_dav_svn description {Install the subversion apache module (mod_dav_svn)} { + depends_build path:${prefix}/apache2/bin/apxs:apache2 configure.args-append \ --with-apxs=${prefix}/apache2/bin/apxs \ --disable-mod-activation @@ -67,17 +70,20 @@ destroot.violate_mtree yes } -variant no_neon { depends_lib-delete port:neon +variant no_neon description {Build without neon (http/https support)} { + depends_lib-delete port:neon configure.args-append --without-neon configure.args-delete --with-neon=${prefix} } -variant no_bdb { depends_lib-delete port:db44 +variant no_bdb description {Build without support for BerkeleyDB repositories} { + depends_lib-delete port:db44 configure.args-delete --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 configure.args-append --without-berkeley-db } -variant mac_os_x_server_mod_dav_svn { configure.args-append \ +variant mac_os_x_server_mod_dav_svn description {Unsupported - attempt to build the subversion apache module with apple supplied apache2} { + configure.args-append \ --with-apxs=/opt/apache2/bin/apxs \ --disable-mod-activation configure.args-delete --without-apxs @@ -89,7 +95,8 @@ } } -variant tools { post-destroot { +variant tools description {Install some optional extra subversion tools} { + post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/${name} copy ${worksrcpath}/tools ${destroot}${prefix}/share/${name}/tools copy ${worksrcpath}/contrib/client-side/mucc ${destroot}${prefix}/bin/ @@ -98,7 +105,7 @@ } } -variant bash_completion { +variant bash_completion description {Install subversion bash-completion file} { depends_run-append port:bash-completion post-destroot { xinstall -d ${destroot}${prefix}/etc/bash_completion.d Modified: trunk/dports/devel/subversion-javahlbindings/Portfile =================================================================== --- trunk/dports/devel/subversion-javahlbindings/Portfile 2007-12-24 21:02:24 UTC (rev 32325) +++ trunk/dports/devel/subversion-javahlbindings/Portfile 2007-12-24 21:28:36 UTC (rev 32326) @@ -2,7 +2,7 @@ PortSystem 1.0 name subversion-javahlbindings -version 1.4.5 +version 1.4.6 categories devel java platforms darwin maintainers dluke@geeklair.net @@ -16,7 +16,9 @@ homepage http://subversion.tigris.org/ master_sites ${homepage}/downloads/ use_bzip2 yes -checksums md5 4c333a5fe827568c67d195cda7a5e154 +checksums md5 9c7cf517362c1c9332b610339e5cce6b \ + sha1 a9c941e2309744f6a2986200698b60da057a7527 \ + rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c distname subversion-${version} dist_subdir subversion Modified: trunk/dports/devel/subversion-perlbindings/Portfile =================================================================== --- trunk/dports/devel/subversion-perlbindings/Portfile 2007-12-24 21:02:24 UTC (rev 32325) +++ trunk/dports/devel/subversion-perlbindings/Portfile 2007-12-24 21:28:36 UTC (rev 32326) @@ -2,7 +2,7 @@ PortSystem 1.0 name subversion-perlbindings -version 1.4.5 +version 1.4.6 categories devel perl platforms darwin maintainers dluke@geeklair.net @@ -16,7 +16,9 @@ homepage http://subversion.tigris.org/ master_sites ${homepage}/downloads/ use_bzip2 yes -checksums md5 4c333a5fe827568c67d195cda7a5e154 +checksums md5 9c7cf517362c1c9332b610339e5cce6b \ + sha1 a9c941e2309744f6a2986200698b60da057a7527 \ + rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c distname subversion-${version} dist_subdir subversion Modified: trunk/dports/devel/subversion-python25bindings/Portfile =================================================================== --- trunk/dports/devel/subversion-python25bindings/Portfile 2007-12-24 21:02:24 UTC (rev 32325) +++ trunk/dports/devel/subversion-python25bindings/Portfile 2007-12-24 21:28:36 UTC (rev 32326) @@ -2,7 +2,7 @@ PortSystem 1.0 name subversion-python25bindings -version 1.4.5 +version 1.4.6 categories devel python platforms darwin maintainers dluke@geeklair.net @@ -16,7 +16,9 @@ homepage http://subversion.tigris.org/ master_sites ${homepage}/downloads use_bzip2 yes -checksums md5 4c333a5fe827568c67d195cda7a5e154 +checksums md5 9c7cf517362c1c9332b610339e5cce6b \ + sha1 a9c941e2309744f6a2986200698b60da057a7527 \ + rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c distname subversion-${version} dist_subdir subversion Modified: trunk/dports/devel/subversion-rubybindings/Portfile =================================================================== --- trunk/dports/devel/subversion-rubybindings/Portfile 2007-12-24 21:02:24 UTC (rev 32325) +++ trunk/dports/devel/subversion-rubybindings/Portfile 2007-12-24 21:28:36 UTC (rev 32326) @@ -2,7 +2,7 @@ PortSystem 1.0 name subversion-rubybindings -version 1.4.5 +version 1.4.6 categories devel ruby platforms darwin maintainers dluke@geeklair.net @@ -16,7 +16,9 @@ homepage http://subversion.tigris.org/ master_sites ${homepage}/downloads/ use_bzip2 yes -checksums md5 4c333a5fe827568c67d195cda7a5e154 +checksums md5 9c7cf517362c1c9332b610339e5cce6b \ + sha1 a9c941e2309744f6a2986200698b60da057a7527 \ + rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c distname subversion-${version} dist_subdir subversion
participants (1)
-
dluke@macports.org