This is an update of Subversion to version 1.3.1.
Tested on i386, sparc64 and amd64.
Please test and comment.
/Sigfred
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/subversion/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile 27 Jan 2006 10:20:56 -0000 1.17
+++ Makefile 1 Apr 2006 19:36:42 -0000
@@ -4,7 +4,7 @@
COMMENT-perl= "perl interface to subversion"
COMMENT-python= "python interface to subversion"
-VERSION= 1.3.0
+VERSION= 1.3.1
DISTNAME= subversion-${VERSION}
PKGNAME-perl= p5-SVN-${VERSION}
PKGNAME-python= py-subversion-${VERSION}
@@ -104,6 +104,7 @@
pre-configure:
@perl -pi -e "s,!!LOCALBASE!!,${LOCALBASE}," ${WRKSRC}/configure
+ @perl -pi -e "s,!!PYTHON_VER!!,${PYTHON_VER}," ${WRKSRC}/configure
pre-build:
@perl -pi -e "s,!!PYTHON_VER!!,${PYTHON_VER}," ${WRKBUILD}/Makefile
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/subversion/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo 27 Jan 2006 10:20:56 -0000 1.8
+++ distinfo 1 Apr 2006 19:36:42 -0000
@@ -1,4 +1,4 @@
-MD5 (subversion-1.3.0.tar.gz) = 0d91a7fe152d0373044c47c54deb2c9a
-RMD160 (subversion-1.3.0.tar.gz) = e00cc422636b74df8c8821c136e9eacb8caa42d4
-SHA1 (subversion-1.3.0.tar.gz) = 98cb017844750d4ed26e2a811c581a644e3ad585
-SIZE (subversion-1.3.0.tar.gz) = 8773294
+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
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/devel/subversion/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in 27 Jan 2006 10:20:56 -0000 1.3
+++ patches/patch-Makefile_in 1 Apr 2006 19:36:42 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile_in,v 1.3 2006/01/27 10:20:56 alek Exp $
---- Makefile.in.orig Tue Nov 15 16:56:15 2005
-+++ Makefile.in Sun Jan 8 17:31:33 2006
+--- Makefile.in.orig Wed Nov 16 01:56:15 2005
++++ Makefile.in Sun Mar 26 13:29:14 2006
@@ -66,8 +66,8 @@ swig_pl_libdir = @libdir@
swig_rb_libdir = @libdir@
@@ -23,3 +23,15 @@
LT_LDFLAGS = @LT_LDFLAGS@
LT_NO_UNDEFINED = @LT_NO_UNDEFINED@
LT_CXX_LIBADD = @LT_CXX_LIBADD@
+@@ -116,8 +116,9 @@ SWIG_INCLUDES = -I$(SWIG_BUILD_DIR) \
+ $(SVN_APR_INCLUDES) $(SVN_APRUTIL_INCLUDES)
+ SWIG_PY_INCLUDES = @SWIG_PY_INCLUDES@ -I$(SWIG_SRC_DIR)/python/libsvn_swig_py
+ SWIG_PY_COMPILE = @SWIG_PY_COMPILE@
+-SWIG_PY_LINK = @SWIG_PY_LINK@
+-SWIG_PY_LIBS = @SWIG_PY_LIBS@
++SWIG_PY_LINK = @SWIG_PY_LINK@ [EMAIL PROTECTED]@/python!!PYTHON_VER!!/ \
++ -lpython!!PYTHON_VER!!
++SWIG_PY_LIBS = @SWIG_PY_LIBS@ [EMAIL PROTECTED]@/python!!PYTHON_VER!!/config
+ SWIG_PL_INCLUDES = @SWIG_PL_INCLUDES@
+ SWIG_RB_INCLUDES = @SWIG_RB_INCLUDES@ -I$(SWIG_SRC_DIR)/ruby/libsvn_swig_ruby
+ SWIG_RB_COMPILE = @SWIG_RB_COMPILE@
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/devel/subversion/patches/patch-configure,v
retrieving revision 1.4
diff -u -r1.4 patch-configure
--- patches/patch-configure 27 Jan 2006 10:20:56 -0000 1.4
+++ patches/patch-configure 1 Apr 2006 19:36:42 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-configure,v 1.4 2006/01/27 10:20:56 alek Exp $
---- configure.orig Sun Jan 8 10:19:14 2006
-+++ configure Sun Jan 8 10:32:47 2006
+--- configure.orig Sat Mar 25 03:00:55 2006
++++ configure Sun Mar 26 13:14:07 2006
@@ -21025,7 +21025,7 @@ rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
if test "$ac_cv_search_bindtextdomain" = no; then
@@ -19,3 +19,12 @@
break
else
echo "$as_me: failed program was:" >&5
+@@ -22392,7 +22392,7 @@ _ACEOF
+ # Python: Used for testsuite, and bindings
+
+
+-PYTHON="`$abs_srcdir/build/find_python.sh`"
++PYTHON="python!!PYTHON_VER!!"
+ if test -z "$PYTHON"; then
+ { echo "$as_me:$LINENO: WARNING: Python 2.0 or later is required to run the
testsuite" >&5
+ echo "$as_me: WARNING: Python 2.0 or later is required to run the testsuite"
>&2;}