From 4d20811e3e033b5ef14d6a02fd3b62e864e01697 Mon Sep 17 00:00:00 2001 From: stsp Date: Mon, 29 Oct 2012 14:30:55 +0000 Subject: [PATCH] Update to Subversion-1.7.7. --- devel/subversion/Makefile | 4 ++-- devel/subversion/distinfo | 4 ++-- devel/subversion/patches/patch-build_conf | 18 ------------------ 3 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 devel/subversion/patches/patch-build_conf diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index c59bfae41c6..30873669543 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.114 2012/09/01 13:40:18 stsp Exp $ +# $OpenBSD: Makefile,v 1.115 2012/10/29 14:30:55 stsp Exp $ COMMENT-main= subversion revision control system COMMENT-perl= perl interface to subversion @@ -7,7 +7,7 @@ COMMENT-ruby= ruby interface to subversion COMMENT-ap2= apache2 subversion modules COMMENT-gnome-keyring= GNOME keyring support for subversion -VERSION= 1.7.6 +VERSION= 1.7.7 DISTNAME= subversion-${VERSION} PKGNAME-main= ${DISTNAME} FULLPKGNAME-perl= p5-SVN-${VERSION} diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index b740eaa5ebe..d8096502b59 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,2 +1,2 @@ -SHA256 (subversion-1.7.6.tar.bz2) = 0aTxPFyZKhUnoq6sJixvVOBzljzh0Tq/q7KpCYD6fQU= -SIZE (subversion-1.7.6.tar.bz2) = 6006767 +SHA256 (subversion-1.7.7.tar.bz2) = /IWpNB0dwnWyeeRwd2AUsCMooCjkinrHhorAfUpAoyE= +SIZE (subversion-1.7.7.tar.bz2) = 6023686 diff --git a/devel/subversion/patches/patch-build_conf b/devel/subversion/patches/patch-build_conf deleted file mode 100644 index 526d5a77bc3..00000000000 --- a/devel/subversion/patches/patch-build_conf +++ /dev/null @@ -1,18 +0,0 @@ -$OpenBSD: patch-build_conf,v 1.1 2012/09/07 23:30:32 stsp Exp $ -Fix no_ap2 flavor build. -http://svn.apache.org/viewvc?view=revision&revision=r1374198 ---- build.conf.orig Thu Aug 2 06:02:59 2012 -+++ build.conf Sat Sep 8 00:10:17 2012 -@@ -367,7 +367,11 @@ type = apache-mod - path = tools/server-side/mod_dontdothat - nonlibs = mod_dav_svn apr aprutil - libs = libsvn_subr xml --install = tools -+# This will cause mod_dontdothat to be installed with the other apache -+# modules instead of with the tools. While this is not quite right, -+# the build generator currently cannot exclude this module from the -+# build based on its install type -+install = apache-mod - msvc-libs = libhttpd.lib - - # ----------------------------------------------------------------------------