summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-19 06:43:09 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-19 06:43:09 +0800
commit26655acf384cb73cd2b40eda0dc4e38cede14f18 (patch)
tree9c6df7d9446ccfb577e9f9b8d2b23299d006bdd9
parent934034ff3e8a5788b963bf9c9574c26992fc144b (diff)
downloadmarcuscom-ports-26655acf384cb73cd2b40eda0dc4e38cede14f18.tar
marcuscom-ports-26655acf384cb73cd2b40eda0dc4e38cede14f18.tar.gz
marcuscom-ports-26655acf384cb73cd2b40eda0dc4e38cede14f18.tar.bz2
marcuscom-ports-26655acf384cb73cd2b40eda0dc4e38cede14f18.tar.lz
marcuscom-ports-26655acf384cb73cd2b40eda0dc4e38cede14f18.tar.xz
marcuscom-ports-26655acf384cb73cd2b40eda0dc4e38cede14f18.tar.zst
marcuscom-ports-26655acf384cb73cd2b40eda0dc4e38cede14f18.zip
Update to 3.2.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16476 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/cheese3/Makefile6
-rw-r--r--multimedia/cheese3/distinfo4
-rw-r--r--multimedia/cheese3/files/patch-configure254
-rw-r--r--multimedia/cheese3/pkg-plist26
-rw-r--r--security/gnome-keyring3/Makefile4
-rw-r--r--security/gnome-keyring3/distinfo4
-rw-r--r--security/gnome-keyring3/pkg-plist3
-rw-r--r--security/seahorse3/Makefile4
-rw-r--r--security/seahorse3/distinfo4
-rw-r--r--x11-fm/nautilus3/Makefile4
-rw-r--r--x11-fm/nautilus3/distinfo4
11 files changed, 83 insertions, 234 deletions
diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile
index 0a184b6bb..31a2f1bb1 100644
--- a/multimedia/cheese3/Makefile
+++ b/multimedia/cheese3/Makefile
@@ -3,11 +3,11 @@
# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/cheese3/Makefile,v 1.11 2011/09/18 10:34:20 kwm Exp $
+# $MCom: ports/multimedia/cheese3/Makefile,v 1.12 2011/10/04 22:47:54 kwm Exp $
#
PORTNAME= cheese
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.1
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -40,7 +40,7 @@ INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS= -L${LOCALBASE}/lib
DOCS= AUTHORS COPYING ChangeLog NEWS README
GLIB_SCHEMAS= org.gnome.Cheese.gschema.xml
diff --git a/multimedia/cheese3/distinfo b/multimedia/cheese3/distinfo
index 9dbf3a52f..cd5fc6836 100644
--- a/multimedia/cheese3/distinfo
+++ b/multimedia/cheese3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/cheese-3.2.0.tar.xz) = 04e32ea45cf7a441dccf72ab08a765b268371878728336b762fb625dd02ad32b
-SIZE (gnome3/cheese-3.2.0.tar.xz) = 3492168
+SHA256 (gnome3/cheese-3.2.1.tar.xz) = 0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c
+SIZE (gnome3/cheese-3.2.1.tar.xz) = 3487408
diff --git a/multimedia/cheese3/files/patch-configure b/multimedia/cheese3/files/patch-configure
index d58409b3c..51af2f91a 100644
--- a/multimedia/cheese3/files/patch-configure
+++ b/multimedia/cheese3/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig 2011-09-20 14:42:00.000000000 +0200
-+++ configure 2011-09-20 14:42:06.000000000 +0200
+--- configure.orig 2011-10-19 00:15:28.000000000 +0200
++++ configure 2011-10-19 00:25:35.000000000 +0200
@@ -724,7 +724,10 @@
HAVE_XTEST_FALSE
HAVE_XTEST_TRUE
@@ -29,77 +29,11 @@
CHEESE_CFLAGS
C compiler flags for CHEESE, overriding pkg-config
CHEESE_LIBS linker flags for CHEESE, overriding pkg-config
-@@ -10986,14 +10993,7 @@
- *) objformat=elf ;;
- esac
- fi
-- # Handle Gentoo/FreeBSD as it was Linux
-- case $host_vendor in
-- gentoo)
-- version_type=linux ;;
-- *)
-- version_type=freebsd-$objformat ;;
-- esac
--
-+ version_type=freebsd-$objformat
- case $version_type in
- freebsd-elf*)
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
-@@ -11004,12 +11004,6 @@
- library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
- need_version=yes
- ;;
-- linux)
-- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-- soname_spec='${libname}${release}${shared_ext}$major'
-- need_lib_prefix=no
-- need_version=no
-- ;;
- esac
- shlibpath_var=LD_LIBRARY_PATH
- case $host_os in
-@@ -12951,7 +12945,6 @@
-
-
-
--
- if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
-@@ -13080,7 +13073,6 @@
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_UDEV_CFLAGS=`$PKG_CONFIG --cflags "gudev-1.0" 2>/dev/null`
-- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
- fi
-@@ -13097,7 +13089,6 @@
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_UDEV_LIBS=`$PKG_CONFIG --libs "gudev-1.0" 2>/dev/null`
-- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
- fi
-@@ -13117,9 +13108,9 @@
- _pkg_short_errors_supported=no
- fi
- if test $_pkg_short_errors_supported = yes; then
-- UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gudev-1.0" 2>&1`
-+ UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gudev-1.0" 2>&1`
- else
-- UDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gudev-1.0" 2>&1`
-+ UDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors "gudev-1.0" 2>&1`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$UDEV_PKG_ERRORS" >&5
-@@ -13140,6 +13131,82 @@
+@@ -13116,6 +13123,80 @@
UDEV_PKG=gudev-1.0
fi
+HAL_PKG=
-+if test x$UDEV_PKG = "x" ; then
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HAL" >&5
@@ -109,12 +43,12 @@
+ pkg_cv_HAL_CFLAGS="$HAL_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1 hal\""; } >&5
-+ ($PKG_CONFIG --exists --print-errors "dbus-1 hal") 2>&5
++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hal\""; } >&5
++ ($PKG_CONFIG --exists --print-errors "hal") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
-+ pkg_cv_HAL_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 hal" 2>/dev/null`
++ pkg_cv_HAL_CFLAGS=`$PKG_CONFIG --cflags "hal" 2>/dev/null`
+else
+ pkg_failed=yes
+fi
@@ -125,12 +59,12 @@
+ pkg_cv_HAL_LIBS="$HAL_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1 hal\""; } >&5
-+ ($PKG_CONFIG --exists --print-errors "dbus-1 hal") 2>&5
++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hal\""; } >&5
++ ($PKG_CONFIG --exists --print-errors "hal") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
-+ pkg_cv_HAL_LIBS=`$PKG_CONFIG --libs "dbus-1 hal" 2>/dev/null`
++ pkg_cv_HAL_LIBS=`$PKG_CONFIG --libs "hal" 2>/dev/null`
+else
+ pkg_failed=yes
+fi
@@ -150,9 +84,9 @@
+ _pkg_short_errors_supported=no
+fi
+ if test $_pkg_short_errors_supported = yes; then
-+ HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-1 hal" 2>&1`
++ HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "hal" 2>&1`
+ else
-+ HAL_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-1 hal" 2>&1`
++ HAL_PKG_ERRORS=`$PKG_CONFIG --print-errors "hal" 2>&1`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$HAL_PKG_ERRORS" >&5
@@ -172,12 +106,11 @@
+
+ HAL_PKG=hal
+fi
-+fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking operating system" >&5
$as_echo_n "checking operating system... " >&6; }
case $host in
-@@ -13154,6 +13221,17 @@
+@@ -13130,6 +13211,17 @@
as_fn_error $? "libgudev is required under Linux and not installed" "$LINENO" 5
fi
;;
@@ -195,114 +128,79 @@
*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported operating system" >&5
$as_echo "unsupported operating system" >&6; }
-@@ -13257,7 +13335,8 @@
- clutter-1.0 >= \$CLUTTER_REQUIRED \\
+@@ -13234,6 +13326,7 @@
clutter-gst-1.0 >= \$CLUTTERGST_REQUIRED \\
mx-1.0 \\
-- \$UDEV_PKG
-+ \$UDEV_PKG \\
+ \$UDEV_PKG
+ \$HAL_PKG
\""; } >&5
($PKG_CONFIG --exists --print-errors "\
glib-2.0 >= $GLIB_REQUIRED \
-@@ -13272,7 +13351,8 @@
- clutter-1.0 >= $CLUTTER_REQUIRED \
+@@ -13249,6 +13342,7 @@
clutter-gst-1.0 >= $CLUTTERGST_REQUIRED \
mx-1.0 \
-- $UDEV_PKG
-+ $UDEV_PKG \
+ $UDEV_PKG
+ $HAL_PKG
") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-@@ -13290,9 +13370,9 @@
- clutter-1.0 >= $CLUTTER_REQUIRED \
+@@ -13267,6 +13361,7 @@
clutter-gst-1.0 >= $CLUTTERGST_REQUIRED \
mx-1.0 \
-- $UDEV_PKG
-+ $UDEV_PKG \
+ $UDEV_PKG
+ $HAL_PKG
" 2>/dev/null`
-- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
- fi
-@@ -13316,7 +13396,8 @@
- clutter-1.0 >= \$CLUTTER_REQUIRED \\
+@@ -13292,6 +13387,7 @@
clutter-gst-1.0 >= \$CLUTTERGST_REQUIRED \\
mx-1.0 \\
-- \$UDEV_PKG
-+ \$UDEV_PKG \\
+ \$UDEV_PKG
+ \$HAL_PKG
\""; } >&5
($PKG_CONFIG --exists --print-errors "\
glib-2.0 >= $GLIB_REQUIRED \
-@@ -13331,7 +13412,8 @@
- clutter-1.0 >= $CLUTTER_REQUIRED \
+@@ -13307,6 +13403,7 @@
clutter-gst-1.0 >= $CLUTTERGST_REQUIRED \
mx-1.0 \
-- $UDEV_PKG
-+ $UDEV_PKG \
+ $UDEV_PKG
+ $HAL_PKG
") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-@@ -13349,9 +13431,9 @@
- clutter-1.0 >= $CLUTTER_REQUIRED \
+@@ -13325,6 +13422,7 @@
clutter-gst-1.0 >= $CLUTTERGST_REQUIRED \
mx-1.0 \
-- $UDEV_PKG
-+ $UDEV_PKG \
+ $UDEV_PKG
+ $HAL_PKG
" 2>/dev/null`
-- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
- fi
-@@ -13371,7 +13453,7 @@
- _pkg_short_errors_supported=no
- fi
- if test $_pkg_short_errors_supported = yes; then
-- CHEESE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
-+ CHEESE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
- glib-2.0 >= $GLIB_REQUIRED \
- gio-2.0 >= $GIO_REQUIRED \
- x11 \
-@@ -13384,10 +13466,11 @@
- clutter-1.0 >= $CLUTTER_REQUIRED \
+@@ -13359,6 +13457,7 @@
clutter-gst-1.0 >= $CLUTTERGST_REQUIRED \
mx-1.0 \
-- $UDEV_PKG
-+ $UDEV_PKG \
+ $UDEV_PKG
+ $HAL_PKG
" 2>&1`
else
-- CHEESE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
-+ CHEESE_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
- glib-2.0 >= $GLIB_REQUIRED \
- gio-2.0 >= $GIO_REQUIRED \
- x11 \
-@@ -13400,7 +13483,8 @@
- clutter-1.0 >= $CLUTTER_REQUIRED \
+ CHEESE_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
+@@ -13375,6 +13474,7 @@
clutter-gst-1.0 >= $CLUTTERGST_REQUIRED \
mx-1.0 \
-- $UDEV_PKG
-+ $UDEV_PKG \
+ $UDEV_PKG
+ $HAL_PKG
" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
-@@ -13419,7 +13503,8 @@
- clutter-1.0 >= $CLUTTER_REQUIRED \
+@@ -13394,6 +13494,7 @@
clutter-gst-1.0 >= $CLUTTERGST_REQUIRED \
mx-1.0 \
-- $UDEV_PKG
-+ $UDEV_PKG \
+ $UDEV_PKG
+ $HAL_PKG
) were not met:
$CHEESE_PKG_ERRORS
-@@ -13475,6 +13560,7 @@
+@@ -13449,6 +13550,7 @@
gee-1.0 >= \$GEE_REQUIRED \\
libcanberra-gtk3 >= \$LIBCANBERRA_REQUIRED \\
\$UDEV_PKG \\
@@ -310,7 +208,7 @@
gnome-video-effects
\""; } >&5
($PKG_CONFIG --exists --print-errors "\
-@@ -13487,6 +13573,7 @@
+@@ -13461,6 +13563,7 @@
gee-1.0 >= $GEE_REQUIRED \
libcanberra-gtk3 >= $LIBCANBERRA_REQUIRED \
$UDEV_PKG \
@@ -318,18 +216,15 @@
gnome-video-effects
") 2>&5
ac_status=$?
-@@ -13502,9 +13589,9 @@
+@@ -13476,6 +13579,7 @@
gee-1.0 >= $GEE_REQUIRED \
libcanberra-gtk3 >= $LIBCANBERRA_REQUIRED \
$UDEV_PKG \
+ $HAL_PKG \
gnome-video-effects
" 2>/dev/null`
-- test "x$?" != "x0" && pkg_failed=yes
else
- pkg_failed=yes
- fi
-@@ -13525,6 +13612,7 @@
+@@ -13498,6 +13602,7 @@
gee-1.0 >= \$GEE_REQUIRED \\
libcanberra-gtk3 >= \$LIBCANBERRA_REQUIRED \\
\$UDEV_PKG \\
@@ -337,7 +232,7 @@
gnome-video-effects
\""; } >&5
($PKG_CONFIG --exists --print-errors "\
-@@ -13537,6 +13625,7 @@
+@@ -13510,6 +13615,7 @@
gee-1.0 >= $GEE_REQUIRED \
libcanberra-gtk3 >= $LIBCANBERRA_REQUIRED \
$UDEV_PKG \
@@ -345,27 +240,15 @@
gnome-video-effects
") 2>&5
ac_status=$?
-@@ -13552,9 +13641,9 @@
+@@ -13525,6 +13631,7 @@
gee-1.0 >= $GEE_REQUIRED \
libcanberra-gtk3 >= $LIBCANBERRA_REQUIRED \
$UDEV_PKG \
+ $HAL_PKG \
gnome-video-effects
" 2>/dev/null`
-- test "x$?" != "x0" && pkg_failed=yes
else
- pkg_failed=yes
- fi
-@@ -13574,7 +13663,7 @@
- _pkg_short_errors_supported=no
- fi
- if test $_pkg_short_errors_supported = yes; then
-- CHEESE_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "\
-+ CHEESE_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
- gio-2.0 >= $GIO_REQUIRED \
- gtk+-3.0 >= $GTK_REQUIRED \
- gdk-3.0 >= $GDK_REQUIRED \
-@@ -13584,10 +13673,11 @@
+@@ -13556,6 +13663,7 @@
gee-1.0 >= $GEE_REQUIRED \
libcanberra-gtk3 >= $LIBCANBERRA_REQUIRED \
$UDEV_PKG \
@@ -373,12 +256,7 @@
gnome-video-effects
" 2>&1`
else
-- CHEESE_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "\
-+ CHEESE_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
- gio-2.0 >= $GIO_REQUIRED \
- gtk+-3.0 >= $GTK_REQUIRED \
- gdk-3.0 >= $GDK_REQUIRED \
-@@ -13597,6 +13687,7 @@
+@@ -13569,6 +13677,7 @@
gee-1.0 >= $GEE_REQUIRED \
libcanberra-gtk3 >= $LIBCANBERRA_REQUIRED \
$UDEV_PKG \
@@ -386,7 +264,7 @@
gnome-video-effects
" 2>&1`
fi
-@@ -13613,6 +13704,7 @@
+@@ -13585,6 +13694,7 @@
gee-1.0 >= $GEE_REQUIRED \
libcanberra-gtk3 >= $LIBCANBERRA_REQUIRED \
$UDEV_PKG \
@@ -394,55 +272,3 @@
gnome-video-effects
) were not met:
-@@ -13909,6 +14001,7 @@
- else
- as_fn_error $? "You need to have gtk-doc >= 1.14 installed to build $PACKAGE_NAME" "$LINENO" 5
- fi
-+ if test "x$PACKAGE_NAME" != "xglib"; then
-
- pkg_failed=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5
-@@ -13924,7 +14017,6 @@
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null`
-- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
- fi
-@@ -13941,7 +14033,6 @@
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
- pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null`
-- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
- fi
-@@ -13961,9 +14052,9 @@
- _pkg_short_errors_supported=no
- fi
- if test $_pkg_short_errors_supported = yes; then
-- GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
-+ GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
- else
-- GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
-+ GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$GTKDOC_DEPS_PKG_ERRORS" >&5
-@@ -14000,6 +14091,7 @@
- $as_echo "yes" >&6; }
-
- fi
-+ fi
- fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
-@@ -14178,7 +14270,6 @@
-
-
-
--
- if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
diff --git a/multimedia/cheese3/pkg-plist b/multimedia/cheese3/pkg-plist
index 5223bb14e..ab80f5d2c 100644
--- a/multimedia/cheese3/pkg-plist
+++ b/multimedia/cheese3/pkg-plist
@@ -307,6 +307,30 @@ share/gnome/help/cheese/gl/save-photo.page
share/gnome/help/cheese/gl/take-photo.page
share/gnome/help/cheese/gl/view-photo.page
share/gnome/help/cheese/gl/wide-mode.page
+share/gnome/help/cheese/hu/apply-effects.page
+share/gnome/help/cheese/hu/burst-mode.page
+share/gnome/help/cheese/hu/delete-photo.page
+share/gnome/help/cheese/hu/disable-countdown.page
+share/gnome/help/cheese/hu/disable-flash.page
+share/gnome/help/cheese/hu/figures/cheese-delete.png
+share/gnome/help/cheese/hu/figures/cheese-effects.png
+share/gnome/help/cheese/hu/figures/cheese-introduction.png
+share/gnome/help/cheese/hu/figures/cheese-record.png
+share/gnome/help/cheese/hu/figures/cheese-save.png
+share/gnome/help/cheese/hu/figures/cheese-take.png
+share/gnome/help/cheese/hu/figures/cheese.png
+share/gnome/help/cheese/hu/figures/effects.png
+share/gnome/help/cheese/hu/figures/image-properties.png
+share/gnome/help/cheese/hu/figures/settings.png
+share/gnome/help/cheese/hu/image-properties.page
+share/gnome/help/cheese/hu/index.page
+share/gnome/help/cheese/hu/introduction.page
+share/gnome/help/cheese/hu/record-video.page
+share/gnome/help/cheese/hu/resolution-photo.page
+share/gnome/help/cheese/hu/save-photo.page
+share/gnome/help/cheese/hu/take-photo.page
+share/gnome/help/cheese/hu/view-photo.page
+share/gnome/help/cheese/hu/wide-mode.page
share/gnome/help/cheese/it/apply-effects.page
share/gnome/help/cheese/it/burst-mode.page
share/gnome/help/cheese/it/delete-photo.page
@@ -678,6 +702,8 @@ share/locale/zu/LC_MESSAGES/cheese.mo
@dirrm share/gnome/help/cheese/ko
@dirrm share/gnome/help/cheese/it/figures
@dirrm share/gnome/help/cheese/it
+@dirrm share/gnome/help/cheese/hu/figures
+@dirrm share/gnome/help/cheese/hu
@dirrm share/gnome/help/cheese/gl/figures
@dirrm share/gnome/help/cheese/gl
@dirrm share/gnome/help/cheese/fr/figures
diff --git a/security/gnome-keyring3/Makefile b/security/gnome-keyring3/Makefile
index fd738cee8..512754a74 100644
--- a/security/gnome-keyring3/Makefile
+++ b/security/gnome-keyring3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/security/gnome-keyring3/Makefile,v 1.17 2011/09/19 17:52:56 kwm Exp $
+# $MCom: ports/security/gnome-keyring3/Makefile,v 1.18 2011/10/07 21:52:30 kwm Exp $
#
PORTNAME= gnome-keyring
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.1
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/security/gnome-keyring3/distinfo b/security/gnome-keyring3/distinfo
index cc49b7118..de1d95832 100644
--- a/security/gnome-keyring3/distinfo
+++ b/security/gnome-keyring3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gnome-keyring-3.2.0.tar.xz) = 5bd7dbe18f983aae237517d1eb4b070295c7b848d16c2a9d0a8a6046ea0801bc
-SIZE (gnome3/gnome-keyring-3.2.0.tar.xz) = 1576132
+SHA256 (gnome3/gnome-keyring-3.2.1.tar.xz) = 49872dad0c22e495f65be226d6effa053605df9cdc7cb06781aa37d3ff36b8a9
+SIZE (gnome3/gnome-keyring-3.2.1.tar.xz) = 1580488
diff --git a/security/gnome-keyring3/pkg-plist b/security/gnome-keyring3/pkg-plist
index d56386d8c..cfa51dac3 100644
--- a/security/gnome-keyring3/pkg-plist
+++ b/security/gnome-keyring3/pkg-plist
@@ -96,7 +96,6 @@ share/doc/gck/gck-GckSession.html
share/doc/gck/gck-GckSlot.html
share/doc/gck/gck-Miscellaneous-Functions.html
share/doc/gck/gck-PKCS11-URIs.html
-share/doc/gck/gck.devhelp
share/doc/gck/gck.devhelp2
share/doc/gck/pkcs11-links.html
share/doc/gck/home.png
@@ -117,7 +116,6 @@ share/doc/gcr-3/certificates.html
share/doc/gcr-3/ch01.html
share/doc/gcr-3/collections.html
share/doc/gcr-3/combo-selector.png
-share/doc/gcr-3/gcr-3.devhelp
share/doc/gcr-3/gcr-3.devhelp2
share/doc/gcr-3/gcr-GcrCertificate.html
share/doc/gcr-3/gcr-GcrCertificateWidget.html
@@ -134,7 +132,6 @@ share/doc/gcr-3/gcr-GcrTreeSelector.html
share/doc/gcr-3/gcr-GcrViewer.html
share/doc/gcr-3/gcr-Library-Settings.html
share/doc/gcr-3/gcr-Trust-Storage-and-Lookups.html
-share/doc/gcr-3/gcr-gcr-misc.html
share/doc/gcr-3/list-selector.png
share/doc/gcr-3/tree-selector.png
share/doc/gcr-3/home.png
diff --git a/security/seahorse3/Makefile b/security/seahorse3/Makefile
index b7b06e777..d6ace3ed3 100644
--- a/security/seahorse3/Makefile
+++ b/security/seahorse3/Makefile
@@ -3,11 +3,11 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse3/Makefile,v 1.10 2011/09/18 12:44:38 kwm Exp $
+# $MCom: ports/security/seahorse3/Makefile,v 1.11 2011/10/16 20:03:49 kwm Exp $
#
PORTNAME= seahorse
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.1
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/security/seahorse3/distinfo b/security/seahorse3/distinfo
index 875262342..11e72dfca 100644
--- a/security/seahorse3/distinfo
+++ b/security/seahorse3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/seahorse-3.2.0.tar.xz) = ef76aed10bac519fa854a869dc713cd7b49a41fbd2085647067444595302b6f7
-SIZE (gnome3/seahorse-3.2.0.tar.xz) = 1978652
+SHA256 (gnome3/seahorse-3.2.1.tar.xz) = 84f1df80055ca66179a023130e179de44053e7df91c1f6c7fd536563fac832b2
+SIZE (gnome3/seahorse-3.2.1.tar.xz) = 1963480
diff --git a/x11-fm/nautilus3/Makefile b/x11-fm/nautilus3/Makefile
index 1aa2d57a2..d564f125c 100644
--- a/x11-fm/nautilus3/Makefile
+++ b/x11-fm/nautilus3/Makefile
@@ -3,11 +3,11 @@
# Whom: ade, archie
#
# $FreeBSD$
-# $MCom: ports/x11-fm/nautilus3/Makefile,v 1.19 2011/09/19 20:11:38 kwm Exp $
+# $MCom: ports/x11-fm/nautilus3/Makefile,v 1.20 2011/10/15 15:54:44 kwm Exp $
#
PORTNAME= nautilus
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.1
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/x11-fm/nautilus3/distinfo b/x11-fm/nautilus3/distinfo
index 1a8aff0ca..8ba496545 100644
--- a/x11-fm/nautilus3/distinfo
+++ b/x11-fm/nautilus3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/nautilus-3.2.0.tar.xz) = 0eefea717d0b8fa360a50c493875cd146de05cc61b67b426d770ab5ba57541cd
-SIZE (gnome3/nautilus-3.2.0.tar.xz) = 4703356
+SHA256 (gnome3/nautilus-3.2.1.tar.xz) = c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154
+SIZE (gnome3/nautilus-3.2.1.tar.xz) = 4703588