* Apply the same fix as in r559094 by stripping libraries by wildcard paths.
* Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make the
port PREFIX safe while I'm here.
PR: 253815
Approved by: python (with hat)
- Bump PORTREVISION of dependent ports for dependency change
net/librsync was removed from ports tree almost 3 years ago.
from MOVED:
net/librsync|net/librsync2|2017-04-28|Unmaintained, CVE-2014-8242, use net/librsync2 instead
This updates sysutils/duplicity to the current stable release.
A new port sysutils/duplicity07 has been created to keep version 0.7.19 in
the tree, as it uses a deprecated version of Python, it will be removed soon.
It will be kept for a while just in case some incompatibilities still show up.
Changelog: https://launchpad.net/duplicity/+milestone/0.8.12http://duplicity.nongnu.org/vers8/CHANGELOG
Port improvements obtained from sysutils/duplicity-devel.
This is the current development release.
Duplicity backs directories by producing encrypted tar-format volumes and
uploading them to a remote or local file server. Because duplicity uses
librsync, the incremental archives are space efficient and only record the
parts of files that have changed since the last backup. Because duplicity
uses GnuPG to encrypt and/or sign these archives, they will be safe from
spying and/or modification by the server.
WWW: http://duplicity.nongnu.org
- Use GNUPG2 as default [1]
- Drop SSH option
Install paramiko and pexpect as SSH/SCP/SFTP backend.
Duplicity uses paramiko as default, and pexpect is necessary for
par2backend.py, thats why we are also installing it. [2]
scp:// will use paramiko, you can also set like this
paramiko+scp:// or pexpect+scp://
PR: 232927 [1]
Reported by: rs.os@t-online.de [1]
Reported by: Paul Holmanskikh <paul.holmanskikh@gmail.com> [2]
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Changed RUN_DEPENDS from devel/py-lockfile to devel/py-fasteners:
Fixed bug #1320641 and others regarding lockfile
- swap from lockfile to fasteners module
- use an fcntl() style lock for process lock of duplicity cache
- lockfile will now clear if duplicity is killed or crashes
See the changelog file for more information.
Changes: http://www.nongnu.org/duplicity/CHANGELOG
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11548
This is ABI-compatible with 1.0.0, but due to an accident
upstream with releasing 1.0.1 with a reversed shlib version,
they released 2.0.0 with only a restoration of the shlib
version of 2.
Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
- Modify options descriptions to match currents standards
- Fix PEXPECT option, misc/py-pexpect does not install
pexpect executable, convert check to path independent one
- Convert to options helpers, break lines around 80 characters
- Regenerate patch with make makepatch
PR: 213145 [1]
Submitted by: Arnaud de Prelle [1]
- CloudFiles backend is updated to support (and use by default)
Rackspace's all-encompassing Python API library pyrax. As the
library is not currently in the Ports Collection, revert the
default module used for the backend to py-cloudfiles. This can
be overridden by using --cf-backend=pyrax at runtime
- Pet portlint(8), rename Makefile variable file to f
- Update pkg-message to mention mega backend
- Change to PYDISTUTILS_AUTOPLIST=YES, list documentation in
PORTDOCS and remove pkg-plist
Changes: http://duplicity.nongnu.org/Changelog.GNU