501bdb95e0
Patch provided by Peter Schuller in PR 35419. New in v1.0.5 (2006/11/11) -------------------------- Fix a traceback due to an off-by-1 error in "--remove-older-than nB". Fix a security violation when restoring from a remote repository. (Patch from Charles Duffy.) --list-at-time, --list-increments, and --list-increment-sizes should now work from a read-only repository. (Bug reported by Wolfgang Dautermann.)
27 lines
745 B
Makefile
27 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.26 2007/01/14 15:24:33 obache Exp $
|
|
#
|
|
|
|
DISTNAME= rdiff-backup-1.0.5
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= http://savannah.nongnu.org/download/rdiff-backup/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/rdiff-backup/
|
|
COMMENT= Remote incremental backup utility
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23 22
|
|
|
|
SUBST_CLASSES+= path
|
|
SUBST_STAGE.path= post-patch
|
|
SUBST_FILES.path= setup.py
|
|
SUBST_SED.path= -e "s|%%LOCALBASE%%|${LOCALBASE}|g"
|
|
SUBST_MESSAGE.path= Fixing paths.
|
|
|
|
BUILDLINK_API_DEPENDS.librsync+= librsync>=0.9.6
|
|
|
|
.include "../../devel/librsync/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|