mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
sysutils/acts: Update to 1.4.0
This also includes some Makefile cleanups. PR: 238777 Approved by: maintainer timeout (3 weeks)
This commit is contained in:
parent
6770c5c14a
commit
5db4828052
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506459
@ -2,22 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= acts
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 1.4.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils archivers
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Another Calendar-based Tarsnap Script
|
||||
|
||||
LICENSE= PD
|
||||
|
||||
RUN_DEPENDS= tarsnap>=0:sysutils/tarsnap
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= alexjurkiewicz
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/acts ${STAGEDIR}/${PREFIX}/bin/acts
|
||||
${INSTALL_DATA} ${WRKSRC}/acts.conf.sample ${STAGEDIR}/${PREFIX}/etc/acts.conf.sample
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/acts ${STAGEDIR}${PREFIX}/bin/acts
|
||||
${INSTALL_DATA} ${WRKSRC}/acts.conf.sample ${STAGEDIR}${PREFIX}/etc/acts.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1539108355
|
||||
SHA256 (alexjurkiewicz-acts-1.3_GH0.tar.gz) = 7dba094d017e1b3e43f90dc9b5ac331859ec1b77f8c9c054a4ff2a89dded7b84
|
||||
SIZE (alexjurkiewicz-acts-1.3_GH0.tar.gz) = 6469
|
||||
TIMESTAMP = 1561298303
|
||||
SHA256 (alexjurkiewicz-acts-v1.4.0_GH0.tar.gz) = 3cebb784fd9dd532feb607e49cc8a99272bd54682f43078e5f5d592f63338aa6
|
||||
SIZE (alexjurkiewicz-acts-v1.4.0_GH0.tar.gz) = 7292
|
||||
|
@ -1,17 +1,11 @@
|
||||
--- acts.conf.sample.orig 2015-10-30 19:25:27 UTC
|
||||
--- acts.conf.sample.orig 2019-06-23 13:59:22 UTC
|
||||
+++ acts.conf.sample
|
||||
@@ -4,12 +4,12 @@
|
||||
@@ -5,7 +5,7 @@
|
||||
# backuptargets
|
||||
# Space-separated list of directories to backup, relative to /. This is a required option.
|
||||
# Default: unset
|
||||
-backuptargets="var etc home root"
|
||||
+backuptargets="var etc home root usr/home"
|
||||
-#backuptargets="var etc home root"
|
||||
+#backuptargets="var etc home root usr/home"
|
||||
|
||||
# tarsnap
|
||||
# What command to call for 'tarsnap'.
|
||||
# Default: tarsnap
|
||||
-tarsnap="nice -n19 ionice -c3 tarsnap"
|
||||
+tarsnap="nice -n19 tarsnap"
|
||||
|
||||
# tarsnapbackupoptions
|
||||
# What options to use when backing up.
|
||||
|
Loading…
Reference in New Issue
Block a user