aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/freebsd-snapshot
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2009-10-26 19:26:31 +0800
committertdb <tdb@FreeBSD.org>2009-10-26 19:26:31 +0800
commitdb8f2055fda98377e38f68f35e0ec59482b38a10 (patch)
treecfcea09c0cd2f0713dc5e21f1a6085412a45b768 /sysutils/freebsd-snapshot
parent75c3a7257ee62e66ccd98eb7bd91808b233f3760 (diff)
downloadfreebsd-ports-gnome-db8f2055fda98377e38f68f35e0ec59482b38a10.tar.gz
freebsd-ports-gnome-db8f2055fda98377e38f68f35e0ec59482b38a10.tar.zst
freebsd-ports-gnome-db8f2055fda98377e38f68f35e0ec59482b38a10.zip
- Update to 20090914.1
- Remove patch that has been integrated upstream PR: ports/139464 Approved by: maintainer timeout
Diffstat (limited to 'sysutils/freebsd-snapshot')
-rw-r--r--sysutils/freebsd-snapshot/Makefile3
-rw-r--r--sysutils/freebsd-snapshot/distinfo6
-rw-r--r--sysutils/freebsd-snapshot/files/patch-snapshot25
3 files changed, 4 insertions, 30 deletions
diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile
index c3e2d4b44609..74e6d9a53c05 100644
--- a/sysutils/freebsd-snapshot/Makefile
+++ b/sysutils/freebsd-snapshot/Makefile
@@ -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/
diff --git a/sysutils/freebsd-snapshot/distinfo b/sysutils/freebsd-snapshot/distinfo
index bbdb0195a17a..a9ea3a0521f5 100644
--- a/sysutils/freebsd-snapshot/distinfo
+++ b/sysutils/freebsd-snapshot/distinfo
@@ -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
diff --git a/sysutils/freebsd-snapshot/files/patch-snapshot b/sysutils/freebsd-snapshot/files/patch-snapshot
index 3f1ae8745c36..86e1ba2f1977 100644
--- a/sysutils/freebsd-snapshot/files/patch-snapshot
+++ b/sysutils/freebsd-snapshot/files/patch-snapshot
@@ -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
-