Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108139611
D47022.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
D47022.diff
View Options
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile
--- a/devel/p5-subversion/Makefile
+++ b/devel/p5-subversion/Makefile
@@ -7,8 +7,8 @@
USES= perl5
USE_PERL5= build run
-PORTREVISION_LATEST= 2
-PORTREVISION_LTS= 2
+PORTREVISION_LATEST= 0
+PORTREVISION_LTS= 0
SVN_BUILD_BINDINGS= yes
diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile
--- a/devel/py-subversion/Makefile
+++ b/devel/py-subversion/Makefile
@@ -12,8 +12,8 @@
# 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
diff --git a/devel/py-subversion/files/patch-eae531008b3454d2709b8aaf766b08e37160668a b/devel/py-subversion/files/patch-eae531008b3454d2709b8aaf766b08e37160668a
deleted file mode 100644
--- a/devel/py-subversion/files/patch-eae531008b3454d2709b8aaf766b08e37160668a
+++ /dev/null
@@ -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;
- }
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile
--- a/devel/ruby-subversion/Makefile
+++ b/devel/ruby-subversion/Makefile
@@ -6,8 +6,8 @@
USES+= compiler:c11 ruby
-PORTREVISION_LATEST= 2
-PORTREVISION_LTS= 2
+PORTREVISION_LATEST= 0
+PORTREVISION_LTS= 0
SVN_BUILD_BINDINGS= yes
diff --git a/devel/subversion-lts/Makefile b/devel/subversion-lts/Makefile
--- a/devel/subversion-lts/Makefile
+++ b/devel/subversion-lts/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 4
+PORTREVISION= 0
PKGNAMESUFFIX= -lts
MAINTAINER= michaelo@apache.org
diff --git a/devel/subversion-lts/Makefile.common b/devel/subversion-lts/Makefile.common
--- a/devel/subversion-lts/Makefile.common
+++ b/devel/subversion-lts/Makefile.common
@@ -1,5 +1,5 @@
PORTNAME?= subversion
-PORTVERSION= 1.14.3
+PORTVERSION= 1.14.4
PORTREVISION?= 0
CATEGORIES+= devel
MASTER_SITES= APACHE/subversion
diff --git a/devel/subversion-lts/distinfo b/devel/subversion-lts/distinfo
--- a/devel/subversion-lts/distinfo
+++ b/devel/subversion-lts/distinfo
@@ -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
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 8
+PORTREVISION= 0
MAINTAINER= michaelo@apache.org
COMMENT= Version control system
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -1,5 +1,5 @@
PORTNAME?= subversion
-PORTVERSION= 1.14.3
+PORTVERSION= 1.14.4
PORTREVISION?= 0
CATEGORIES+= devel
MASTER_SITES= APACHE/subversion
diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo
--- a/devel/subversion/distinfo
+++ b/devel/subversion/distinfo
@@ -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
diff --git a/java/java-subversion/Makefile b/java/java-subversion/Makefile
--- a/java/java-subversion/Makefile
+++ b/java/java-subversion/Makefile
@@ -12,8 +12,8 @@
JAVA_BUILD= yes
JAVA_RUN= yes
-PORTREVISION_LATEST= 2
-PORTREVISION_LTS= 2
+PORTREVISION_LATEST= 0
+PORTREVISION_LTS= 0
SVN_BUILD_BINDINGS= yes
diff --git a/security/subversion-gnome-keyring/Makefile b/security/subversion-gnome-keyring/Makefile
--- a/security/subversion-gnome-keyring/Makefile
+++ b/security/subversion-gnome-keyring/Makefile
@@ -5,8 +5,8 @@
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"
diff --git a/www/mod_dav_svn/Makefile b/www/mod_dav_svn/Makefile
--- a/www/mod_dav_svn/Makefile
+++ b/www/mod_dav_svn/Makefile
@@ -9,8 +9,8 @@
USES= apache
-PORTREVISION_LATEST= 2
-PORTREVISION_LTS= 2
+PORTREVISION_LATEST= 0
+PORTREVISION_LTS= 0
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 22, 7:16 PM (14 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16036355
Default Alt Text
D47022.diff (5 KB)
Attached To
Mode
D47022: */*: update devel/subversion{,-lts} to 1.14.4
Attached
Detach File
Event Timeline
Log In to Comment