pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel update to 2.24.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/616e3b4b3e6f
branches:  trunk
changeset: 548471:616e3b4b3e6f
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Oct 16 13:36:46 2008 +0000

description:
update to 2.24.0
This switches to the gnome-2.24 release branch.

diffstat:

 devel/libgweather/Makefile      |   7 ++++---
 devel/libgweather/PLIST         |  11 ++++++++---
 devel/libgweather/buildlink3.mk |   3 ++-
 devel/libgweather/distinfo      |   8 ++++----
 devel/libwnck/Makefile          |   6 +++---
 devel/libwnck/PLIST             |   4 ++--
 devel/libwnck/distinfo          |   8 ++++----
 7 files changed, 27 insertions(+), 20 deletions(-)

diffs (134 lines):

diff -r 41321608d28a -r 616e3b4b3e6f devel/libgweather/Makefile
--- a/devel/libgweather/Makefile        Thu Oct 16 13:35:12 2008 +0000
+++ b/devel/libgweather/Makefile        Thu Oct 16 13:36:46 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2008/07/15 10:17:23 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2008/10/16 13:36:46 drochner Exp $
 #
 
-DISTNAME=      libgweather-2.22.3
+DISTNAME=      libgweather-2.24.0
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgweather/2.22/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgweather/2.24/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -24,4 +24,5 @@
 .include "../../devel/GConf/schemas.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../net/libsoup24/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 41321608d28a -r 616e3b4b3e6f devel/libgweather/PLIST
--- a/devel/libgweather/PLIST   Thu Oct 16 13:35:12 2008 +0000
+++ b/devel/libgweather/PLIST   Thu Oct 16 13:36:46 2008 +0000
@@ -1,7 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2008/04/16 16:45:23 drochner Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/10/16 13:36:46 drochner Exp $
+include/libgweather/gweather-enum-types.h
 include/libgweather/gweather-gconf.h
+include/libgweather/gweather-location.h
 include/libgweather/gweather-prefs.h
+include/libgweather/gweather-timezone.h
 include/libgweather/gweather-xml.h
+include/libgweather/location-entry.h
+include/libgweather/timezone-menu.h
 include/libgweather/weather.h
 lib/libgweather.la
 lib/pkgconfig/gweather.pc
@@ -73,7 +78,7 @@
 share/libgweather/Locations.sl.xml
 share/libgweather/Locations.sq.xml
 share/libgweather/Locations.sr.xml
-share/libgweather/Locations.sr%Latn.xml@localhost
+share/libgweather/Locations.sr%latin.xml@localhost
 share/libgweather/Locations.sv.xml
 share/libgweather/Locations.ta.xml
 share/libgweather/Locations.te.xml
@@ -171,7 +176,7 @@
 share/locale/sl/LC_MESSAGES/libgweather.mo
 share/locale/sq/LC_MESSAGES/libgweather.mo
 share/locale/sr/LC_MESSAGES/libgweather.mo
-share/locale/sr@Latn/LC_MESSAGES/libgweather.mo
+share/locale/sr@latin/LC_MESSAGES/libgweather.mo
 share/locale/sv/LC_MESSAGES/libgweather.mo
 share/locale/ta/LC_MESSAGES/libgweather.mo
 share/locale/te/LC_MESSAGES/libgweather.mo
diff -r 41321608d28a -r 616e3b4b3e6f devel/libgweather/buildlink3.mk
--- a/devel/libgweather/buildlink3.mk   Thu Oct 16 13:35:12 2008 +0000
+++ b/devel/libgweather/buildlink3.mk   Thu Oct 16 13:36:46 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/11 19:01:24 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2008/10/16 13:36:46 drochner Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBGWEATHER_BUILDLINK3_MK:=    ${LIBGWEATHER_BUILDLINK3_MK}+
@@ -16,6 +16,7 @@
 BUILDLINK_PKGSRCDIR.libgweather?=      ../../devel/libgweather
 .endif # LIBGWEATHER_BUILDLINK3_MK
 
+.include "../../net/libsoup24/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../sysutils/gnome-vfs/buildlink3.mk"
 
