[Midnightbsd-cvs] mports: devel/gnome-vfs: 2.22.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 5 14:15:47 EDT 2008


Log Message:
-----------
2.22.0

Modified Files:
--------------
    mports/devel/gnome-vfs:
        Makefile (r1.4 -> r1.5)
        distinfo (r1.2 -> r1.3)
        pkg-plist (r1.2 -> r1.3)

Added Files:
-----------
    mports/devel/gnome-vfs/files:
        patch-libgnomevfs_gnome-vfs-filesystem-type.c (r1.1)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/devel/gnome-vfs/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/gnome-vfs/pkg-plist -L devel/gnome-vfs/pkg-plist -u -r1.2 -r1.3
--- devel/gnome-vfs/pkg-plist
+++ devel/gnome-vfs/pkg-plist
@@ -111,6 +111,7 @@
 share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo
+share/locale/as/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo
@@ -144,6 +145,7 @@
 share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo
+share/locale/kn/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo
 share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo
@@ -220,3 +222,5 @@
 @dirrmtry share/locale/ku
 @dirrmtry share/locale/bn_IN/LC_MESSAGES
 @dirrmtry share/locale/bn_IN
+ at dirrmtry share/locale/as/LC_MESSAGES
+ at dirrmtry share/locale/as
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/gnome-vfs/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L devel/gnome-vfs/Makefile -L devel/gnome-vfs/Makefile -u -r1.4 -r1.5
--- devel/gnome-vfs/Makefile
+++ devel/gnome-vfs/Makefile
@@ -8,16 +8,16 @@
 #
 
 PORTNAME=	gnome-vfs
-PORTVERSION=	2.20.1
-PORTREVISION=	1
+PORTVERSION=	2.22.0
+PORTREVISION=	0
 CATEGORIES=	devel gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/gnome-vfs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME=	gnome-vfs-${PORTVERSION}
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNOME Virtual File System
+LICENSE=	gpl2
 
 USE_BZIP2=	yes
 
@@ -28,9 +28,8 @@
 
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
-USE_XLIB=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack gnomemimedata gconf2 \
-		libbonobo ltverhack referencehack
+		ltverhack referencehack
 USE_AUTOTOOLS=	libtool:15
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/gnome-vfs/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/gnome-vfs/distinfo -L devel/gnome-vfs/distinfo -u -r1.2 -r1.3
--- devel/gnome-vfs/distinfo
+++ devel/gnome-vfs/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-vfs-2.20.1.tar.bz2) = a350a5a3e201951d7e7867d0900df423
-SHA256 (gnome2/gnome-vfs-2.20.1.tar.bz2) = 37475d17350b0e54b2e0b7bdcd7effd04eafd96b4b07604ff7d941377dd112d3
-SIZE (gnome2/gnome-vfs-2.20.1.tar.bz2) = 1890300
+MD5 (gnome2/gnome-vfs-2.22.0.tar.bz2) = 369105fd82cb99e69e63acab8f3b89b7
+SHA256 (gnome2/gnome-vfs-2.22.0.tar.bz2) = 622cf50cefa2c4187e0a23f29d665f010f7a0815864fc35a61caefd5a7d4ebb1
+SIZE (gnome2/gnome-vfs-2.22.0.tar.bz2) = 1939765
--- /dev/null
+++ devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c
@@ -0,0 +1,11 @@
+--- libgnomevfs/gnome-vfs-filesystem-type.c.orig	2007-09-17 14:48:45.000000000 -0400
++++ libgnomevfs/gnome-vfs-filesystem-type.c	2007-09-17 14:50:06.000000000 -0400
+@@ -65,6 +65,8 @@ static struct FSInfo fs_data[] = {
+ 	{ "msdosfs"  , N_("MSDOS Volume"), 0 },
+ 	{ "nfs"      , N_("NFS Network Volume"), 1 },
+ 	{ "ntfs"     , N_("Windows NT Volume"), 0 },
++	{ "nullfs"   , N_("BSD Loopback Volume"), 1 },
++	{ "zfs"      , N_("ZFS Volume"), 1 },
+ 	{ "nwfs"     , N_("Netware Volume"), 0 },
+ 	{ "proc"     , N_("System Volume"), 0 },
+ 	{ "procfs"   , N_("System Volume"), 0 },


More information about the Midnightbsd-cvs mailing list