This is an update of Subversion to version 1.3.2: http://svn.collab.net/repos/svn/tags/1.3.2/CHANGES
Tested on sparc64 and amd64. Please test and review. /Sigfred
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 4 Jun 2006 00:21:58 -0000 1.19 +++ Makefile 10 Jul 2006 09:07:32 -0000 @@ -4,10 +4,10 @@ COMMENT-perl= "perl interface to subversion" COMMENT-python= "python interface to subversion" -VERSION= 1.3.1 +VERSION= 1.3.2 DISTNAME= subversion-${VERSION} PKGNAME-perl= p5-SVN-${VERSION} -PKGNAME-python= py-subversion-${VERSION}p0 +PKGNAME-python= py-subversion-${VERSION} SHARED_LIBS= svn_client-1 0.0 \ svn_delta-1 0.0 \ svn_diff-1 0.0 \ @@ -118,9 +118,11 @@ @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ ${MAKE_FLAGS} swig-pl -post-regress: +do-regress: @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ - ${REGRESS_FLAGS} check FSTYPE=bdb + ${REGRESS_FLAGS} check FS_TYPE=bdb + @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ + ${REGRESS_FLAGS} check FS_TYPE=fsfs @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ ${REGRESS_FLAGS} TMPDIR=${WRKBUILD} check-swig-pl @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ @@ -141,6 +143,8 @@ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/hook-scripts/mailer/tests ${INSTALL_DATA} ${WRKBUILD}/tools/backup/hot-backup.py \ ${PREFIX}/share/examples/subversion/backup + ${INSTALL_DATA} ${WRKSRC}/contrib/server-side/svn-fast-backup \ + ${PREFIX}/share/examples/subversion/backup/svn-fast-backup ${INSTALL_DATA} ${WRKBUILD}/tools/hook-scripts/* \ ${PREFIX}/share/examples/subversion/hook-scripts ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/README \ Index: distinfo =================================================================== RCS file: /cvs/ports/devel/subversion/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 15 Apr 2006 10:27:38 -0000 1.9 +++ distinfo 10 Jul 2006 09:07:32 -0000 @@ -1,4 +1,4 @@ -MD5 (subversion-1.3.1.tar.gz) = 6d650e918255596ef8b74255b3938547 -RMD160 (subversion-1.3.1.tar.gz) = d7603b495178bd7567cc40389200c8d0b0902fe1 -SHA1 (subversion-1.3.1.tar.gz) = c718f90f9d12c8fe502b749f03cc2af421d39fcf -SIZE (subversion-1.3.1.tar.gz) = 8778545 +MD5 (subversion-1.3.2.tar.gz) = f790c49c219b4196e37ebfa71ab797d5 +RMD160 (subversion-1.3.2.tar.gz) = 4209f361fe7d8717bbba75717d41731f7b0143f4 +SHA1 (subversion-1.3.2.tar.gz) = d69267231b5cbfbff4b1603a6a8f1e879ca5753e +SIZE (subversion-1.3.2.tar.gz) = 8803719 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/subversion/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- pkg/PLIST 27 Jan 2006 10:20:56 -0000 1.6 +++ pkg/PLIST 10 Jul 2006 09:07:32 -0000 @@ -79,6 +79,7 @@ share/examples/subversion/ share/examples/subversion/backup/ share/examples/subversion/backup/hot-backup.py +share/examples/subversion/backup/svn-fast-backup share/examples/subversion/hook-scripts/ share/examples/subversion/hook-scripts/README share/examples/subversion/hook-scripts/commit-access-control.cfg.example