Commit graph

58 commits

Author SHA1 Message Date
Jase Thew
5e832a712a - Update to 0.6.24
Changes:	http://duplicity.nongnu.org/Changelog.GNU
2014-05-18 15:22:04 +00:00
Adam Weinberger
32cecfd21b - Use OPTIONS helpers
- Remove some .if's obsoleted by STAGE
- Remove CONFLICTS against ports that don't exist

PR:		ports/187201
Approved by:	maintainer timeout
2014-03-15 17:15:45 +00:00
Jase Thew
0bd957cdda - Add missing RUN_DEPENDS of devel/py-lockfile
PR:	ports/186461
Reported by:	Helmut Ritter
2014-02-05 17:47:55 +00:00
Jase Thew
3e726b4a95 - Update to 0.6.23
- 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
2014-02-01 18:31:16 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Jase Thew
d0bc103116 - Convert LIB_DEPENDS to new format, missed in previous commit 2013-11-03 17:26:45 +00:00
Jase Thew
bb533e3270 - Add STAGE support
- Limit use of Python to <= 2.7
- Correct include of bsd.port.options.mk
2013-11-03 17:22:37 +00:00
Jase Thew
245e1142ed - Revert r332550 - does not work as intended/is not applicable.
Duplicity itself is not fully Python 3 compatible - there's multiple
instances of "print" as command and all the unicode vs bytes string
handling needs fixing to allow working unicode filename support.
Python 3 support is currently planned for the 0.7 branch.
2013-11-03 16:54:55 +00:00
William Grzybowski
05ca77bc93 sysutils/duplicity: fix for python 3.x
PR:		ports/182765
Submitted by:	Kurt Jaeger <fbsd-ports opsec.eu>
Approved by:	maintainer (timeout)
2013-11-02 23:00:53 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Jase Thew
9241d18bcd - Update to 0.6.22
- Add options for GIO and Ubuntu One backends as their dependancies
  are now available in the Ports Collection

Changes:	http://duplicity.nongnu.org/CHANGELOG
2013-09-01 02:38:20 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Jase Thew
d56738427a - Update to 0.6.21
Changes:    http://duplicity.nongnu.org/CHANGELOG
2013-01-23 16:53:50 +00:00
Jase Thew
e78924edad - Update to 0.6.20
- Convert to new format Makefile header
- Correct an error in pkg-message

Feature safe:	yes
2012-10-28 21:27:40 +00:00
Jase Thew
21d232a377 - Add temporary patch to fix resuming encrypted backups.
PR:		ports/170114
Submitted by:	William Orr <will@worrbase.com>
Obtained from:	https://answers.launchpad.net/duplicity/+question/183711
Approved by:	flo (mentor)
2012-08-15 16:47:35 +00:00
Jase Thew
e8eb681150 - Add OPTIONS to allow the selective installation of backends. [1]
- Add dependencies for CloudFiles and Google Docs backends.

PR:		ports/168723
Submitted by:	Michael Gmelin <freebsd@grem.de> [1]
Approved by:	flo (mentor)
2012-06-10 17:34:34 +00:00
Jase Thew
7b76f6416e - Update to 0.6.19
- Update maintainer address
- Convert to new options framework
- Fix COMMENT
- Remove shlib version from LIB_DEPENDS
- Remove extraneous comment

Changes:	http://www.nongnu.org/duplicity/CHANGELOG
Approved by:	flo, culot (mentors)
2012-06-05 10:47:23 +00:00
Michael Scheidell
c31233454a - Add run dependency on security/py-paramiko to fix dependency in last upstream release. [1]
- Add run dependency on devel/py-boto to enable use of duplicity's S3 backend. [2]

PR:		ports/165705 [1]
Reported by:	Rob Evers <rob@debank.tv> [1]
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer) [2]
Approved by:	gabor (mentor, implicit)
2012-03-06 11:21:10 +00:00
Jason Helfman
b30a6d2d4a - Update to 0.6.18
PR:	ports/165649
Submitted by:	maintainer, freebsd@beardz.net
2012-03-03 19:54:37 +00:00
Martin Wilke
34ffef52be - Update to 0.6.17
PR:		162886
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
Feature safe:	yes
2011-11-26 15:06:32 +00:00
Doug Barton
182b87480f Update to version 0.6.16, released October 15, 2011.
Too many changes since 0.6.13 to list, see:
1. /usr/local/share/doc/duplicity/CHANGELOG, or
2. http://www.nongnu.org/duplicity/CHANGELOG

