Update to 0.3.1

This commit is contained in:
Ade Lovett 2000-08-17 16:41:12 +00:00
parent 77c0d15647
commit 95f2b1324c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31715
16 changed files with 56 additions and 32 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gnomevfs
PORTVERSION= 0.2
PORTVERSION= 0.3.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs

View file

@ -1 +1 @@
MD5 (gnome-vfs-0.2.tar.gz) = 368b44ed55b525289bc2cc4444f11d30
MD5 (gnome-vfs-0.3.1.tar.gz) = af062ba135bb9582f1b2fb2feb7cb1a3

View file

@ -1,10 +1,10 @@
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Jun 21 20:48:29 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Wed Jul 5 15:17:57 2000
@@ -28,7 +28,11 @@
#include <config.h>
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Aug 2 17:10:17 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Sat Aug 12 15:17:24 2000
@@ -29,7 +29,11 @@
#include <ctype.h>
#include <dirent.h>
+#ifdef __FreeBSD__
#include <math.h>
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include <regex.h>

View file

@ -9,6 +9,7 @@ etc/vfscorbaConf.sh
etc/vfspthreadConf.sh
include/libgnomevfs/gnome-vfs-async-ops.h
include/libgnomevfs/gnome-vfs-backend.h
include/libgnomevfs/gnome-vfs-cancellable-ops.h
include/libgnomevfs/gnome-vfs-cancellation.h
include/libgnomevfs/gnome-vfs-configuration.h
include/libgnomevfs/gnome-vfs-constants.h
@ -17,6 +18,7 @@ include/libgnomevfs/gnome-vfs-directory-filter.h
include/libgnomevfs/gnome-vfs-directory-list.h
include/libgnomevfs/gnome-vfs-directory.h
include/libgnomevfs/gnome-vfs-file-info.h
include/libgnomevfs/gnome-vfs-file-size.h
include/libgnomevfs/gnome-vfs-find-directory.h
include/libgnomevfs/gnome-vfs-handle.h
include/libgnomevfs/gnome-vfs-inet-connection.h
@ -35,7 +37,6 @@ include/libgnomevfs/gnome-vfs-module-shared.h
include/libgnomevfs/gnome-vfs-module.h
include/libgnomevfs/gnome-vfs-ops.h
include/libgnomevfs/gnome-vfs-parse-ls.h
include/libgnomevfs/gnome-vfs-private-ops.h
include/libgnomevfs/gnome-vfs-private-types.h
include/libgnomevfs/gnome-vfs-private-utils.h
include/libgnomevfs/gnome-vfs-private.h
@ -71,6 +72,7 @@ lib/vfs/extfs/patchfs
lib/vfs/extfs/rar
lib/vfs/extfs/rpm
lib/vfs/extfs/rpms
lib/vfs/extfs/tar
lib/vfs/extfs/trpm
lib/vfs/extfs/zip
lib/vfs/extfs/zoo
@ -97,9 +99,11 @@ share/locale/el/LC_MESSAGES/gnome-vfs.mo
share/locale/fr/LC_MESSAGES/gnome-vfs.mo
share/locale/gl/LC_MESSAGES/gnome-vfs.mo
share/locale/hu/LC_MESSAGES/gnome-vfs.mo
share/locale/it/LC_MESSAGES/gnome-vfs.mo
share/locale/ja/LC_MESSAGES/gnome-vfs.mo
share/locale/ko/LC_MESSAGES/gnome-vfs.mo
share/locale/lt/LC_MESSAGES/gnome-vfs.mo
share/locale/nl/LC_MESSAGES/gnome-vfs.mo
share/locale/no/LC_MESSAGES/gnome-vfs.mo
share/locale/pl/LC_MESSAGES/gnome-vfs.mo
share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo
@ -109,7 +113,9 @@ share/locale/sv/LC_MESSAGES/gnome-vfs.mo
share/locale/tr/LC_MESSAGES/gnome-vfs.mo
share/locale/uk/LC_MESSAGES/gnome-vfs.mo
@dirrm lib/vfs/modules
@dirrm lib/vfs/include
@dirrm lib/vfs/extfs
@dirrm lib/vfs
@dirrm include/libgnomevfs
@dirrm etc/vfs/modules
@dirrm etc/vfs

