pkgsrc-ng/devel/subversion/Makefile.version
2016-10-14 07:49:11 +02:00

12 lines
411 B
Makefile

# $NetBSD: Makefile.version,v 1.77 2016/05/01 00:48:32 ryoon 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.9.4
.endif