summaryrefslogtreecommitdiff
path: root/sysutils/duplicity (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/duplicity: Update to 0.8.22Danilo G. Baio2022-03-142-4/+4
| | | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.21 https://launchpad.net/duplicity/+milestone/0.8.22
* sysutils/duplicity: Add CPE informationStefan Eßer2021-10-131-1/+2
| | | | Approved by: portmgr (blanket)
* sysutils/duplicity: Update to 0.8.20Danilo G. Baio2021-08-232-5/+6
| | | | | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.20 PR: 257996 Submitted by: PopularMoment@protonmail.com (Based on)
* sysutils/duplicity: Update to 0.8.19Danilo G. Baio2021-05-012-4/+4
| | | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.19 https://launchpad.net/duplicity/+milestone/0.8.18
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/duplicity: Fix packaging with Python 3.8Kai Knoblich2021-03-061-1/+1
| | | | | | | | | | * 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)
* sysutils/duplicity: Update to 0.8.17Danilo G. Baio2020-11-162-5/+5
| | | | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.17 MFH: 2020Q4 (blanket: bugfix release)
* sysutils/duplicity: Update to 0.8.16Danilo G. Baio2020-10-062-7/+5
| | | | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.16 MFH: 2020Q4 (blanket: bugfix release)
* sysutils/duplicity: Update to 0.8.15Danilo G. Baio2020-08-022-4/+4
| | | | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.15 MFH: 2020Q3 (blanket: bugfix release)
* sysutils/duplicity: Update to 0.8.14Danilo G. Baio2020-07-042-5/+5
| | | | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.14 MFH: 2020Q3 (blanket: bugfix release)
* sysutils/duplicity: Update to 0.8.13Danilo G. Baio2020-05-072-6/+5
| | | | Changelog: https://launchpad.net/duplicity/+milestone/0.8.13
* sysutils/duplicity: Fix build when NLS option is offDanilo G. Baio2020-04-061-1/+1
| | | | | Reported by: filis MFH: 2020Q2 (build blanket)
* Move net/librsync2 to net/librsyncSunpoet Po-Chuan Hsieh2020-04-021-1/+2
| | | | | | | | | - 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
* sysutils/duplicity: Update to 0.8.12Danilo G. Baio2020-03-214-132/+46
| | | | | | | | | | | | 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.12 http://duplicity.nongnu.org/vers8/CHANGELOG Port improvements obtained from sysutils/duplicity-devel.
* Remove optional dependency on py-gobjectAntoine Brodin2020-02-191-8/+3
| | | | With hat: portmgr
* Add sysutils/duplicity-devel: Backup tool that uses librsync and GnuPGDanilo G. Baio2019-11-151-0/+2
| | | | | | | | | | | | | 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
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-26/+29
|
* sysutils/duplicity: Update to 0.7.19Danilo G. Baio2019-05-052-5/+4
| | | | Changelog: https://launchpad.net/duplicity/+milestone/0.7.19
* sysutils/duplicity: Options updateDanilo G. Baio2019-03-021-17/+6
| | | | | | | | | | | | | | | | | | - 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]
* sysutils/duplicity: Update to 0.7.18.2Danilo G. Baio2018-10-242-4/+4
| | | | | | PR: 232507 Submitted by: Nathan <ndowens@yahoo.com> Reported by: johnllyon@gmail.com
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-6/+6
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* sysutils/duplicity: Update to 0.7.17Danilo G. Baio2018-02-272-4/+4
| | | | Changes: https://launchpad.net/duplicity/+milestone/0.7.17
* sysutils/duplicity: Update to 0.7.16Danilo G. Baio2018-01-274-8/+10
| | | | | | | | | | | | - Enable option PEXPECT as default [1] - Fix shebang errors [1] - Update the deprecated way of setting Python version - Fix WWW Changes: https://launchpad.net/duplicity/+milestone/0.7.16 Submitted by: mmokhi [1] Differential Revision: D14052 [1]
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* sysutils/duplicity: Update to 0.7.15Danilo G. Baio2017-11-152-5/+4
| | | | Changes: https://launchpad.net/duplicity/+milestone/0.7.15
* Remove py-python-cloudfiles expired since 2017-08-31Baptiste Daroussin2017-10-121-13/+7
|
* Convert to utf-8.Mathieu Arnold2017-10-061-1/+1
| | | | Sponsored by: Absolight
* sysutils/duplicity: Upgrade port to newest release (0.7.14)Mahdi Mokhtari2017-09-012-4/+4
| | | | | | | Reviewed by: dbaio (maintainer), feld (mentor) Approved by: dbaio (maintainer), feld (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D12193
* sysutils/duplicity: Update to 0.7.13.1Danilo G. Baio2017-07-123-13/+10
| | | | | | | | | | | | | | | 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
* Move net/py-cloudfiles to net/py-python-cloudfilesSunpoet Po-Chuan Hsieh2017-05-301-1/+2
| | | | | - Add PyPI as primary WWW - Bump PORTREVISION for dependent ports
* Update my email addressDanilo G. Baio2017-05-081-1/+1
| | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
* Update to 0.7.12.Shaun Amott2017-04-093-4/+11
| | | | | PR: 218301 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
* - Update to 0.7.11Wen Heping2017-03-033-15/+18
| | | | | | | - Pass maintainership to submitter PR: 216366 Submitted by: dbaio@bsd.com.br
* - Update librsync to 2.0.0 and move to net/librsync2.Bryan Drewery2017-01-241-1/+1
| | | | | | | | | 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>
* ${RM} already has -f.Mathieu Arnold2016-10-211-6/+6
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Fix docs installationDmitry Marakasov2016-10-101-2/+2
| | | | - Silence stripping
* - Update to version 0.7.10 [1]Pawel Pekala2016-10-033-53/+52
| | | | | | | | | | | - 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]
* Reset jase@'s ports after taking in his commit bit for safekeeping.Rene Ladan2016-09-181-1/+1
| | | | With hat: portmgr-secretary
* Update to 0.7.09Florian Smeets2016-09-092-4/+4
| | | | | | PR: 211505 Submitted by: Philip Jocks Approved by: maintainer timeout (5 weeks)
* sysutils/duplicity: 0.7.06 -> 0.7.07.1Kurt Jaeger2016-06-212-4/+6
| | | | | | | | | | Changes: http://duplicity.nongnu.org/CHANGELOG - Fixed bug #1570293 duplicity is very slow due to excessive fsync - LIB_DEPENDS from librsync to librsync1 PR: 210073 Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: jase (maintainer timeout)
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-13/+13
| | | | | With hat: portmgr Sponsored by: Absolight
* sysutils/duplicity: 0.6.25 -> 0.7.06Kurt Jaeger2016-03-064-59/+78
| | | | | | | | | Changes: http://www.nongnu.org/duplicity/CHANGELOG PR: 199892 Submitted by: Claudius Herder <claudius.herder@ambtec.de> Approved by: jase (maintainer timeout)
* - Update to 0.6.25Jase Thew2015-02-252-3/+3
| | | | Changes: http://duplicity.nongnu.org/Changelog.GNU
* - Convert ports of sysutils/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | Approved by: portmgr (implicit)
* - Update to 0.6.24Jase Thew2014-05-183-17/+88
| | | | Changes: http://duplicity.nongnu.org/Changelog.GNU
* - Use OPTIONS helpersAdam Weinberger2014-03-151-73/+14
| | | | | | | | - Remove some .if's obsoleted by STAGE - Remove CONFLICTS against ports that don't exist PR: ports/187201 Approved by: maintainer timeout
* - Add missing RUN_DEPENDS of devel/py-lockfileJase Thew2014-02-051-1/+3
| | | | | PR: ports/186461 Reported by: Helmut Ritter
* - Update to 0.6.23Jase Thew2014-02-014-265/+21
| | | | | | | | | | | | | | - 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
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-2/+0
|