pkgsrc/devel/subversion/Makefile.version
adam 396bcda04f subversion: updated to 1.14.0
What's New in Apache Subversion 1.14

Support for Python 3.x
Support for Python 2.7 is being phased out
New Build-Time Dependency: py3c
Many enhancements and bug fixes
2020-07-27 20:48:52 +00:00

11 lines
411 B
Text

# $NetBSD: Makefile.version,v 1.86 2020/07/27 20:48:52 adam Exp $
# When updating subversion, all packages are updated at the same time
# to have a consistent set of packages. A particularly tricky aspect
# is our interaction with the svn build system. See the make target
# "svn-build-outputs-hack" in devel/subversion-base/Makefile when
# changing the version.
.if !defined(SVNVER)
SVNVER= 1.14.0
.endif