From b337886c78fa6f9a17752736da302f86509431d6 Mon Sep 17 00:00:00 2001 From: Val Kulkov Date: Wed, 30 Nov 2016 00:25:57 -0500 Subject: [PATCH] update subversion from 1.9.4 to 1.9.5 Compile tested: ar71xx Run tested: ar71xx Signed-off-by: Val Kulkov --- net/subversion/Makefile | 6 +++--- ...lation-macos.patch => 301-cross-compilation-macos.patch} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename net/subversion/patches/{101-cross-compilation-macos.patch => 301-cross-compilation-macos.patch} (100%) diff --git a/net/subversion/Makefile b/net/subversion/Makefile index d78596202..4fd168ceb 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=subversion PKG_RELEASE:=1 -PKG_VERSION:=1.9.4 +PKG_VERSION:=1.9.5 PKG_SOURCE_URL:=@APACHE/subversion PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=29121a038f87641055a8183f49e9739f +PKG_MD5SUM:=9fcbae352a5efe73d46a88c97c6bba14 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Donald Rumata +PKG_MAINTAINER:=Val Kulkov PKG_FIXUP:=autoreconf PKG_MACRO_PATHS:=build/ac-macros diff --git a/net/subversion/patches/101-cross-compilation-macos.patch b/net/subversion/patches/301-cross-compilation-macos.patch similarity index 100% rename from net/subversion/patches/101-cross-compilation-macos.patch rename to net/subversion/patches/301-cross-compilation-macos.patch