For the port, the version upgrade and maintainer change are from the PR.
Thanks to the former maintainer for his past hard work, and confirming
the change.

Additionally, add some cleanups of my own:
1. More accurate comment
2. Make NLS an OPTION
3. Minor simplification to the Makefile logic

PR:		ports/162507
Submitted by:	Jase Thew <freebsd@beardz.net>
Feature safe:	yes
2011-11-13 00:49:56 +00:00
Sahil Tandon
26a4765029 - Update to 0.6.13
PR:		ports/156944
Submitted by:	Jase Thew <freebsd@beardz.net>
Approved by:	maintainer timeout
2011-05-26 01:56:42 +00:00
Sahil Tandon
ae372b4be3 Update to 0.6.11, add WITHOUT_NLS switch and
update CONFLICTS.

PR:		ports/152744
Submitted by:	Vlad V. Teterya <vlad@vlad.uz.ua>
Approved by:	maintainer
2011-03-16 03:24:49 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Martin Wilke
1800d08aea - Update to 0.5.20
PR:		138552
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-09-09 09:29:16 +00:00
Dennis Herrmann
cda814cf86 - Add CONFLICTS with sysutils/duplicity-devel
PR:		ports/136646
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-07-13 17:30:11 +00:00
Martin Wilke
46f621d7a2 - Update to 0.5.18
PR:		134761
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-05-22 21:53:08 +00:00
Martin Wilke
4e4c2a875f - Update to 0.5.17
PR:		134374
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-05-10 18:30:58 +00:00
Vasil Dimov
68a5fdd1c2 Transfer maintainership of
sysutils/duplicity
sysutils/rdiff-backup
sysutils/rdiff-backup-devel
sysutils/rdiff-backup10

from myself to Peter Schuller because he has been more active than me
in updating those ports and sent so many ready-to-be-committed patches.
2009-05-07 07:05:52 +00:00
Vasil Dimov
ceb58ae50a Upgrade sysutils/duplicity from 0.5.15 to 0.5.16
ChangeLog:
http://duplicity.nongnu.org/CHANGELOG

PR:		ports/133991
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2009-04-27 14:30:13 +00:00
Vasil Dimov
afbe41ae11 Upgrade sysutils/duplicity from 0.5.13 to 0.5.15
ChangeLog:
http://duplicity.nongnu.org/CHANGELOG

PR:		ports/133432 (is for upgrade to 0.5.14, but is essentially the same)
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2009-04-12 19:14:09 +00:00
Vasil Dimov
7494eac9c9 Upgrade sysutils/duplicity from 0.5.12 to 0.5.13
ChangeLog:
http://duplicity.nongnu.org/CHANGELOG

PR:		ports/133139
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2009-03-28 06:46:09 +00:00
Vasil Dimov
f00e234ee3 * Upgrade sysutils/duplicity from 0.5.09 to 0.5.12
* Remove dependencies on pexpect/GnuPGInterface as they are both bundled
* Fix some out-of-order plist entries

ChangeLog:
http://duplicity.nongnu.org/CHANGELOG

PR:		ports/132908
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2009-03-27 06:54:19 +00:00
Vasil Dimov
4a7ed2bf82 * Upgrade sysutils/duplicity from 0.5.06 to 0.5.09
ChangeLog:
http://duplicity.nongnu.org/CHANGELOG

Supersedes:	ports/131656
2009-02-23 18:25:23 +00:00
Vasil Dimov
a69936c421 * Upgrade sysutils/duplicity from 0.5.03 to 0.5.06
* Install all the files that the port would install into doc/ if we didn't
  modify its installation script
* Leave the installator to install the man pages by itself, only tune the
  installation directory

ChangeLog:
http://duplicity.nongnu.org/CHANGELOG
2009-01-10 15:04:38 +00:00
Vasil Dimov
6d0dda54a5 Upgrade sysutils/duplicity from 0.5.02 to 0.5.03
ChangeLog:
http://duplicity.nongnu.org/CHANGELOG

