summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-mount
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-01 04:44:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-01 04:44:44 +0800
commit939c5edb163be7c8ef5f3a1c94b5301d832fa0a9 (patch)
tree0faac2fe22b583a4da1d20370ecbf686dabda552 /sysutils/gnome-mount
parentdc50c30ae4b8f85284da4b035a50140c6c8a7509 (diff)
downloadmarcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar
marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.gz
marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.bz2
marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.lz
marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.xz
marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.zst
marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.zip
Mount vfat volumes with the longnames option by default.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8126 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-mount')
-rw-r--r--sysutils/gnome-mount/Makefile4
-rw-r--r--sysutils/gnome-mount/files/patch-gnome-mount.schemas.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile
index 9892e3f97..0365dabc7 100644
--- a/sysutils/gnome-mount/Makefile
+++ b/sysutils/gnome-mount/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.10 2006/12/07 17:05:46 marcus Exp $
+# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.11 2006/12/20 21:17:56 pav Exp $
#
PORTNAME= gnome-mount
PORTVERSION= 0.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils gnome
MASTER_SITES= http://people.freedesktop.org/~david/dist/
diff --git a/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in b/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in
index 3868c56b3..d4a0961b4 100644
--- a/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in
+++ b/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in
@@ -1,11 +1,11 @@
--- gnome-mount.schemas.in.orig Wed Jun 21 22:45:53 2006
-+++ gnome-mount.schemas.in Sun Nov 26 16:30:37 2006
++++ gnome-mount.schemas.in Sun Dec 31 15:38:28 2006
@@ -6,7 +6,7 @@
<applyto>/system/storage/default_options/vfat/mount_options</applyto>
<type>list</type>
<list_type>string</list_type>
- <default>[shortname=winnt,uid=]</default>
-+ <default>[shortnames,-u=]</default>
++ <default>[longnames,-u=]</default>
<locale name="C">
<short>Default mount options for vfat fs</short>
<long>A list of default mount options for volumes formatted with the vfat file system.</long>