diff -r 41321608d28a -r 616e3b4b3e6f devel/libgweather/distinfo
--- a/devel/libgweather/distinfo        Thu Oct 16 13:35:12 2008 +0000
+++ b/devel/libgweather/distinfo        Thu Oct 16 13:36:46 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/07/15 10:17:23 drochner Exp $
+$NetBSD: distinfo,v 1.5 2008/10/16 13:36:46 drochner Exp $
 
-SHA1 (libgweather-2.22.3.tar.bz2) = d0f10e3378f7c882265ef656db1c978ead064250
-RMD160 (libgweather-2.22.3.tar.bz2) = f9d0b6eec805384770aa37f50053aadfc8862d38
-Size (libgweather-2.22.3.tar.bz2) = 6268948 bytes
+SHA1 (libgweather-2.24.0.tar.bz2) = b7e0b47f4875fae5d6afb4abaad08d2b08f31970
+RMD160 (libgweather-2.24.0.tar.bz2) = 0929885f2a7ac8ee90d68e71f754ecdb56cbad09
+Size (libgweather-2.24.0.tar.bz2) = 7032160 bytes
diff -r 41321608d28a -r 616e3b4b3e6f devel/libwnck/Makefile
--- a/devel/libwnck/Makefile    Thu Oct 16 13:35:12 2008 +0000
+++ b/devel/libwnck/Makefile    Thu Oct 16 13:36:46 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.58 2008/07/15 10:19:56 drochner Exp $
+# $NetBSD: Makefile,v 1.59 2008/10/16 13:37:23 drochner Exp $
 #
 
-DISTNAME=      libwnck-2.22.3
+DISTNAME=      libwnck-2.24.0
 CATEGORIES=    devel x11 gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libwnck/2.22/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libwnck/2.24/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 41321608d28a -r 616e3b4b3e6f devel/libwnck/PLIST
--- a/devel/libwnck/PLIST       Thu Oct 16 13:35:12 2008 +0000
+++ b/devel/libwnck/PLIST       Thu Oct 16 13:36:46 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2008/04/15 17:36:00 drochner Exp $
+@comment $NetBSD: PLIST,v 1.22 2008/10/16 13:37:23 drochner Exp $
 bin/wnckprop
 include/libwnck-1.0/libwnck/application.h
 include/libwnck-1.0/libwnck/class-group.h
@@ -119,7 +119,7 @@
 share/locale/sl/LC_MESSAGES/libwnck.mo
 share/locale/sq/LC_MESSAGES/libwnck.mo
 share/locale/sr/LC_MESSAGES/libwnck.mo
-share/locale/sr@Latn/LC_MESSAGES/libwnck.mo
+share/locale/sr@latin/LC_MESSAGES/libwnck.mo
 share/locale/sv/LC_MESSAGES/libwnck.mo
 share/locale/ta/LC_MESSAGES/libwnck.mo
 share/locale/te/LC_MESSAGES/libwnck.mo
diff -r 41321608d28a -r 616e3b4b3e6f devel/libwnck/distinfo
--- a/devel/libwnck/distinfo    Thu Oct 16 13:35:12 2008 +0000
+++ b/devel/libwnck/distinfo    Thu Oct 16 13:36:46 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2008/07/15 10:19:56 drochner Exp $
+$NetBSD: distinfo,v 1.33 2008/10/16 13:37:23 drochner Exp $
 
-SHA1 (libwnck-2.22.3.tar.bz2) = 57d97639287dee0d62492418b10cd2ad5b17f5b3
-RMD160 (libwnck-2.22.3.tar.bz2) = cd5c6d689fa0accbea47a193a4cc6e7c548bb10a
-Size (libwnck-2.22.3.tar.bz2) = 687875 bytes
+SHA1 (libwnck-2.24.0.tar.bz2) = 6d3faea515769bd2b23cbf5dae3cf22f8648e6fa
+RMD160 (libwnck-2.24.0.tar.bz2) = 96d18532a6a3b5c3132bd403e7f4d1704f09f0bb
+Size (libwnck-2.24.0.tar.bz2) = 680011 bytes



Home | Main Index | Thread Index | Old Index