View file

@ -6,7 +6,7 @@
#
PORTNAME= gnomevfs
PORTVERSION= 0.2
PORTVERSION= 0.3.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs

View file

@ -1 +1 @@
MD5 (gnome-vfs-0.2.tar.gz) = 368b44ed55b525289bc2cc4444f11d30
MD5 (gnome-vfs-0.3.1.tar.gz) = af062ba135bb9582f1b2fb2feb7cb1a3

View file

@ -1,10 +1,10 @@
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Jun 21 20:48:29 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Wed Jul 5 15:17:57 2000
@@ -28,7 +28,11 @@
#include <config.h>
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Aug 2 17:10:17 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Sat Aug 12 15:17:24 2000
@@ -29,7 +29,11 @@
#include <ctype.h>
#include <dirent.h>
+#ifdef __FreeBSD__
#include <math.h>
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include <regex.h>

View file

@ -9,6 +9,7 @@ etc/vfscorbaConf.sh
etc/vfspthreadConf.sh
include/libgnomevfs/gnome-vfs-async-ops.h
include/libgnomevfs/gnome-vfs-backend.h
include/libgnomevfs/gnome-vfs-cancellable-ops.h
include/libgnomevfs/gnome-vfs-cancellation.h
include/libgnomevfs/gnome-vfs-configuration.h
include/libgnomevfs/gnome-vfs-constants.h
@ -17,6 +18,7 @@ include/libgnomevfs/gnome-vfs-directory-filter.h
include/libgnomevfs/gnome-vfs-directory-list.h
include/libgnomevfs/gnome-vfs-directory.h
include/libgnomevfs/gnome-vfs-file-info.h
include/libgnomevfs/gnome-vfs-file-size.h
include/libgnomevfs/gnome-vfs-find-directory.h
include/libgnomevfs/gnome-vfs-handle.h
include/libgnomevfs/gnome-vfs-inet-connection.h
@ -35,7 +37,6 @@ include/libgnomevfs/gnome-vfs-module-shared.h
include/libgnomevfs/gnome-vfs-module.h
include/libgnomevfs/gnome-vfs-ops.h
include/libgnomevfs/gnome-vfs-parse-ls.h
include/libgnomevfs/gnome-vfs-private-ops.h
include/libgnomevfs/gnome-vfs-private-types.h
include/libgnomevfs/gnome-vfs-private-utils.h
include/libgnomevfs/gnome-vfs-private.h
@ -71,6 +72,7 @@ lib/vfs/extfs/patchfs
lib/vfs/extfs/rar
lib/vfs/extfs/rpm
lib/vfs/extfs/rpms
lib/vfs/extfs/tar
lib/vfs/extfs/trpm
lib/vfs/extfs/zip
lib/vfs/extfs/zoo
@ -97,9 +99,11 @@ share/locale/el/LC_MESSAGES/gnome-vfs.mo
share/locale/fr/LC_MESSAGES/gnome-vfs.mo
share/locale/gl/LC_MESSAGES/gnome-vfs.mo
share/locale/hu/LC_MESSAGES/gnome-vfs.mo
share/locale/it/LC_MESSAGES/gnome-vfs.mo
share/locale/ja/LC_MESSAGES/gnome-vfs.mo
share/locale/ko/LC_MESSAGES/gnome-vfs.mo
share/locale/lt/LC_MESSAGES/gnome-vfs.mo
share/locale/nl/LC_MESSAGES/gnome-vfs.mo
share/locale/no/LC_MESSAGES/gnome-vfs.mo
share/locale/pl/LC_MESSAGES/gnome-vfs.mo
share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo
@ -109,7 +113,9 @@ share/locale/sv/LC_MESSAGES/gnome-vfs.mo
share/locale/tr/LC_MESSAGES/gnome-vfs.mo
share/locale/uk/LC_MESSAGES/gnome-vfs.mo
@dirrm lib/vfs/modules
@dirrm lib/vfs/include
@dirrm lib/vfs/extfs
@dirrm lib/vfs
@dirrm include/libgnomevfs
@dirrm etc/vfs/modules
@dirrm etc/vfs