PR:		ports/129188
Submitted by:	peter.schuller@infidyne.com
2008-11-27 07:23:50 +00:00
Vasil Dimov
966d6ee8c0 Upgrade sysutils/duplicity from 0.4.12 to 0.5.02
ChangeLog:
http://www.nongnu.org/duplicity/CHANGELOG

PR:		ports/127161 (with small fix)
Submitted by:	peter.schuller@infidyne.com
2008-09-28 19:28:11 +00:00
Edwin Groothuis
699007ee35 [PATCH] sysutils/duplicity: update to 0.4.12
New in v0.4.12 (2008/07/22)
	---------------------------
	Dan Muresan created a patch to minimize the number of password
	prompts. To do so, it sometimes requests a password once without
	confirmation; if later it turns out that a full backup is needed,
	the user is prompted for confirmation.

	bug #23540: doc bug in man page (environment FTP_PASSWORD)
	https://savannah.nongnu.org/bugs/index.php?23540

	bug #23362: Documentation for --version, --time-separator <char>
	https://savannah.nongnu.org/bugs/index.php?23362

	bug #23283: interactive passphrase query is suboptimal
	https://savannah.nongnu.org/bugs/index.php?23283

	bug #23066 was not actually applied to 0.4.11. Its here now.
	https://savannah.nongnu.org/bugs/index.php?23066

	bug #22826: regressions caused by boto 1.1c
	https://savannah.nongnu.org/bugs/index.php?22826

	New in v0.4.11 (2008/05/05)
	---------------------------
	Changes applied to allow duplicity to run under Python 2.3 again.

	patch #6485: Reinstate patch #6340 with a detailed explanation.
	https://savannah.nongnu.org/patch/index.php?6485

	bug #23066: ssh uris with given portnumbers are not handled correctly
	https://savannah.nongnu.org/bugs/index.php?23066

PR:		ports/125987
Submitted by:	peter.schuller@infidyne.com
Approved by:	maintainer timeout
2008-08-15 01:09:21 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Vasil Dimov
575c771554 Upgrade sysutils/duplicity from 0.4.9 to 0.4.10.
ChangeLog:
http://www.nongnu.org/duplicity/CHANGELOG

PR:		ports/122217
Submitted by:	peter.schuller@infidyne.com
2008-03-30 11:02:01 +00:00
Vasil Dimov
a0544a6584 Upgrade sysutils/duplicity from 0.4.8 to 0.4.9.
ChangeLog:
http://www.nongnu.org/duplicity/CHANGELOG

PR:		ports/119780
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2008-01-19 07:47:08 +00:00
Vasil Dimov
33f6394944 Upgrade sysutils/duplicity from 0.4.7 to 0.4.8.
ChangeLog:
http://www.nongnu.org/duplicity/CHANGELOG

PR:		ports/118742
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2007-12-16 10:03:13 +00:00
Vasil Dimov
db41cdc518 Fix packing list problems in sysutils/duplicity:
the man pages were installed in share/man/ instead of man/

Pointyhat to:	vd, Peter Schuller <peter.schuller@infidyne.com>
2007-12-12 15:02:19 +00:00
Vasil Dimov
6a7f43b195 Upgrade sysutils/duplicity from 0.4.3 to 0.4.7.
ChangeLog:
http://www.nongnu.org/duplicity/CHANGELOG

PR:		ports/118333
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2007-12-12 12:06:43 +00:00
Vasil Dimov
888517b6ee * Upgrade sysutils/duplicity from 0.4.2 to 0.4.3
* Add conditional dependency to misc/py-pexpect

Sample patches from rafan@ and from Peter Schuller [1]

PR:		ports/115762 [1]
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> [1]
2007-08-24 10:39:18 +00:00
Vasil Dimov
4fbff44688 Switch to gnupg2. [1]
sysutils/duplicity uses the ``gpg'' executable, not ``gpgv''.

Suggested by:	rafan@ [1]
2007-05-29 09:01:52 +00:00
Jun Kuriyama
265500d7d8 - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
  correct.  To work around this, change dependency line from bin/gpg
  to bin/gpgv which exists in security/gnupg1 port only.

Spotted by:	ume
2006-12-22 02:51:16 +00:00
Jun Kuriyama
fc5b96f1a8 - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.

Thanks to:	dougb, lofi
2006-12-21 13:31:56 +00:00