Version 1.10.3 User-visible changes: - Minor new features and improvements: * Store the HTTPS client cert password - Client-side bugfixes: * Fix shelving when custom diff command is configured * Fix conflict resolver crashes * Fix conflict resolver endless scan in some cases * Fix "Accept incoming deletion" on locally deleted file * Fix "resolver adds unrelated moves to move target list" - Server-side bugfixes: * Reject bad PUT before CHECKOUT in v1 HTTP protocol * Let 'svnadmin recover' prune the rep-cache even if disabled - Client-side and server-side bugfixes: * Allow commands like 'svn ci --file X' to work when X is a FIFO - Other tool improvements and bugfixes: * 'svnadmin verify --keep-going --quiet' shows an error summary * Fix error in german translation for 'svn help merge' Developer-visible changes: - General: * Python tests use the current python executable
26 lines
706 B
Makefile
26 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.105 2018/10/16 11:13:41 adam Exp $
|
|
|
|
PKGNAME= p5-subversion-${SVNVER}
|
|
COMMENT= Perl bindings for Subversion
|
|
|
|
.include "../../devel/subversion/Makefile.common"
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
USE_TOOLS+= perl
|
|
PERL5_CONFIGURE= no
|
|
PERL5_OPTIONS+= threads
|
|
PERL5_PACKLIST= auto/SVN/_Core/.packlist
|
|
|
|
BUILD_TARGET= swig-pl
|
|
INSTALL_TARGET= install-swig-pl
|
|
TEST_TARGET= check-swig-pl
|
|
MAKE_ENV+= SUBVERSION_BASE_PREFIX=${BUILDLINK_PREFIX.subversion-base}
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/build-outputs.mk
|
|
${CP} ${FILESDIR}/build-outputs.mk ${WRKSRC}/build-outputs.mk
|
|
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|