mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
*/*: update devel/subversion{,-lts} to 1.14.4
Approved by: jrm (mentor) MFH: 2024Q4 Differential Revision: https://reviews.freebsd.org/D47022 Release Notes: https://svn.apache.org/repos/asf/subversion/tags/1.14.4/CHANGES
This commit is contained in:
parent
dba97e4706
commit
33666598aa
@ -7,8 +7,8 @@ WWW= https://subversion.apache.org/
|
||||
USES= perl5
|
||||
USE_PERL5= build run
|
||||
|
||||
PORTREVISION_LATEST= 2
|
||||
PORTREVISION_LTS= 2
|
||||
PORTREVISION_LATEST= 0
|
||||
PORTREVISION_LTS= 0
|
||||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
||||
|
@ -12,8 +12,8 @@ USE_PYTHON= flavors py3kplist
|
||||
# There is bug in python bindings Makefile
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
PORTREVISION_LATEST= 5
|
||||
PORTREVISION_LTS= 3
|
||||
PORTREVISION_LATEST= 0
|
||||
PORTREVISION_LTS= 0
|
||||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
||||
|
@ -1,44 +0,0 @@
|
||||
--- subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c.orig 2023-10-20 04:00:04 UTC
|
||||
+++ subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c
|
||||
@@ -2321,8 +2321,6 @@ static svn_error_t *apply_textdelta(void *file_baton,
|
||||
in Python. */
|
||||
if (result == Py_None)
|
||||
{
|
||||
- Py_DECREF(result);
|
||||
-
|
||||
*handler = svn_delta_noop_window_handler;
|
||||
*h_baton = NULL;
|
||||
}
|
||||
@@ -2839,8 +2837,7 @@ parse_fn3_apply_textdelta(svn_txdelta_window_handler_t
|
||||
{
|
||||
PyObject *editor = NULL, *baton_item = NULL, *py_pool = NULL;
|
||||
PyObject *ib = node_baton;
|
||||
- apr_pool_t *pool;
|
||||
- PyObject *result;
|
||||
+ PyObject *result = NULL;
|
||||
svn_error_t *err;
|
||||
|
||||
svn_swig_py_acquire_py_lock();
|
||||
@@ -2863,13 +2860,12 @@ parse_fn3_apply_textdelta(svn_txdelta_window_handler_t
|
||||
in Python. */
|
||||
if (result == Py_None)
|
||||
{
|
||||
- Py_DECREF(result);
|
||||
-
|
||||
*handler = svn_delta_noop_window_handler;
|
||||
*handler_baton = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
+ apr_pool_t *pool;
|
||||
/* return the thunk for invoking the handler. the baton creates
|
||||
new reference of our 'result' reference, which is the handler,
|
||||
so we release it even if no error. */
|
||||
@@ -2890,6 +2886,7 @@ parse_fn3_apply_textdelta(svn_txdelta_window_handler_t
|
||||
err = SVN_NO_ERROR;
|
||||
|
||||
finished:
|
||||
+ Py_XDECREF(result);
|
||||
svn_swig_py_release_py_lock();
|
||||
return err;
|
||||
}
|
@ -6,8 +6,8 @@ WWW= https://subversion.apache.org/
|
||||
|
||||
USES+= compiler:c11 ruby
|
||||
|
||||
PORTREVISION_LATEST= 2
|
||||
PORTREVISION_LTS= 2
|
||||
PORTREVISION_LATEST= 0
|
||||
PORTREVISION_LTS= 0
|
||||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -lts
|
||||
|
||||
MAINTAINER= michaelo@apache.org
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME?= subversion
|
||||
PORTVERSION= 1.14.3
|
||||
PORTVERSION= 1.14.4
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= APACHE/subversion
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1704180448
|
||||
SHA256 (subversion-1.14.3.tar.bz2) = 949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440
|
||||
SIZE (subversion-1.14.3.tar.bz2) = 8569985
|
||||
TIMESTAMP = 1728460061
|
||||
SHA256 (subversion-1.14.4.tar.bz2) = 44ead116e72e480f10f123c914bb6f9f8c041711c041ed7abff1b8634a199e3c
|
||||
SIZE (subversion-1.14.4.tar.bz2) = 8509652
|
||||
|
@ -1,4 +1,4 @@
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 0
|
||||
|
||||
MAINTAINER= michaelo@apache.org
|
||||
COMMENT= Version control system
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME?= subversion
|
||||
PORTVERSION= 1.14.3
|
||||
PORTVERSION= 1.14.4
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= APACHE/subversion
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1704180448
|
||||
SHA256 (subversion-1.14.3.tar.bz2) = 949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440
|
||||
SIZE (subversion-1.14.3.tar.bz2) = 8569985
|
||||
TIMESTAMP = 1728458403
|
||||
SHA256 (subversion-1.14.4.tar.bz2) = 44ead116e72e480f10f123c914bb6f9f8c041711c041ed7abff1b8634a199e3c
|
||||
SIZE (subversion-1.14.4.tar.bz2) = 8509652
|
||||
|
@ -12,8 +12,8 @@ JAVA_OS= native
|
||||
JAVA_BUILD= yes
|
||||
JAVA_RUN= yes
|
||||
|
||||
PORTREVISION_LATEST= 2
|
||||
PORTREVISION_LTS= 2
|
||||
PORTREVISION_LATEST= 0
|
||||
PORTREVISION_LTS= 0
|
||||
|
||||
SVN_BUILD_BINDINGS= yes
|
||||
|
||||
|
@ -5,8 +5,8 @@ MAINTAINER= michaelo@apache.org
|
||||
COMMENT= Gnome Keyring integration for Version control system
|
||||
WWW= https://subversion.apache.org/
|
||||
|
||||
PORTREVISION_LATEST= 2
|
||||
PORTREVISION_LTS= 2
|
||||
PORTREVISION_LATEST= 0
|
||||
PORTREVISION_LTS= 0
|
||||
|
||||
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
|
||||
|
||||
|
@ -9,8 +9,8 @@ WWW= https://subversion.apache.org/
|
||||
|
||||
USES= apache
|
||||
|
||||
PORTREVISION_LATEST= 2
|
||||
PORTREVISION_LTS= 2
|
||||
PORTREVISION_LATEST= 0
|
||||
PORTREVISION_LTS= 0
|
||||
|
||||
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user