Skip to content

Commit

Permalink
Update OpenBSD port for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Grosse committed Jul 13, 2019
1 parent e93994c commit d03ba75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions contrib/openbsd/sysutils/acts/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# $OpenBSD$
COMMENT = another calendar-based tarsnap script
V = 1.4b1
V = 1.4.0
DISTNAME = acts-${V}
CATEGORIES = sysutils

HOMEPAGE = https://github.com/alexjurkiewicz/acts
MAINTAINER = Josh Grosse <josh@jggimi.homeip.net>

# Public Domain
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes

GH_ACCOUNT = alexjurkiewicz
GH_PROJECT = acts
Expand Down
4 changes: 2 additions & 2 deletions contrib/openbsd/sysutils/acts/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (acts-1.4b1.tar.gz) = 8MiV4NHUnnJ9htIk4xYePNmnv4UlP6up3OHFu4EaDXA=
SIZE (acts-1.4b1.tar.gz) = 6585
SHA256 (acts-1.4.0.tar.gz) = POu3hP2d1TL+tgfknMipknK9VGgvQweOX11ZL2MziqY=
SIZE (acts-1.4.0.tar.gz) = 7292
12 changes: 6 additions & 6 deletions contrib/openbsd/sysutils/acts/patches/patch-acts_conf_sample
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- acts.conf.sample.orig Tue Sep 22 01:24:35 2015
+++ acts.conf.sample Wed Sep 23 22:08:40 2015
@@ -9,7 +9,7 @@ backuptargets="var etc home root"
# tarsnap
Index: acts.conf.sample
--- acts.conf.sample.orig
+++ acts.conf.sample
@@ -11,6 +11,7 @@
# What command to call for 'tarsnap'.
# Default: tarsnap
-tarsnap="nice -n19 ionice -c3 tarsnap"
+tarsnap="/usr/bin/nice /usr/local/bin/tarsnap"
#tarsnap="nice -n19 ionice -c3 tarsnap" # Linux
+#tarsnap="/usr/bin/nice /usr/local/bin/tarsnap" # OpenBSD

# tarsnapbackupoptions
# What options to use when backing up.

0 comments on commit d03ba75

Please sign in to comment.