diff options
author | wiz <wiz> | 2002-12-06 14:04:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-06 14:04:09 +0000 |
commit | cfd7b11fd3cae9154b079e49fcee85084dbafe36 (patch) | |
tree | 04372bcadb8aff75feb06f970d931c39bec1f52a /devel | |
parent | a3ba70a8dbb3c63acbc627dd15bd180c8b67c377 (diff) | |
download | pkgsrc-cfd7b11fd3cae9154b079e49fcee85084dbafe36.tar.gz |
Update to r3987 (0.16).
User-visible changes:
* new 'svn cat' subcommand
* new --revprop flag to access revision props, -r for versioned props (#943)
* new "compression" runtime option in ~/.subversion/config
* svnadmin/svnlook now use help system, and some subcommands deleted or moved.
* tool changes: [not installed by the package]
- new svnshell.py tool
- new mirror_dir_through_svn.cgi script
- new svn_load_dirs.pl features
- updates to vc-svn.el
* --message-encoding is now just --encoding, and affects svn: propvals too.
* major rewrites of chapters 3, 4, 5 of the Subversion Book.
As well as lots of bugfixes, of course.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion/Makefile | 8 | ||||
-rw-r--r-- | devel/subversion/PLIST | 4 | ||||
-rw-r--r-- | devel/subversion/distinfo | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index d16e3591705..c31982c3542 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2002/11/25 20:09:50 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/12/06 14:04:09 wiz Exp $ -DISTNAME= subversion-r3687 -PKGNAME= subversion-0.3687 +DISTNAME= subversion-r3987 +PKGNAME= subversion-0.3987 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/1698/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/2123/ MAINTAINER= joelw@unix.se HOMEPAGE= http://subversion.tigris.org diff --git a/devel/subversion/PLIST b/devel/subversion/PLIST index 0e7337ab362..fc625572104 100644 --- a/devel/subversion/PLIST +++ b/devel/subversion/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/11/25 20:09:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/06 14:04:09 wiz Exp $ bin/svn bin/svn-config bin/svnadmin @@ -22,9 +22,11 @@ include/subversion-1/svn_pools.h include/subversion-1/svn_props.h include/subversion-1/svn_quoprint.h include/subversion-1/svn_ra.h +include/subversion-1/svn_ra_svn.h include/subversion-1/svn_repos.h include/subversion-1/svn_sorts.h include/subversion-1/svn_string.h +include/subversion-1/svn_subst.h include/subversion-1/svn_test.h include/subversion-1/svn_time.h include/subversion-1/svn_types.h diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index 8bcd128876f..8fcd6163f27 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/11/25 20:09:50 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/12/06 14:04:09 wiz Exp $ -SHA1 (subversion-r3687.tar.gz) = 814dd70eef36e2eff06cc405bfcdb270adb33e4d -Size (subversion-r3687.tar.gz) = 7005220 bytes +SHA1 (subversion-r3987.tar.gz) = 7ea529c8bc2867a22a02edda39ed287a62d09a0c +Size (subversion-r3987.tar.gz) = 6654241 bytes SHA1 (patch-ab) = d0ef1f26060421d77a85241dc03f89385ccb2530 SHA1 (patch-ac) = 7f4f5bf2cabcf2612993d7541d570d39f4d7f528 |