Author: dsahlberg
Date: Fri Nov 10 21:50:41 2023
New Revision: 1913706

URL: http://svn.apache.org/viewvc?rev=1913706&view=rev
Log:
* tools/dev/unix-build/Makefile.svn:
  Change download source of PCRE to Sourceforge.
   PCRE.ORG as of today say "Note that the former ftp.pcre.org FTP site is no
   longer available."

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=1913706&r1=1913705&r2=1913706&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Fri Nov 10 21:50:41 2023
@@ -210,7 +210,7 @@ APR_URL             = https://svn.apache.org/repos/
 APR_ICONV_URL  = https://archive.apache.org/dist/apr/$(APR_ICONV_DIST)
 GNU_ICONV_URL  = https://ftp.gnu.org/pub/gnu/libiconv/$(GNU_ICONV_DIST)
 APR_UTIL_URL   = https://svn.apache.org/repos/asf/apr/apr-util
-PCRE_URL       = https://ftp.pcre.org/pub/pcre/$(PCRE_DIST)
+PCRE_URL       = 
https://downloads.sourceforge.net/project/pcre/pcre/$(PCRE_VER)/$(PCRE_DIST)
 HTTPD_URL      = https://archive.apache.org/dist/httpd/$(HTTPD_DIST)
 #NEON_URL      = http://webdav.org/neon/$(NEON_DIST)
 NEON_URL       = http://ftp.openbsd.org/pub/OpenBSD/distfiles/$(NEON_DIST)


Reply via email to