diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-05 11:27:28 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-05 11:27:28 +0800 |
commit | 4a00f174b5c21bafa0e0df84057151f1743182a6 (patch) | |
tree | 487a28fc9ae6ef92f3201b90436461fce734eb47 /sysutils/freebsd-snapshot | |
parent | 81e263a43feda359dabdf20c2fa54afac7e52865 (diff) | |
download | freebsd-ports-gnome-4a00f174b5c21bafa0e0df84057151f1743182a6.tar.gz freebsd-ports-gnome-4a00f174b5c21bafa0e0df84057151f1743182a6.tar.zst freebsd-ports-gnome-4a00f174b5c21bafa0e0df84057151f1743182a6.zip |
- Update to 20091208.1
PR: ports/141392
Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
Approved by: maintainer timeout (1 month)
Diffstat (limited to 'sysutils/freebsd-snapshot')
-rw-r--r-- | sysutils/freebsd-snapshot/Makefile | 3 | ||||
-rw-r--r-- | sysutils/freebsd-snapshot/distinfo | 6 | ||||
-rw-r--r-- | sysutils/freebsd-snapshot/files/patch-amd.map.snap | 10 |
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}" |