subversion, bump to 1.14.5 (#13350)

This commit is contained in:
Schrijvers Luc
2025-12-09 11:22:21 +01:00
committed by GitHub
parent c243bb3b7d
commit 09df5557bc
2 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
From c0d4302882f21441a524733d6914ddd70265f399 Mon Sep 17 00:00:00 2001
From 301d22aa7f6ebf8f6e2b0a4044b28b5580cf7a71 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@gmail.com>
Date: Wed, 17 Sep 2014 16:54:23 +0200
Subject: fix COMMON directory reference.
@@ -18,10 +18,10 @@ index a437c89..a1f2a18 100644
if (error)
return SVN_NO_ERROR;
--
2.45.2
2.51.0
From d7d42f33da5077051b39da7f88ed25423b643501 Mon Sep 17 00:00:00 2001
From c46bb69900628aa132e47057f161a18666ce422b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= <j.mairboeck@gmail.com>
Date: Fri, 5 Jul 2024 21:05:20 +0200
Subject: use make pure_install for the perl bindings
@@ -42,5 +42,5 @@ index 7f0a37d..ecdfde1 100644
EXTRACLEAN_SWIG_PL=rm -f $(SWIG_PL_SRC_DIR)/native/svn_*.c \
$(SWIG_PL_SRC_DIR)/native/core.c
--
2.45.2
2.51.0

View File

@@ -5,11 +5,11 @@ reliability as a safe haven for valuable data; the simplicity of its model \
and usage; and its ability to support the needs of a wide variety of users \
and projects, from individuals to large-scale enterprise operations."
HOMEPAGE="https://subversion.apache.org/"
COPYRIGHT="2010-2020 The Apache Software Foundation"
COPYRIGHT="2010-2024 The Apache Software Foundation"
LICENSE="Apache-Subversion"
REVISION="3"
REVISION="1"
SOURCE_URI="http://archive.apache.org/dist/subversion/subversion-$portVersion.tar.bz2"
CHECKSUM_SHA256="949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440"
CHECKSUM_SHA256="e78a29e7766b8b7b354497d08f71a55641abc53675ce1875584781aae35644a1"
PATCHES="subversion-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
@@ -115,16 +115,16 @@ REQUIRES_perl="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
expat${secondaryArchSuffix}_devel >= 2.1
libiconv${secondaryArchSuffix}_devel >= 1.13
sqlite${secondaryArchSuffix}_devel >= 3.4
devel:libapr_1$secondaryArchSuffix >= 0.3
devel:libaprutil_1$secondaryArchSuffix >= 0.3
devel:libapr_1$secondaryArchSuffix
devel:libaprutil_1$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libexpat$secondaryArchSuffix >= 1.11.1
devel:libiconv$secondaryArchSuffix
devel:liblz4$secondaryArchSuffix
devel:libserf_1$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libxml2$secondaryArchSuffix >= 2.7
devel:libsqlite3$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -144,7 +144,7 @@ BUILD_PREREQUIRES="
BUILD()
{
CFLAGS=-std=c9x CPPFLAGS=-P LIBS="-lcrypto -lssl" runConfigure ./configure \
CFLAGS=-std="c9x -O2" CPPFLAGS=-P LIBS="-lcrypto -lssl" runConfigure ./configure \
--bindir=$prefix/bin \
--with-serf \
--with-zlib \