d03d666f7e
This release addresses two security issues: CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs. CVE-2014-3528: credentials cached with svn may be sent to wrong server.
28 lines
1,003 B
Makefile
28 lines
1,003 B
Makefile
# $NetBSD: Makefile,v 1.57 2014/08/13 09:08:55 adam Exp $
|
|
|
|
PKGNAME= subversion-${SVNVER}
|
|
COMMENT= Version control system, meta-package
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../devel/subversion/Makefile.common"
|
|
|
|
DEPENDS+= subversion-base-${SVNVER}{,nb[0-9]*}:../../devel/subversion-base
|
|
DEPENDS+= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../www/ap2-subversion
|
|
DEPENDS+= p5-subversion-${SVNVER}{,nb[0-9]*}:../../devel/p5-subversion
|
|
DEPENDS+= ${PYPKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/py-subversion
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/ruby-subversion
|
|
|
|
.if !empty(PKG_OPTIONS:Mjava)
|
|
# The standard implementation of java is non-portable and non-free, so
|
|
# we do not depend on it by default.
|
|
DEPENDS+= java-subversion-${SVNVER}{,nb[0-9]*}:../../devel/java-subversion
|
|
.endif
|
|
|
|
CATEGORIES+= meta-pkgs
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../lang/ruby/rubyversion.mk"
|
|
.include "../../mk/apache.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|