pkgsrc/devel/subversion16/Makefile.version
ryoon d404e4a8af Import subversion16-1.6.20 as devel/subversion16.
The goal of the Subversion project is to build a version control
system that is a compelling replacement for CVS in the open source
community.  The software is released under an Apache/BSD-style open
source license.

This is a meta-package.  It installs no files, but it depends on all
the Subversion components, including the base package with the
subversion client and server, the apache module, and four language
bindings.  (If you just want the basic svn and svnadmin programs see
devel/subversion-base.)

This package tracks 1.6.x release branch.
2013-02-09 13:27:27 +00:00

11 lines
411 B
Text

# $NetBSD: Makefile.version,v 1.1 2013/02/09 13:27:27 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.6.20
.endif