pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Bump depends and PKGREVISION for libnice shlib major c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63e41f3ea9a2
branches:  trunk
changeset: 585610:63e41f3ea9a2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 21 15:51:44 2011 +0000

description:
Bump depends and PKGREVISION for libnice shlib major change.

diffstat:

 chat/empathy/Makefile                 |  4 ++--
 chat/finch/Makefile                   |  3 ++-
 chat/libpurple/Makefile               |  3 ++-
 chat/libpurple/buildlink3.mk          |  4 ++--
 chat/msn-pecan/Makefile               |  4 ++--
 chat/pidgin-facebookchat/Makefile     |  4 ++--
 chat/pidgin-icb/Makefile              |  4 ++--
 chat/pidgin-latex/Makefile            |  4 ++--
 chat/pidgin-libnotify/Makefile        |  4 ++--
 chat/pidgin-otr/Makefile              |  4 ++--
 chat/pidgin-sametime/Makefile         |  3 ++-
 chat/pidgin-silc/Makefile             |  3 ++-
 chat/pidgin/Makefile                  |  3 ++-
 chat/pidgin/buildlink3.mk             |  4 ++--
 chat/spectrum/Makefile                |  3 ++-
 chat/telepathy-farsight/Makefile      |  4 ++--
 chat/telepathy-farsight/buildlink3.mk |  4 ++--
 multimedia/farsight2/buildlink3.mk    |  4 ++--
 sysutils/nautilus-sendto/Makefile     |  4 ++--
 19 files changed, 38 insertions(+), 32 deletions(-)

diffs (267 lines):

diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/empathy/Makefile
--- a/chat/empathy/Makefile     Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/empathy/Makefile     Mon Feb 21 15:51:44 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2011/01/13 13:36:33 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2011/02/21 15:51:44 wiz Exp $
 
 DISTNAME=      empathy-2.30.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/empathy/2.30/}
 
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/finch/Makefile
--- a/chat/finch/Makefile       Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/finch/Makefile       Mon Feb 21 15:51:44 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2011/02/02 13:18:47 adam Exp $
+# $NetBSD: Makefile,v 1.27 2011/02/21 15:51:44 wiz Exp $
 
 PKGNAME=       finch-${PIDGIN_VERSION}
+PKGREVISION=   1
 
 COMMENT=       Multi-protocol Instant Messaging client console frontend
 
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/libpurple/Makefile
--- a/chat/libpurple/Makefile   Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/libpurple/Makefile   Mon Feb 21 15:51:44 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2011/02/02 13:18:48 adam Exp $
+# $NetBSD: Makefile,v 1.26 2011/02/21 15:51:44 wiz Exp $
 
 PKGNAME=       libpurple-${PIDGIN_VERSION}
+PKGREVISION=   1
 COMMENT=       Multi-protocol Instant Messaging client backend
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/libpurple/buildlink3.mk
--- a/chat/libpurple/buildlink3.mk      Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/libpurple/buildlink3.mk      Mon Feb 21 15:51:44 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2011/02/02 13:18:48 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2011/02/21 15:51:44 wiz Exp $
 
 BUILDLINK_TREE+=       libpurple
 
@@ -6,7 +6,7 @@
 LIBPURPLE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libpurple+=      libpurple>=2.7.9