View file

@ -6,7 +6,7 @@
#
PORTNAME= gnomevfs
PORTVERSION= 0.2
PORTVERSION= 0.3.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs

View file

@ -1 +1 @@
MD5 (gnome-vfs-0.2.tar.gz) = 368b44ed55b525289bc2cc4444f11d30
MD5 (gnome-vfs-0.3.1.tar.gz) = af062ba135bb9582f1b2fb2feb7cb1a3

View file

@ -1,10 +1,10 @@
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Jun 21 20:48:29 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Wed Jul 5 15:17:57 2000
@@ -28,7 +28,11 @@
#include <config.h>
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Aug 2 17:10:17 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Sat Aug 12 15:17:24 2000
@@ -29,7 +29,11 @@
#include <ctype.h>
#include <dirent.h>
+#ifdef __FreeBSD__
#include <math.h>
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include <regex.h>

View file

@ -9,6 +9,7 @@ etc/vfscorbaConf.sh
etc/vfspthreadConf.sh
include/libgnomevfs/gnome-vfs-async-ops.h
include/libgnomevfs/gnome-vfs-backend.h
include/libgnomevfs/gnome-vfs-cancellable-ops.h
include/libgnomevfs/gnome-vfs-cancellation.h
include/libgnomevfs/gnome-vfs-configuration.h
include/libgnomevfs/gnome-vfs-constants.h
@ -17,6 +18,7 @@ include/libgnomevfs/gnome-vfs-directory-filter.h
include/libgnomevfs/gnome-vfs-directory-list.h
include/libgnomevfs/gnome-vfs-directory.h
include/libgnomevfs/gnome-vfs-file-info.h
include/libgnomevfs/gnome-vfs-file-size.h
include/libgnomevfs/gnome-vfs-find-directory.h
include/libgnomevfs/gnome-vfs-handle.h
include/libgnomevfs/gnome-vfs-inet-connection.h
@ -35,7 +37,6 @@ include/libgnomevfs/gnome-vfs-module-shared.h
include/libgnomevfs/gnome-vfs-module.h
include/libgnomevfs/gnome-vfs-ops.h
include/libgnomevfs/gnome-vfs-parse-ls.h
include/libgnomevfs/gnome-vfs-private-ops.h
include/libgnomevfs/gnome-vfs-private-types.h
include/libgnomevfs/gnome-vfs-private-utils.h
include/libgnomevfs/gnome-vfs-private.h
@ -71,6 +72,7 @@ lib/vfs/extfs/patchfs
lib/vfs/extfs/rar
lib/vfs/extfs/rpm
lib/vfs/extfs/rpms
lib/vfs/extfs/tar
lib/vfs/extfs/trpm
lib/vfs/extfs/zip
lib/vfs/extfs/zoo
@ -97,9 +99,11 @@ share/locale/el/LC_MESSAGES/gnome-vfs.mo
share/locale/fr/LC_MESSAGES/gnome-vfs.mo
share/locale/gl/LC_MESSAGES/gnome-vfs.mo
share/locale/hu/LC_MESSAGES/gnome-vfs.mo
share/locale/it/LC_MESSAGES/gnome-vfs.mo
share/locale/ja/LC_MESSAGES/gnome-vfs.mo
share/locale/ko/LC_MESSAGES/gnome-vfs.mo
share/locale/lt/LC_MESSAGES/gnome-vfs.mo
share/locale/nl/LC_MESSAGES/gnome-vfs.mo
share/locale/no/LC_MESSAGES/gnome-vfs.mo
share/locale/pl/LC_MESSAGES/gnome-vfs.mo
share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo
@ -109,7 +113,9 @@ share/locale/sv/LC_MESSAGES/gnome-vfs.mo
share/locale/tr/LC_MESSAGES/gnome-vfs.mo
share/locale/uk/LC_MESSAGES/gnome-vfs.mo
@dirrm lib/vfs/modules
@dirrm lib/vfs/include
@dirrm lib/vfs/extfs
@dirrm lib/vfs
@dirrm include/libgnomevfs
@dirrm etc/vfs/modules
@dirrm etc/vfs

View file

