Update to Subversion-1.7.7.
This commit is contained in:
parent
af59a2705b
commit
4d20811e3e
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
# ----------------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user