diff options
author | jlam <jlam> | 2005-09-06 17:35:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-09-06 17:35:17 +0000 |
commit | 59009e0e5cdc38c67db64c56a42190396c5a28ee (patch) | |
tree | 523f713bfd7e6ff38f0be811cfff9a309b9b0308 /devel/p5-subversion | |
parent | 82375b06197e8031018f54210efe04211268b713 (diff) | |
download | pkgsrc-59009e0e5cdc38c67db64c56a42190396c5a28ee.tar.gz |
Update the following Subversion packages to version 1.2.3:
devel/p5-subversion devel/subversion
devel/py-subversion devel/subversion-base
devel/ruby-subversion www/ap2-subversion
Update approved by package maintainer epg@NetBSD.org. Changes from
version 1.2.1 include:
Version 1.2.3
(19 August 2005, from /branches/1.2.x)
http://svn.collab.net/repos/svn/tags/1.2.3
User-visible-changes:
- Client:
* fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423)
* fixed: 'svn export' segfault (r15516)
* fixed: 'svn merge' memory leak (r15233)
* fixed: horrible rename-tracing performance against 1.0 servers (r15315)
* fixed: 'svn cat' over file:// -- small leak (r15253)
* fixed: crash with "svn lock" and authentication (r15703)
* improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340)
* translation updates for French, German, Polish, Norwegian, Swedish,
Korean
- Server:
* fixed: mod_authz_svn being overly restrictive (r15463)
* fixed: fsfs directory caching bug (r15705, r15742)
- Both:
* fixed: crash when >50 options passed to any commandline app (r15251)
* fixed: memory leak in character translation handle caching (r15379,-398)
Developer-visible-changes:
* fixed: crash when calling svn_client_(un)lock with no targets (r15734)
* rhel-4 RPM bugfix for python bindings (r15616)
* missing #include in SWIG bindings (r15683)
* javahl bindings:
- fixed: JNI library loading bug (r15552)
- fixed: JNI stack-name cut and paste error (r15337)
- fixed: crash when revisions have no dates (r15737)
* perl bindings:
- now compatible with SWIG 1.3.25 (r15248)
- allow SVN::Pool to be used as pool parameter (r15450)
- make SVN::Delta::Editor friendlier for debugging (r15609)
- fixed: wrap svn_ra_stat properly (r15713)
- fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
* ruby bindings:
- now compatible with SWIG 1.3.25 (r14980, r15361)
Diffstat (limited to 'devel/p5-subversion')
-rw-r--r-- | devel/p5-subversion/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index 4e9f6d4678e..ac3e2a3258f 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.25 2005/08/08 18:13:13 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/09/06 17:35:17 jlam Exp $ PKGNAME= p5-subversion-${SVNVER} -PKGREVISION= 2 COMMENT= Perl bindings for Subversion PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../devel/subversion/Makefile.common" -PERL5_CONFIGURE= NO +PERL5_CONFIGURE= no PERL5_OPTIONS+= threads PERL5_PACKLIST= auto/SVN/_Core/.packlist |