pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/nautilus update to 2.28.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22cc9d62b5f3
branches:  trunk
changeset: 400582:22cc9d62b5f3
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Oct 22 17:31:50 2009 +0000

description:
update to 2.28.1
This switches to the gnome-2.28 release branch.

diffstat:

 sysutils/nautilus/Makefile         |   6 +++---
 sysutils/nautilus/PLIST            |   4 ++--
 sysutils/nautilus/distinfo         |   9 ++++-----
 sysutils/nautilus/patches/patch-aj |  15 ---------------
 4 files changed, 9 insertions(+), 25 deletions(-)

diffs (74 lines):

diff -r 70a5c9ddb533 -r 22cc9d62b5f3 sysutils/nautilus/Makefile
--- a/sysutils/nautilus/Makefile        Thu Oct 22 17:29:42 2009 +0000
+++ b/sysutils/nautilus/Makefile        Thu Oct 22 17:31:50 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.103 2009/09/25 09:11:14 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2009/10/22 17:31:50 drochner Exp $
 #
 
-DISTNAME=              nautilus-2.26.4
+DISTNAME=              nautilus-2.28.1
 CATEGORIES=            sysutils gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/nautilus/2.26/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/nautilus/2.28/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            rh%NetBSD.org@localhost
diff -r 70a5c9ddb533 -r 22cc9d62b5f3 sysutils/nautilus/PLIST
--- a/sysutils/nautilus/PLIST   Thu Oct 22 17:29:42 2009 +0000
+++ b/sysutils/nautilus/PLIST   Thu Oct 22 17:31:50 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2009/06/14 21:28:48 joerg Exp $
+@comment $NetBSD: PLIST,v 1.32 2009/10/22 17:31:50 drochner Exp $
 bin/nautilus
 bin/nautilus-autorun-software
 bin/nautilus-connect-server
@@ -16,6 +16,7 @@
 include/nautilus/libnautilus-extension/nautilus-property-page.h
 lib/libnautilus-extension.la
 lib/pkgconfig/libnautilus-extension.pc
+libexec/nautilus-convert-metadata
 man/man1/nautilus-connect-server.1
 man/man1/nautilus-file-management-properties.1
 man/man1/nautilus.1
@@ -64,7 +65,6 @@
 share/locale/be/LC_MESSAGES/nautilus.mo
 share/locale/be@latin/LC_MESSAGES/nautilus.mo
 share/locale/bg/LC_MESSAGES/nautilus.mo
-share/locale/bn/LC_MESSAGES/nautilus.mo
 share/locale/bn_IN/LC_MESSAGES/nautilus.mo
 share/locale/br/LC_MESSAGES/nautilus.mo
 share/locale/bs/LC_MESSAGES/nautilus.mo
diff -r 70a5c9ddb533 -r 22cc9d62b5f3 sysutils/nautilus/distinfo
--- a/sysutils/nautilus/distinfo        Thu Oct 22 17:29:42 2009 +0000
+++ b/sysutils/nautilus/distinfo        Thu Oct 22 17:31:50 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.46 2009/09/25 09:11:14 wiz Exp $
+$NetBSD: distinfo,v 1.47 2009/10/22 17:31:50 drochner Exp $
 
-SHA1 (nautilus-2.26.4.tar.bz2) = 7eab587e0b88e3eab8196f64596207a1dc1c4b33
-RMD160 (nautilus-2.26.4.tar.bz2) = 4af723021ece1fb9a37bd3bcc2de903b6c7dca61
-Size (nautilus-2.26.4.tar.bz2) = 5815912 bytes
-SHA1 (patch-aj) = 52df33053c30c12a5d6aac26bbd3e8c317800d1a
+SHA1 (nautilus-2.28.1.tar.bz2) = f2c3d61c442bec1665717fd8163be0871462f510
+RMD160 (nautilus-2.28.1.tar.bz2) = c3e3b22783d992aa8eb983525dfc23f0d421c2b5
+Size (nautilus-2.28.1.tar.bz2) = 6020681 bytes
diff -r 70a5c9ddb533 -r 22cc9d62b5f3 sysutils/nautilus/patches/patch-aj
--- a/sysutils/nautilus/patches/patch-aj        Thu Oct 22 17:29:42 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aj,v 1.6 2009/05/19 23:52:15 wiz Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=583264
-
---- configure.orig     2009-03-16 07:49:01.000000000 -0400
-+++ configure
-@@ -25451,7 +25451,7 @@ fi
- done
- 
- 
--if test "$ac_cv_func_statfs" = yes ; then
-+if test "$ac_cv_func_statvfs" = no -a test "$ac_cv_func_statfs" = yes ; then
-   { $as_echo "$as_me:$LINENO: checking number of arguments to statfs()" >&5
- $as_echo_n "checking number of arguments to statfs()... " >&6; }
-   cat >conftest.$ac_ext <<_ACEOF



Home | Main Index | Thread Index | Old Index