@ -6,7 +6,7 @@
#
PORTNAME= gnomevfs
PORTVERSION= 0.2
PORTVERSION= 0.3.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs

View file

@ -1 +1 @@
MD5 (gnome-vfs-0.2.tar.gz) = 368b44ed55b525289bc2cc4444f11d30
MD5 (gnome-vfs-0.3.1.tar.gz) = af062ba135bb9582f1b2fb2feb7cb1a3

View file

@ -1,10 +1,10 @@
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Jun 21 20:48:29 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Wed Jul 5 15:17:57 2000
@@ -28,7 +28,11 @@
#include <config.h>
--- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Aug 2 17:10:17 2000
+++ mime-type-capplet/nautilus-mime-type-capplet.c Sat Aug 12 15:17:24 2000
@@ -29,7 +29,11 @@
#include <ctype.h>
#include <dirent.h>
+#ifdef __FreeBSD__
#include <math.h>
+#ifdef __FreeBSD__
+#include <gnuregex.h>
+#else
#include <regex.h>

View file

@ -9,6 +9,7 @@ etc/vfscorbaConf.sh
etc/vfspthreadConf.sh
include/libgnomevfs/gnome-vfs-async-ops.h
include/libgnomevfs/gnome-vfs-backend.h
include/libgnomevfs/gnome-vfs-cancellable-ops.h
include/libgnomevfs/gnome-vfs-cancellation.h
include/libgnomevfs/gnome-vfs-configuration.h
include/libgnomevfs/gnome-vfs-constants.h
@ -17,6 +18,7 @@ include/libgnomevfs/gnome-vfs-directory-filter.h
include/libgnomevfs/gnome-vfs-directory-list.h
include/libgnomevfs/gnome-vfs-directory.h
include/libgnomevfs/gnome-vfs-file-info.h
include/libgnomevfs/gnome-vfs-file-size.h
include/libgnomevfs/gnome-vfs-find-directory.h
include/libgnomevfs/gnome-vfs-handle.h
include/libgnomevfs/gnome-vfs-inet-connection.h
@ -35,7 +37,6 @@ include/libgnomevfs/gnome-vfs-module-shared.h
include/libgnomevfs/gnome-vfs-module.h
include/libgnomevfs/gnome-vfs-ops.h
include/libgnomevfs/gnome-vfs-parse-ls.h
include/libgnomevfs/gnome-vfs-private-ops.h
include/libgnomevfs/gnome-vfs-private-types.h
include/libgnomevfs/gnome-vfs-private-utils.h
include/libgnomevfs/gnome-vfs-private.h
@ -71,6 +72,7 @@ lib/vfs/extfs/patchfs
lib/vfs/extfs/rar
lib/vfs/extfs/rpm
lib/vfs/extfs/rpms
lib/vfs/extfs/tar
lib/vfs/extfs/trpm
lib/vfs/extfs/zip
lib/vfs/extfs/zoo
@ -97,9 +99,11 @@ share/locale/el/LC_MESSAGES/gnome-vfs.mo
share/locale/fr/LC_MESSAGES/gnome-vfs.mo
share/locale/gl/LC_MESSAGES/gnome-vfs.mo
share/locale/hu/LC_MESSAGES/gnome-vfs.mo
share/locale/it/LC_MESSAGES/gnome-vfs.mo
share/locale/ja/LC_MESSAGES/gnome-vfs.mo
share/locale/ko/LC_MESSAGES/gnome-vfs.mo
share/locale/lt/LC_MESSAGES/gnome-vfs.mo
share/locale/nl/LC_MESSAGES/gnome-vfs.mo
share/locale/no/LC_MESSAGES/gnome-vfs.mo
share/locale/pl/LC_MESSAGES/gnome-vfs.mo
share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo
@ -109,7 +113,9 @@ share/locale/sv/LC_MESSAGES/gnome-vfs.mo
share/locale/tr/LC_MESSAGES/gnome-vfs.mo
share/locale/uk/LC_MESSAGES/gnome-vfs.mo
@dirrm lib/vfs/modules
@dirrm lib/vfs/include
@dirrm lib/vfs/extfs
@dirrm lib/vfs
@dirrm include/libgnomevfs
@dirrm etc/vfs/modules
@dirrm etc/vfs