-BUILDLINK_ABI_DEPENDS.libpurple+=      libpurple>=2.7.9
+BUILDLINK_ABI_DEPENDS.libpurple+=      libpurple>=2.7.10nb1
 BUILDLINK_PKGSRCDIR.libpurple?=        ../../chat/libpurple
 
 pkgbase := libpurple
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/msn-pecan/Makefile
--- a/chat/msn-pecan/Makefile   Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/msn-pecan/Makefile   Mon Feb 21 15:51:44 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2011/01/13 13:37:14 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2011/02/21 15:51:44 wiz Exp $
 #
 
 DISTNAME=      msn-pecan-0.0.18
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    chat
 MASTER_SITES=  http://msn-pecan.googlecode.com/files/
 EXTRACT_SUFX=  .tar.bz2
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin-facebookchat/Makefile
--- a/chat/pidgin-facebookchat/Makefile Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin-facebookchat/Makefile Mon Feb 21 15:51:44 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2011/01/13 13:37:14 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2011/02/21 15:51:45 wiz Exp $
 
 VERSION=       1.27
 DISTNAME=      pidgin-facebookchat-source-${VERSION}
 PKGNAME=       pidgin-facebookchat-${VERSION}
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    chat
 MASTER_SITES=  http://pidgin-facebookchat.googlecode.com/files/
 EXTRACT_SUFX=  .tar.bz2
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin-icb/Makefile
--- a/chat/pidgin-icb/Makefile  Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin-icb/Makefile  Mon Feb 21 15:51:44 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2011/01/13 13:37:14 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2011/02/21 15:51:45 wiz Exp $
 
 DISTNAME=      pidgin-icb-20070505
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    chat
 MASTER_SITES=  http://nic.com.pl/~alek/pidgin-icb/
 
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin-latex/Makefile
--- a/chat/pidgin-latex/Makefile        Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin-latex/Makefile        Mon Feb 21 15:51:44 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2011/01/13 13:37:14 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2011/02/21 15:51:45 wiz Exp $
 
 VERSION=       1.2.1
-PKGREVISION=   8
+PKGREVISION=   9
 DISTNAME=      pidgin-latex-${VERSION}
 EXTRACT_SUFX=  .tar.bz2
 CATEGORIES=    chat print
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin-libnotify/Makefile
--- a/chat/pidgin-libnotify/Makefile    Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin-libnotify/Makefile    Mon Feb 21 15:51:44 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2011/01/13 13:37:14 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2011/02/21 15:51:45 wiz Exp $
 #
 
 DISTNAME=      pidgin-libnotify-0.14
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/}
 
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin-otr/Makefile
--- a/chat/pidgin-otr/Makefile  Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin-otr/Makefile  Mon Feb 21 15:51:44 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2011/01/13 13:37:15 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2011/02/21 15:51:45 wiz Exp $
 
 VERSION=       3.2.0
 DISTNAME=      pidgin-otr-${VERSION}
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    chat security
 MASTER_SITES=  http://www.cypherpunks.ca/otr/
 
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin-sametime/Makefile
--- a/chat/pidgin-sametime/Makefile     Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin-sametime/Makefile     Mon Feb 21 15:51:44 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2011/02/02 13:18:48 adam Exp $
+# $NetBSD: Makefile,v 1.16 2011/02/21 15:51:46 wiz Exp $
 
 PKGNAME=       pidgin-sametime-${PIDGIN_VERSION}
+PKGREVISION=   1
 COMMENT=       Lotus Sametime plugin for the Pidgin instant messenger
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin-silc/Makefile
--- a/chat/pidgin-silc/Makefile Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin-silc/Makefile Mon Feb 21 15:51:44 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2011/02/02 13:18:48 adam Exp $
+# $NetBSD: Makefile,v 1.19 2011/02/21 15:51:46 wiz Exp $
 
 PKGNAME=       pidgin-silc-${PIDGIN_VERSION}
+PKGREVISION=   1
 COMMENT=       SILC plugin for the Pidgin instant messenger
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin/Makefile
--- a/chat/pidgin/Makefile      Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin/Makefile      Mon Feb 21 15:51:44 2011 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2011/02/10 12:17:38 adam Exp $
+# $NetBSD: Makefile,v 1.29 2011/02/21 15:51:46 wiz Exp $
 
+PKGREVISION=           1
 COMMENT=               Multi-protocol Instant Messaging client GTK frontend
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/pidgin/buildlink3.mk
--- a/chat/pidgin/buildlink3.mk Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/pidgin/buildlink3.mk Mon Feb 21 15:51:44 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2011/01/13 13:36:45 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2011/02/21 15:51:46 wiz Exp $
 
 BUILDLINK_TREE+=       pidgin
 
@@ -6,7 +6,7 @@
 PIDGIN_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.5.1
