aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freebsd-snapshot
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-05 03:27:28 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-05 03:27:28 +0000
commit11188b6fa1252e315c44cbacb4e015f3001c4688 (patch)
treeb50d580dd53201727b19927d888cecee416a4c9f /sysutils/freebsd-snapshot
parent95c493269a1c2a49b817a25c4ca5bbd8c672a799 (diff)
downloadports-11188b6fa1252e315c44cbacb4e015f3001c4688.tar.gz
ports-11188b6fa1252e315c44cbacb4e015f3001c4688.zip
Notes
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-amd.map.snap10
3 files changed, 9 insertions, 10 deletions
diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile
index 0c2389b9fd58..b54e64e1e124 100644
--- a/sysutils/freebsd-snapshot/Makefile
+++ b/sysutils/freebsd-snapshot/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= freebsd-snapshot
-DISTVERSION= 20090914.1
-PORTREVISION= 1
+DISTVERSION= 20091208.1
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~rse/dist/
diff --git a/sysutils/freebsd-snapshot/distinfo b/sysutils/freebsd-snapshot/distinfo
index a9ea3a0521f5..d5b10ceb5eab 100644
--- a/sysutils/freebsd-snapshot/distinfo
+++ b/sysutils/freebsd-snapshot/distinfo
@@ -1,3 +1,3 @@
-MD5 (freebsd-snapshot-20090914.1.tar.gz) = 17f2e4568b77d4f7a7567145bc7fa606
-SHA256 (freebsd-snapshot-20090914.1.tar.gz) = 264f4e431b8fca317802503f7f72f2610edbf2af3ebaa2a0beb49c9177ac5947
-SIZE (freebsd-snapshot-20090914.1.tar.gz) = 16584
+MD5 (freebsd-snapshot-20091208.1.tar.gz) = c481ad73d32bee1e9bdf157dd2888e76
+SHA256 (freebsd-snapshot-20091208.1.tar.gz) = 8e118acdaae55be2264da453431447e1ed72754665e1493d609fcdc3a759a768
+SIZE (freebsd-snapshot-20091208.1.tar.gz) = 16682
diff --git a/sysutils/freebsd-snapshot/files/patch-amd.map.snap b/sysutils/freebsd-snapshot/files/patch-amd.map.snap
index 48624f1b3764..88f350e0713c 100644
--- a/sysutils/freebsd-snapshot/files/patch-amd.map.snap
+++ b/sysutils/freebsd-snapshot/files/patch-amd.map.snap
@@ -1,11 +1,11 @@
---- amd.map.snap.orig Wed Sep 7 23:13:55 2005
-+++ amd.map.snap Wed Sep 7 23:14:14 2005
+--- amd.map.snap.orig 2009-12-12 10:46:29.000000000 +0800
++++ amd.map.snap 2009-12-12 10:47:35.000000000 +0800
@@ -3,6 +3,6 @@
- #
+ ##
/defaults type:=program
--* mount:="/usr/sbin/snapshot snapshot mount /${key} ${fs}";\
+-* mount:="/usr/sbin/snapshot snapshot mount /`echo ${key} | /usr/bin/sed -e 's;+;/;g'` ${fs}";\
- unmount:="/usr/sbin/snapshot snapshot umount ${fs}"
-+* mount:="%%PREFIX%%/sbin/snapshot snapshot mount /${key} ${fs}";\
++* mount:="%%PREFIX%%/sbin/snapshot snapshot mount /`echo ${key} | /usr/bin/sed -e 's;+;/;g'` ${fs}";\
+ unmount:="%%PREFIX%%/sbin/snapshot snapshot umount ${fs}"