Files
pkgsrc-ng/devel/subversion/Makefile.version
2014-11-05 12:41:07 +01:00

12 lines
410 B
Makefile

# $NetBSD: Makefile.version,v 1.68 2014/02/23 09:59:19 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.8.8
.endif