-BUILDLINK_ABI_DEPENDS.pidgin+= pidgin>=2.7.3nb3
+BUILDLINK_ABI_DEPENDS.pidgin+= pidgin>=2.7.10nb1
 BUILDLINK_PKGSRCDIR.pidgin?=   ../../chat/pidgin
 
 .include "../../chat/libpurple/buildlink3.mk"
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/spectrum/Makefile
--- a/chat/spectrum/Makefile    Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/spectrum/Makefile    Mon Feb 21 15:51:44 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2011/02/07 06:35:18 schnoebe Exp $
+# $NetBSD: Makefile,v 1.3 2011/02/21 15:51:46 wiz Exp $
 
 DISTNAME=              spectrum-1.4.7
+PKGREVISION=           1
 CATEGORIES=            chat
 MASTER_SITES=          http://spectrum.im/attachments/download/37/
 
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/telepathy-farsight/Makefile
--- a/chat/telepathy-farsight/Makefile  Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/telepathy-farsight/Makefile  Mon Feb 21 15:51:44 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2011/01/13 13:36:45 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2011/02/21 15:51:46 wiz Exp $
 #
 
 DISTNAME=      telepathy-farsight-0.0.14
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    chat multimedia
 MASTER_SITES=  http://telepathy.freedesktop.org/releases/telepathy-farsight/
 
diff -r 26baeb45fde0 -r 63e41f3ea9a2 chat/telepathy-farsight/buildlink3.mk
--- a/chat/telepathy-farsight/buildlink3.mk     Mon Feb 21 15:51:23 2011 +0000
+++ b/chat/telepathy-farsight/buildlink3.mk     Mon Feb 21 15:51:44 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2011/01/13 13:36:45 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2011/02/21 15:51:46 wiz Exp $
 
 BUILDLINK_TREE+=       telepathy-farsight
 
@@ -6,7 +6,7 @@
 TELEPATHY_FARSIGHT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.telepathy-farsight+=     telepathy-farsight>=0.0.8
-BUILDLINK_ABI_DEPENDS.telepathy-farsight?=     telepathy-farsight>=0.0.14nb3
+BUILDLINK_ABI_DEPENDS.telepathy-farsight?=     telepathy-farsight>=0.0.14nb4
 BUILDLINK_PKGSRCDIR.telepathy-farsight?=       ../../chat/telepathy-farsight
 
 .include "../../chat/telepathy-glib/buildlink3.mk"
diff -r 26baeb45fde0 -r 63e41f3ea9a2 multimedia/farsight2/buildlink3.mk
--- a/multimedia/farsight2/buildlink3.mk        Mon Feb 21 15:51:23 2011 +0000
+++ b/multimedia/farsight2/buildlink3.mk        Mon Feb 21 15:51:44 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2011/01/13 13:36:45 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2011/02/21 15:51:47 wiz Exp $
 
 BUILDLINK_TREE+=       farsight2
 
@@ -6,7 +6,7 @@
 FARSIGHT2_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.farsight2+=      farsight2>=0.0.14
-BUILDLINK_ABI_DEPENDS.farsight2?=      farsight2>=0.0.22nb1
+BUILDLINK_ABI_DEPENDS.farsight2?=      farsight2>=0.0.22nb2
 BUILDLINK_PKGSRCDIR.farsight2?=        ../../multimedia/farsight2
 
 # unsure which are needed exactly
diff -r 26baeb45fde0 -r 63e41f3ea9a2 sysutils/nautilus-sendto/Makefile
--- a/sysutils/nautilus-sendto/Makefile Mon Feb 21 15:51:23 2011 +0000
+++ b/sysutils/nautilus-sendto/Makefile Mon Feb 21 15:51:44 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2011/01/18 10:08:44 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2011/02/21 15:51:47 wiz Exp $
 #
 
 DISTNAME=              nautilus-sendto-2.32.0
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            sysutils gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/nautilus-sendto/2.32/}
 EXTRACT_SUFX=          .tar.bz2



Home | Main Index | Thread Index | Old Index