Commit Graph

31 Commits

Author SHA1 Message Date
bket ae41d95b3e Update to restic-0.15.0
Removed patch, which is merged into this release.

Changelog: https://github.com/restic/restic/releases/tag/v0.15.0

OK sthen@
2023-01-14 13:43:51 +00:00
kn 4df4cb3960 Always regenerate manuals
Turns out restic-generate(1) is clever enough to omit the reference to
rest-self-update(1) if built without the tag.

Same story for mount: it isn't compiled but we ship the manual.

This way we'll always have code and docs in sync.

OK sthen
2022-12-28 12:48:03 +00:00
sthen 12664ed6e4 restic porting changes
- tweak recent change to use a normal patch instead of sed, the filename
is not version-dependent so no benefit of sed
- don't install the restic-self-update manpage now that it's been disabled
- install shell completion scripts
- update DESCR
2022-12-26 18:22:09 +00:00
kn 888481c56f selfupdate is disabled by default
Fixing the go build directive was enough for the default to kick in,
no need to explicitly disable it through flags.

Should be no package change, but bump revision for clarity.
2022-12-26 17:45:24 +00:00
kn 90cc8df50a disable self-update; OK sthen 2022-12-26 10:55:43 +00:00
sthen 450d27eb42 take maintainer 2022-10-05 15:09:18 +00:00
abieber f798747755 drop maintainer of stuff I don't use anymore 2022-10-05 14:54:22 +00:00
sthen 6f731264c1 update to restic-0.14.0, ok abieber@
now with compression!
2022-08-27 09:56:44 +00:00
abieber a1ad5d21d1 Update restic to 0.13.1
OK sthen@
2022-04-27 02:27:32 +00:00
abieber aec5fcc69c Update restic to 0.13.0
Changelog here: https://github.com/restic/restic/releases/tag/v0.13.0
2022-03-29 03:16:28 +00:00
naddy 2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
tb 369db10c16 Go ports: remove ./ from '.include "modules.inc"' line
ok danj semarie
2021-08-14 07:01:22 +00:00
abieber f8e9200ddf Update restic to 0.12.1
- switch to modules.inc

OK bket@
2021-08-05 14:10:14 +00:00
sthen 3046e0772e bump the golang ports so that pkg_add -u knows to update them 2021-03-08 13:59:23 +00:00
abieber e3c7a5a70f Update restic to 0.12.0
- add trimpath as a reminder to myself to try and get the reproducable build
  working.
2021-02-21 18:59:02 +00:00
abieber eeaff49fcb Update to v0.11.0
OK bket@
2020-11-19 23:22:22 +00:00
abieber 054779bb0e Update to restic 0.10.0.
- enable aarch64
- switch to MODGO_*

OK solene@
2020-09-23 23:02:55 +00:00
sthen 9c0d186099 add a comment next to BROKEN-aarch64 to suggest trying removing it with the
next update, hopefully vendored libs will be updated by then
2020-04-17 23:59:50 +00:00
sthen f1ff1d33e1 disable some golang ports on aarch64, failing builds mostly due to
golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which
suggests they have old vendored copies that don't include aarch64 support)
2020-04-14 21:38:00 +00:00
bket f2f6358351 Update to restic-0.9.6
Changelog: https://github.com/restic/restic/releases/tag/v0.9.6

OK abieber@ (MAINTAINER)
2020-01-08 18:39:00 +00:00
jsing 2b82a3c4b4 Set GO111MODULE=off via go.port.mk to prevent external access being
attempted during builds.

Fixes several other packages that break during build.

ok sthen@
2019-09-15 02:04:00 +00:00
abieber 0dd49a07b8 Make restic build with Go 1.13
OK sthen@
2019-09-13 13:05:50 +00:00
sthen 77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
bket 13395c7dc4 Update to restic-0.9.5.
Changelog can be found at
https://github.com/restic/restic/blob/master/CHANGELOG.md

OK abieber@ (maintainer, who has the same diff locally)
2019-05-04 20:13:37 +00:00
abieber 3e989a2c0d Bump restic to 0.9.4
OK rsadowski
2019-01-23 00:54:07 +00:00
abieber 06b9d18214 Bump to the latest, changes here:
https://github.com/restic/restic/releases/tag/v0.9.3

OK rsadowski@
2018-11-07 13:48:22 +00:00
abieber 95cc0bd5b5 Bump to latest.
Changelog: https://github.com/restic/restic/releases/tag/v0.9.2

OK solene@
2018-08-16 23:57:34 +00:00
rsadowski 6d4aba7a09 Bugfix update restic-0.9.1
ok abieber@ (maintainer) jasper@
2018-07-09 15:17:53 +00:00
abieber e594afc587 Update restic to 0.9.0. Changelog here:
https://github.com/restic/restic/releases/tag/v0.9.0

OK jasper@ (before the removal of do-test), rsadowski@ (with do-test removal)
2018-05-23 13:33:50 +00:00
sthen f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
abieber ba78e053f6 Add restic, a backup tool that supports many backends.
OK bket@
2018-03-02 22:27:53 +00:00