On Sat, 09 Jan 2016 23:36:25 +0100 viq <vic...@gmail.com> wrote: > $ cat duply/pkg/DESCRÂ > Duply is a shell front end for the duplicity backup tool. > It greatly simplifies its usage by implementing backup > job profiles, batch commands and more. Who says secure > backups on non-trusted spaces are no child's play. > > WWW: http://duply.net > > I've been using it on other systems, now time to have it on OpenBSD as > well ;) Works fine for me, though I really tested only with duplicity > 0.7.x >
I'm not a duplicity user (yet?) but decided to at least test your port since you already pinged 2 times and seems no one noticed yet :) > Should I patch > #!/usr/bin/env bash > to use absolute path, or is it OK to leave as is? I think /usr/bin/env bash is completely fine. That's a proper portable way to find an interpreter. Why is the port using the lang/python module? I don't see any build systems or .egg files being produced here. Just being dependant on sysutils/duplicity should get you the interpreter used by duplicity. The port itself is a bash program calling a python program - not a python program. In my opinion you can drop both: - MODULES = lang/python - SUBST_VARS += MODPY_VERSION I tried the master site you mentioned in the Makefile, indeed it doesn't work with the spaces. Tested the port on amd64 snapshot from Jan 15th. It builds and installs cleanly. Regards, Adam