Date: Sat, 10 Oct 2009 01:49:13 +0100 From: Tim Bishop <tdb@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gtodd@bellanet.org Subject: ports/139464: [PATCH] sysutils/freebsd-snapshot: Update to 20090914.1 Message-ID: <E1MwQ93-0007bt-NL@pendennis.kent.ac.uk> Resent-Message-ID: <200910100110.n9A1A1H6005552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139464 >Category: ports >Synopsis: [PATCH] sysutils/freebsd-snapshot: Update to 20090914.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 10 01:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD pendennis.kent.ac.uk 7.2-STABLE FreeBSD 7.2-STABLE #13: Tue Jun 9 18:01:53 BST >Description: Update to 20090914.1 Port maintainer (gtodd@bellanet.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- freebsd-snapshot-20090914.1.patch begins here --- Index: Makefile =================================================================== RCS file: /u1/freebsd/cvs/ports/sysutils/freebsd-snapshot/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 17 Sep 2009 21:26:15 -0000 1.9 +++ Makefile 10 Oct 2009 00:45:11 -0000 @@ -6,8 +6,7 @@ # PORTNAME= freebsd-snapshot -DISTVERSION= 20081212.1 -PORTREVISION= 1 +DISTVERSION= 20090914.1 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~rse/dist/ Index: distinfo =================================================================== RCS file: /u1/freebsd/cvs/ports/sysutils/freebsd-snapshot/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 31 Jan 2009 02:43:02 -0000 1.4 +++ distinfo 10 Oct 2009 00:42:56 -0000 @@ -1,3 +1,3 @@ -MD5 (freebsd-snapshot-20081212.1.tar.gz) = d3e3e6510549339ee38768328d281a49 -SHA256 (freebsd-snapshot-20081212.1.tar.gz) = 33b84b979af4bd2756dc0e91a7a6efd69b354373dc8b5d2f87ee2d2691bd7843 -SIZE (freebsd-snapshot-20081212.1.tar.gz) = 19431 +MD5 (freebsd-snapshot-20090914.1.tar.gz) = 17f2e4568b77d4f7a7567145bc7fa606 +SHA256 (freebsd-snapshot-20090914.1.tar.gz) = 264f4e431b8fca317802503f7f72f2610edbf2af3ebaa2a0beb49c9177ac5947 +SIZE (freebsd-snapshot-20090914.1.tar.gz) = 16584 Index: files/patch-snapshot =================================================================== RCS file: /u1/freebsd/cvs/ports/sysutils/freebsd-snapshot/files/patch-snapshot,v retrieving revision 1.3 diff -u -r1.3 patch-snapshot --- files/patch-snapshot 17 Sep 2009 21:26:15 -0000 1.3 +++ files/patch-snapshot 10 Oct 2009 00:44:31 -0000 @@ -11,28 +11,3 @@ # option defaults fs_subdir=".snap" -@@ -271,7 +271,7 @@ - i=19 - k=`expr $maxgen - 1` - while [ $i -gt $k ]; do -- if zfs list "$fs_name@$fs_tag.$i" >/dev/null 2>&1; then -+ if zfs list -t snapshot "$fs_name@$fs_tag.$i" >/dev/null 2>&1; then - system zfs destroy "$fs_name@$fs_tag.$i" - fi - i=`expr $i - 1` -@@ -280,12 +280,12 @@ - if [ $maxgen -gt 0 ]; then - # rotate remaining snapshots - i=$k -- if zfs list "$fs_name@$fs_tag.$i" >/dev/null 2>&1; then -+ if zfs list -t snapshot "$fs_name@$fs_tag.$i" >/dev/null 2>&1; then - system zfs destroy "$fs_name@$fs_tag.$i" - fi - i=`expr $i - 1` - while [ $i -ge $fs_gen ]; do -- if zfs list "$fs_name@$fs_tag.$i" >/dev/null 2>&1; then -+ if zfs list -t snapshot "$fs_name@$fs_tag.$i" >/dev/null 2>&1; then - j=`expr $i + 1` - system zfs rename "$fs_name@$fs_tag.$i" "$fs_name@$fs_tag.$j" - fi - --- freebsd-snapshot-20090914.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1MwQ93-0007bt-NL>