Author: stsp
Date: Tue Jul 19 15:27:41 2011
New Revision: 1148395
URL: http://svn.apache.org/viewvc?rev=1148395&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Update serf dependency to 1.0.0.
Modified:
subversion/trunk/tools/dev/unix-build/Makefile.svn
Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1148395&r1=1148394&r2=1148395&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue Jul 19 15:27:41 2011
@@ -66,7 +66,7 @@ GNU_ICONV_VER = 1.13.1
APR_UTIL_VER = 1.3.12
HTTPD_VER = 2.2.19
NEON_VER = 0.29.6
-SERF_VER = 0.7.x
+SERF_VER = 1.0.0
SERF_OLD_VER = 0.3.1
CYRUS_SASL_VER = 2.1.23
SQLITE_VER = 3070603
@@ -107,7 +107,7 @@ APR_UTIL_URL = http://svn.apache.org/rep
HTTPD_URL = http://archive.apache.org/dist/httpd/$(HTTPD_DIST)
NEON_URL = http://webdav.org/neon/$(NEON_DIST)
#SERF_URL = http://serf.googlecode.com/files/$(SERF_DIST)
-SERF_URL = http://serf.googlecode.com/svn/branches/$(SERF_VER)
+SERF_URL = http://serf.googlecode.com/svn/tags/$(SERF_VER)
SERF_OLD_URL = http://serf.googlecode.com/svn/tags/$(SERF_OLD_VER)
SQLITE_URL = http://www.sqlite.org/$(SQLITE_DIST)
CYRUS_SASL_URL = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$(CYRUS_SASL_DIST)