Skip to content

Commit

Permalink
subversion: update to v1.14.5 and use default port for DSM 7 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Dec 13, 2024
1 parent 8db6b95 commit ceb9816
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cross/subversion/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = subversion
PKG_VERS = 1.14.4
PKG_VERS = 1.14.5
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://archive.apache.org/dist/subversion
6 changes: 3 additions & 3 deletions cross/subversion/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subversion-1.14.4.tar.bz2 SHA1 f2f620b173ae1f734f2a29f5c970925f3ebf3777
subversion-1.14.4.tar.bz2 SHA256 44ead116e72e480f10f123c914bb6f9f8c041711c041ed7abff1b8634a199e3c
subversion-1.14.4.tar.bz2 MD5 be9f6c5e8bb80e465152b4c5160d7f54
subversion-1.14.5.tar.bz2 SHA1 5350ef7ea238b5fff21f822dc9dbeed6e0e426c2
subversion-1.14.5.tar.bz2 SHA256 e78a29e7766b8b7b354497d08f71a55641abc53675ce1875584781aae35644a1
subversion-1.14.5.tar.bz2 MD5 af6001dc7af2f1242a4f72e8a5c565d2
10 changes: 9 additions & 1 deletion spk/subversion/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = subversion
SPK_VERS = 1.14.4
SPK_VERS = 1.14.5
SPK_REV = 1
SPK_ICON = src/subversion.png

@@ -14,7 +14,15 @@ CHANGELOG = "Initial SynoCommunity Package release."
HOMEPAGE = https://subversion.apache.org/
LICENSE = Apache 2.0

include ../../mk/spksrc.common.mk

ifeq ($(call version_ge, ${TCVERSION}, 7.0),1)
SERVICE_PORT = 3690
else
SERVICE_PORT = 3691
DESCRIPTION += Port 3691 is used \(on DSM 6.x\) to avoid conflict with Subversion package of Synology.
endif

WIZARDS_DIR = src/wizard
SERVICE_WIZARD_SHARENAME = wizard_repo_directory

0 comments on commit ceb9816

Please sign in to comment.