Minor update to gnome-vfs2-2.24.2
ok jasper@
This commit is contained in:
parent
85e42769f4
commit
2bc337bc01
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2009/06/11 18:38:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2009/10/09 17:39:38 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,9 +6,9 @@ COMMENT-main= GNOME Virtual File System
|
||||
COMMENT-smb= samba module for gnome-vfs2
|
||||
|
||||
GNOME_PROJECT= gnome-vfs
|
||||
GNOME_VERSION= 2.24.1
|
||||
PKGNAME-main= gnome-vfs2-${VERSION}p5
|
||||
PKGNAME-smb= gnome-vfs2-smb-${VERSION}p4
|
||||
GNOME_VERSION= 2.24.2
|
||||
PKGNAME-main= gnome-vfs2-${VERSION}
|
||||
PKGNAME-smb= gnome-vfs2-smb-${VERSION}
|
||||
MULTI_PACKAGES= -main -smb
|
||||
|
||||
SHARED_LIBS += gnomevfs-2 2400.0 # .2400.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/gnome-vfs-2.24.1.tar.bz2) = EA+a8W3GWeN17o2kUXWijQ==
|
||||
RMD160 (gnome/gnome-vfs-2.24.1.tar.bz2) = 5Mb5m2dJakVllrcECv+FnKSaiZg=
|
||||
SHA1 (gnome/gnome-vfs-2.24.1.tar.bz2) = DntUj/57nt2u86Q83aR95ThxX4s=
|
||||
SHA256 (gnome/gnome-vfs-2.24.1.tar.bz2) = vFkUTjA7FSuEuG8gk0ej6HqR1e1xcthQPuGcIy3KvrY=
|
||||
SIZE (gnome/gnome-vfs-2.24.1.tar.bz2) = 1936704
|
||||
MD5 (gnome/gnome-vfs-2.24.2.tar.bz2) = Nx0T5zBuuC4/43SKdYTEQA==
|
||||
RMD160 (gnome/gnome-vfs-2.24.2.tar.bz2) = r4HvQZOCFpaiyiZDWmpFfVXVq1w=
|
||||
SHA1 (gnome/gnome-vfs-2.24.2.tar.bz2) = no6Th8vw3RB+Fq/ZWjWFgethCrg=
|
||||
SHA256 (gnome/gnome-vfs-2.24.2.tar.bz2) = UOz18303dJLolDo8NZ/+ZBdtTn8EXpmAeQ7KmZocaFY=
|
||||
SIZE (gnome/gnome-vfs-2.24.2.tar.bz2) = 1859173
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.12 2009/03/17 15:53:37 ajacoutot Exp $
|
||||
--- configure.orig Tue Mar 17 14:55:00 2009
|
||||
+++ configure Tue Mar 17 16:44:51 2009
|
||||
@@ -34747,7 +34747,7 @@ if test "${openssl_libs+set}" = set; then
|
||||
$OpenBSD: patch-configure,v 1.13 2009/10/09 17:39:38 ajacoutot Exp $
|
||||
--- configure.orig Thu Oct 8 16:18:09 2009
|
||||
+++ configure Thu Oct 8 17:06:12 2009
|
||||
@@ -26068,7 +26068,7 @@ if test "${openssl_libs+set}" = set; then
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.12 2009/03/17 15:53:37 ajacoutot Exp $
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -35041,7 +35041,7 @@ if test "${openssl_libs+set}" = set; then
|
||||
@@ -26363,7 +26363,7 @@ if test "${openssl_libs+set}" = set; then
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.12 2009/03/17 15:53:37 ajacoutot Exp $
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -39706,7 +39706,7 @@ if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then
|
||||
@@ -31046,7 +31046,7 @@ if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-modules_file-method_c,v 1.1 2008/06/28 11:42:27 jasper Exp $
|
||||
--- modules/file-method.c.orig Sat Jun 28 13:25:57 2008
|
||||
+++ modules/file-method.c Sat Jun 28 13:30:46 2008
|
||||
@@ -2377,7 +2377,18 @@ do_set_file_info (GnomeVFSMethod *method,
|
||||
$OpenBSD: patch-modules_file-method_c,v 1.2 2009/10/09 17:39:38 ajacoutot Exp $
|
||||
--- modules/file-method.c.orig Mon May 25 10:37:05 2009
|
||||
+++ modules/file-method.c Thu Oct 8 17:05:14 2009
|
||||
@@ -2378,7 +2378,18 @@ do_set_file_info (GnomeVFSMethod *method,
|
||||
}
|
||||
|
||||
if (mask & GNOME_VFS_SET_FILE_INFO_PERMISSIONS) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2009/06/07 11:03:21 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2009/10/09 17:39:38 ajacoutot Exp $
|
||||
@pkgpath x11/gnome/vfs2
|
||||
@bin bin/gnomevfs-cat
|
||||
@bin bin/gnomevfs-copy
|
||||
@ -201,6 +201,7 @@ share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
|
Loading…
Reference in New Issue
Block a user