View | Details | Raw Unified | Return to bug 176132
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: ports/sysutils/zfs-periodic/Makefile,v 1.5 2012/12/09 01:44:21 svnexp Exp $
2
# $FreeBSD: ports/sysutils/zfs-periodic/Makefile,v 1.5 2012/12/09 01:44:21 svnexp Exp $
3
3
4
PORTNAME=	zfs-periodic
4
PORTNAME=	zfs-periodic
5
PORTVERSION=	1.0.20121207
5
PORTVERSION=	1.0.20130213
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
8
MAINTAINER=	peter@pean.org
8
MAINTAINER=	peter@pean.org
Lines 10-16 Link Here
10
10
11
USE_GITHUB=	yes
11
USE_GITHUB=	yes
12
GH_ACCOUNT=	ross
12
GH_ACCOUNT=	ross
13
GH_COMMIT=	5401176
13
GH_COMMIT=	9ffa662
14
GH_TAGNAME=	${GH_COMMIT}
14
GH_TAGNAME=	${GH_COMMIT}
15
15
16
NO_BUILD=	yes
16
NO_BUILD=	yes
Lines 22-29 Link Here
22
PERIODIC_FILES=	etc/periodic/hourly/000.zfs-snapshot \
22
PERIODIC_FILES=	etc/periodic/hourly/000.zfs-snapshot \
23
		etc/periodic/daily/000.zfs-snapshot \
23
		etc/periodic/daily/000.zfs-snapshot \
24
		etc/periodic/weekly/000.zfs-snapshot \
24
		etc/periodic/weekly/000.zfs-snapshot \
25
		etc/periodic/monthly/000.zfs-snapshot \
25
		etc/periodic/monthly/000.zfs-snapshot
26
		etc/periodic/monthly/998.zfs-scrub
27
26
28
PLIST_FILES=	${PERIODIC_FILES} bin/zfs-snapshot
27
PLIST_FILES=	${PERIODIC_FILES} bin/zfs-snapshot
29
PLIST_DIRSTRY=	${PERIODIC_DIRS}
28
PLIST_DIRSTRY=	${PERIODIC_DIRS}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (zfs-periodic-1.0.20121207.tar.gz) = baec480b12b4ddafb53ef5eb1c404140ef967d885b7af55bc2e6c916b8974630
1
SHA256 (zfs-periodic-1.0.20130213.tar.gz) = 58f2170979db5a97c895f4fb6e578078bad5dc3efa29dd6c818c98c1bface53f
2
SIZE (zfs-periodic-1.0.20121207.tar.gz) = 2821
2
SIZE (zfs-periodic-1.0.20130213.tar.gz) = 2518
(-)files/patch-zfs-snapshot (-11 lines)
Lines 1-11 Link Here
1
--- etc/periodic/weekly/000.zfs-snapshot.orig	2011-12-08 09:54:29.892546280 +0200
2
+++ etc/periodic/weekly/000.zfs-snapshot	2011-12-08 09:54:46.735546024 +0200
3
@@ -18,7 +18,7 @@
4
     keep=7
5
 fi
6
 
7
-case "$daily_zfs_snapshot_enable" in
8
+case "$weekly_zfs_snapshot_enable" in
9
     [Yy][Ee][Ss])
10
         . /etc/periodic/zfs-snapshot
11
         do_snapshots "$pools" $keep 'weekly'

Return to bug 176132