1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- Update to 20091208.1

PR:             ports/141392
Submitted by:   Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
Approved by:    maintainer timeout (1 month)
This commit is contained in:
Philip M. Gollucci 2010-02-05 03:27:28 +00:00
parent 95c493269a
commit 11188b6fa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249256
3 changed files with 9 additions and 10 deletions

View File

@ -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/

View File

@ -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

View File

@ -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}"