aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freebsd-snapshot
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-14 23:16:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-14 23:16:08 +0000
commitab3852a1a619eb05f7b9ed09ece34474b7545c91 (patch)
treed052743704a6c951391c6591ae5151774dec8481 /sysutils/freebsd-snapshot
parent58032e72c0d87d94354229f30f55c294a1dc2e3b (diff)
downloadports-ab3852a1a619eb05f7b9ed09ece34474b7545c91.tar.gz
ports-ab3852a1a619eb05f7b9ed09ece34474b7545c91.zip
Notes
Diffstat (limited to 'sysutils/freebsd-snapshot')
-rw-r--r--sysutils/freebsd-snapshot/Makefile1
-rw-r--r--sysutils/freebsd-snapshot/files/patch-snapshot18
2 files changed, 14 insertions, 5 deletions
diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile
index 74e6d9a53c05..0c2389b9fd58 100644
--- a/sysutils/freebsd-snapshot/Makefile
+++ b/sysutils/freebsd-snapshot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freebsd-snapshot
DISTVERSION= 20090914.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~rse/dist/
diff --git a/sysutils/freebsd-snapshot/files/patch-snapshot b/sysutils/freebsd-snapshot/files/patch-snapshot
index 86e1ba2f1977..310799f8d9d2 100644
--- a/sysutils/freebsd-snapshot/files/patch-snapshot
+++ b/sysutils/freebsd-snapshot/files/patch-snapshot
@@ -1,13 +1,21 @@
---- snapshot~ 2008-12-06 19:37:53.598862157 -0600
-+++ snapshot 2008-12-06 19:37:53.599877379 -0600
+--- ./snapshot.orig 2009-08-01 11:34:34.000000000 -0400
++++ ./snapshot 2010-01-14 18:14:06.940846133 -0500
@@ -29,7 +29,9 @@
##
-
+
# make sure system tools are used first
-PATH="/bin:/usr/bin:/sbin:/usr/sbin:$PATH"
+PATH="/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/sbin:$PATH"
+LC_ALL=C
+LANG=C
-
+
# option defaults
- fs_subdir=".snap"
+ verbose=no
+@@ -79,6 +81,7 @@
+ source_rc_confs; \
+ fi; \
+ . /etc/rc.subr; \
++ load_rc_config zfs; \
+ if checkyesno zfs_enable; then \
+ echo 'yes'; \
+ else \