Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2013 00:18:58 GMT
From:      Darren Pilgrim <darren.pilgrim@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176132: Update sysutils/zfs-periodic to 2013-02-13 commit
Message-ID:  <201302140018.r1E0IwkS011768@red.freebsd.org>
Resent-Message-ID: <201302140020.r1E0K0WX082400@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176132
>Category:       ports
>Synopsis:       Update sysutils/zfs-periodic to 2013-02-13 commit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 14 00:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Darren Pilgrim
>Release:        n/a
>Organization:
>Environment:
n/a
>Description:
Update the port to the 2013-02-13 commit (GH_COMMIT=9ffa662).

Changes:

- Remove etc/periodic/monthly/998.zfs-scrub--it was rendered redundant by the scrub periodic added to the base.
- Remove the scrub_in_progress check.  As of 7.3-R and 8.0-R, ZFS supports taking snapshots while a scrub is running--this check is no longer necessary on all supported releases.
- Remove files/patch-zfs-snapshot (was fixed upstream).

>How-To-Repeat:
n/a
>Fix:
n/a

Patch attached with submission follows:

--- Makefile.orig	2013-02-13 15:52:44.860399722 -0800
+++ Makefile	2013-02-13 15:57:27.654678424 -0800
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/sysutils/zfs-periodic/Makefile,v 1.5 2012/12/09 01:44:21 svnexp Exp $
 
 PORTNAME=	zfs-periodic
-PORTVERSION=	1.0.20121207
+PORTVERSION=	1.0.20130213
 CATEGORIES=	sysutils
 
 MAINTAINER=	peter@pean.org
@@ -10,7 +10,7 @@
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ross
-GH_COMMIT=	5401176
+GH_COMMIT=	9ffa662
 GH_TAGNAME=	${GH_COMMIT}
 
 NO_BUILD=	yes
@@ -22,8 +22,7 @@
 PERIODIC_FILES=	etc/periodic/hourly/000.zfs-snapshot \
 		etc/periodic/daily/000.zfs-snapshot \
 		etc/periodic/weekly/000.zfs-snapshot \
-		etc/periodic/monthly/000.zfs-snapshot \
-		etc/periodic/monthly/998.zfs-scrub
+		etc/periodic/monthly/000.zfs-snapshot
 
 PLIST_FILES=	${PERIODIC_FILES} bin/zfs-snapshot
 PLIST_DIRSTRY=	${PERIODIC_DIRS}
--- distinfo.orig	2013-02-13 15:52:53.490251402 -0800
+++ distinfo	2013-02-13 15:58:05.654018925 -0800
@@ -1,2 +1,2 @@
-SHA256 (zfs-periodic-1.0.20121207.tar.gz) = baec480b12b4ddafb53ef5eb1c404140ef967d885b7af55bc2e6c916b8974630
-SIZE (zfs-periodic-1.0.20121207.tar.gz) = 2821
+SHA256 (zfs-periodic-1.0.20130213.tar.gz) = 58f2170979db5a97c895f4fb6e578078bad5dc3efa29dd6c818c98c1bface53f
+SIZE (zfs-periodic-1.0.20130213.tar.gz) = 2518
--- files/patch-zfs-snapshot.orig	2012-01-06 13:58:57.000000000 -0800
+++ files/patch-zfs-snapshot	2013-02-13 15:59:31.001322841 -0800
@@ -1,11 +0,0 @@
---- etc/periodic/weekly/000.zfs-snapshot.orig	2011-12-08 09:54:29.892546280 +0200
-+++ etc/periodic/weekly/000.zfs-snapshot	2011-12-08 09:54:46.735546024 +0200
-@@ -18,7 +18,7 @@
-     keep=7
- fi
- 
--case "$daily_zfs_snapshot_enable" in
-+case "$weekly_zfs_snapshot_enable" in
-     [Yy][Ee][Ss])
-         . /etc/periodic/zfs-snapshot
-         do_snapshots "$pools" $keep 'weekly'


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302140018.r1E0IwkS011768>