notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/duply/Makefile
SVNWeb

Number of commits found: 26

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 3 Aug 2022
[ 01:58 Hiroki Tagato (tagattie) search for other commits by this committer Author: David O'Rourke ]    commit hash:d1c89e6d05946f7d52f9faf679b8f21609b3d0e7  commit hash:d1c89e6d05946f7d52f9faf679b8f21609b3d0e7  commit hash:d1c89e6d05946f7d52f9faf679b8f21609b3d0e7  d1c89e6 
sysutils/duply: update to 2.2.2 and fix broken MASTER_SITES

The previous MASTER_SITES entry was actually a redirect to
SourceForge, however, it appears it was only ever capable of
retrieving the latest version of duply. This meant that when a new
upstream version of duply was released, the port would break as
duply.net always redirected to the latest version, no matter which
version you were actually requesting.

This is resolved by pointing MASTER_SITES to the real SourceForge
location for the releases.

Changelog: http://duply.net/Changelog-TODO

PR:		241784
Reported by:	David O'Rourke <dor.bsd@xm0.uk>
Approved by:	michael@ranner.eu (maintainer)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  ea71236  (Only the first 10 of 972 ports in this commit are shown above. View all ports for this commit)
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 28 Nov 2019
[ 15:38 grembo search for other commits by this committer ] Original commit   Revision:518586
Unbreak
Wed, 6 Nov 2019
[ 16:26 antoine search for other commits by this committer ] Original commit   Revision:516897 (Only the first 10 of 283 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN (unfetchable)
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Sat, 11 Aug 2018
[ 19:01 dbaio search for other commits by this committer ] Original commit   Revision:476940
sysutils/duply: Fix Python interpreter

After r476919, post-patch was changing incorrectly the Python
interpreter that `duply` uses.
Without this patch, `duply` will look for the same interpreter
that `duplicity` uses.

PR:		230544
Submitted by:	Peter Putzer <freebsd@mnd.sc>
Approved by:	just fix it
[ 14:24 dbaio search for other commits by this committer ] Original commit   Revision:476919
sysutils/duply: Update to 2.1

- Enable random by default in periodic script and anticongestion function [1]
  Periodic scripts that hit external servers can cause a "thundering herd"
  problem, whereby many systems' periodic scripts run at the same time, and
  overload the server.  To prevent this, such scripts should sleep for a
  random amount of time before hitting the external server.

Changes:	http://duply.net/wiki/index.php/Duply-Changelog

PR:		218443 [1]
PR:		230308
Submitted by:	Nathan <ndowens@yahoo.com>
Reported by:	asomers [1]
Approved by:	michael@ranner.eu (maintainer)
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 14 Oct 2015
[ 11:32 mat search for other commits by this committer ] Original commit   Revision:399251
Update to 1.10.1.

Don't install the license file twice.

maintainer timeout.

PR:		203434
Submitted by:	Philip Jocks
Sponsored by:	Absolight
Thu, 30 Apr 2015
[ 08:58 wen search for other commits by this committer ] Original commit   Revision:385027
- Update to 1.9.1

PR:		196723
Submitted by:	sascha@root-login.org
Approved by:	michael@ranner.eu(maintainer)
Sat, 20 Dec 2014
[ 19:42 bapt search for other commits by this committer ] Original commit   Revision:375112 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Tue, 8 Jul 2014
[ 18:50 wg search for other commits by this committer ] Original commit   Revision:361276
sysutils/duply: update to 1.7.4

PR:		191711
Submitted by:	maintainer
Mon, 24 Mar 2014
[ 20:30 pawel search for other commits by this committer ] Original commit   Revision:349065
Add periodic script

PR:		ports/187643
Submitted by:	Claudius Herder <claudius.herder@ambtec.de>
Approved by:	maintainer
Mon, 3 Mar 2014
[ 14:35 adamw search for other commits by this committer ] Original commit   Revision:346905
Remove bash-devel support now that it has been folded into
shells/bash proper. Bump PORTREVISION on affected ports.
Sun, 2 Mar 2014
[ 18:25 adamw search for other commits by this committer ] Original commit   Revision:346788
Update to 1.6.0, and add bash-devel support.

PR:		ports/187199
Approved by:	maintainer
[ 17:07 adamw search for other commits by this committer ] Original commit   Revision:346783
Stage support.
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Mon, 11 Mar 2013
[ 01:09 beech search for other commits by this committer ] Original commit   Revision:313851
- Update to 1.5.9
- Cleanup Makefile header for portlint

PR:		ports/176818
Submitted by:	Michael Ranner <michael@ranner.eu> (maintainer)
Thu, 16 Jun 2011
[ 20:06 dhn search for other commits by this committer ] Original commit 
- Update to 1.5.5.1

PR:             ports/157923
Submitted by:   Vlad V. Teterya <vlad@vlad.uz.ua>
Approved by:    Michael Ranner <michael@ranner.eu> (maintainer)
Sun, 16 Jan 2011
[ 16:43 culot search for other commits by this committer ] Original commit 
- Update to 1.5.4.2

Changes:        http://duply.net/?title=Duply-Changelog
PR:             ports/154046
Submitted by:   Vlad V. Teterya <vlad AT vlad.uz.ua>
Approved by:    sahil@/wen@ (mentors, implicit), Michael Ranner <michael AT
ranner.eu> (maintainer)
Feature safe:   yes
Tue, 28 Dec 2010
[ 23:47 sahil search for other commits by this committer ] Original commit 
- Update to 1.5.4.1

PR:             ports/153410
Submitted by:   Vlad V. Teterya <vlad@vlad.uz.ua>
Approved by:    Michael Ranner <michael@ranner.eu> (maintainer)
Thu, 16 Dec 2010
[ 02:34 glarkin search for other commits by this committer ] Original commit  (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Sat, 20 Nov 2010
[ 21:59 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.5.4
- Honor PREFIX

Changes:

1.5.4:
- as of 1.5.3 already, new ARCH_DIR config option
- multiple key support
- ftplicity-Feature Requests-2994929: separate encryption and signing key
- key signing of symmetric encryption possible (duplicity patch committed)
- gpg tests disable switch
- gpg tests now previewable and more intelligent

1.5.3: (1.11.2010)
- bugfix 3056628: improve busybox compatibility, grep did not have -m param
- bugfix 2995408: allow empty password for PGP key
- bugfix 2996459: Duply erroneously escapes '-' symbol in username
- url_encode function is now pythonized
- rsync uses FTP_PASSWORD now if duplicity 0.6.10+ , else issue warning
- feature 3059262: Make pre and post aware of parameters,
                   internal parameters + CMD of pre or post

PR:             ports/152391
Submitted by:   Vlad V. Teterya <vlad@vlad.uz.ua>
Approved by:    Michael Ranner <michael@ranner.eu> (maintainer)
Wed, 29 Sep 2010
[ 13:11 decke search for other commits by this committer ] Original commit 
Duply is a shell front end for the duplicity backup tool.
It greatly simplifies it's 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

PR:             ports/150946
Submitted by:   Michael Ranner <michael at ranner dot eu>
Approved by:    beat (co-mentor)

Number of commits found: 26