pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/libpurple



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Jan 23 20:25:27 UTC 2023

Modified Files:
        pkgsrc/chat/libpurple: Makefile Makefile.common distinfo options.mk

Log Message:
libpurple: Update to 2.14.12

pkgsrc changes:
---------------
  * Remove useless PLIST.vv variable.
  * Disable vv when farstream or gstreamer options are not enabled.

upstream changes:
-----------------
version 2.14.12 (12/31/2022):
        * Remove a string from the Romanian translation that's breaks the creation
          of the Windows installer. (RR 2157) (Gary Kramlich)

version 2.14.11 (12/31/2022):
        * Add Markus "ivanhoe" Fischer to the Crazy Patch Writers! Congrats Markus!
          (RR 1952) (Gary Kramlich)
        * Fix a crash when closing a group chat with spellchk plugin enabled. (RR
          1951) (Markus Fischer)
        * Fix network interface detection on Windows to fix broken file transfers.
          (PIDGIN-17123, PIDGIN-17293, PIDGIN-17516, PIDGIN-17704) (RR 2018) (Gary
          Kramlich)
        * Update the about box to point people to Discourse instead of the mailing
          lists. (RR 2154) (Gary Kramlich)


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/chat/libpurple/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/chat/libpurple/Makefile.common \
    pkgsrc/chat/libpurple/distinfo
cvs rdiff -u -r1.34 -r1.35 pkgsrc/chat/libpurple/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/libpurple/Makefile
diff -u pkgsrc/chat/libpurple/Makefile:1.119 pkgsrc/chat/libpurple/Makefile:1.120
--- pkgsrc/chat/libpurple/Makefile:1.119        Wed Nov 23 16:18:33 2022
+++ pkgsrc/chat/libpurple/Makefile      Mon Jan 23 20:25:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2022/11/23 16:18:33 adam Exp $
+# $NetBSD: Makefile,v 1.120 2023/01/23 20:25:27 triaxx Exp $
 
 PKGNAME=       libpurple-${PIDGIN_VERSION}
-PKGREVISION=   2
 
 COMMENT=       Plugin-based multi-protocol instant messaging library
 

Index: pkgsrc/chat/libpurple/Makefile.common
diff -u pkgsrc/chat/libpurple/Makefile.common:1.56 pkgsrc/chat/libpurple/Makefile.common:1.57
--- pkgsrc/chat/libpurple/Makefile.common:1.56  Wed Jul 20 02:14:12 2022
+++ pkgsrc/chat/libpurple/Makefile.common       Mon Jan 23 20:25:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2022/07/20 02:14:12 khorben Exp $
+# $NetBSD: Makefile.common,v 1.57 2023/01/23 20:25:27 triaxx Exp $
 #
 # used by chat/finch/Makefile
 # used by chat/libpurple/Makefile
@@ -6,7 +6,7 @@
 # used by chat/pidgin-sametime/Makefile
 # used by chat/pidgin-silc/Makefile
 
-PIDGIN_VERSION=        2.14.10
+PIDGIN_VERSION=        2.14.12
 DISTNAME=      pidgin-${PIDGIN_VERSION}
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pidgin/}
Index: pkgsrc/chat/libpurple/distinfo
diff -u pkgsrc/chat/libpurple/distinfo:1.56 pkgsrc/chat/libpurple/distinfo:1.57
--- pkgsrc/chat/libpurple/distinfo:1.56 Wed Jul 20 02:14:12 2022
+++ pkgsrc/chat/libpurple/distinfo      Mon Jan 23 20:25:27 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2022/07/20 02:14:12 khorben Exp $
+$NetBSD: distinfo,v 1.57 2023/01/23 20:25:27 triaxx Exp $
 
-BLAKE2s (pidgin-2.14.10.tar.bz2) = 32b2a307ed8ee05216688b0168a225921f4c1aec5369d5cebec8d91b25fdcb25
-SHA512 (pidgin-2.14.10.tar.bz2) = 53241e9f62170fe7a8ea27ac03176d442f8aad4ed16da0033164b0949b00c3d476539b182e761950e7d6c385f22a891524c5f40a9cf8fe543b3003c37693314d
-Size (pidgin-2.14.10.tar.bz2) = 8229328 bytes
+BLAKE2s (pidgin-2.14.12.tar.bz2) = c064eeb66ea4d4dd9f9bdb9bee85f3cecc2ebd3649cfd82abefb8a27227777ec
+SHA512 (pidgin-2.14.12.tar.bz2) = ce016ab4c48448653ae22eead1ddc16f1d10f446c601f8abd2c85b4ea83a4e80092e1ce8182834d998b6587f42a92a9a91105b4db976e170ec7043bb6af3c54c
+Size (pidgin-2.14.12.tar.bz2) = 8226145 bytes
 SHA1 (patch-libpurple_plugins_perl_common_Makefile.PL.in) = 4fc1c7cc2df8f4cf179d00fe3bcf5b2ab0c5adbd

Index: pkgsrc/chat/libpurple/options.mk
diff -u pkgsrc/chat/libpurple/options.mk:1.34 pkgsrc/chat/libpurple/options.mk:1.35
--- pkgsrc/chat/libpurple/options.mk:1.34       Tue May  4 13:55:14 2021
+++ pkgsrc/chat/libpurple/options.mk    Mon Jan 23 20:25:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.34 2021/05/04 13:55:14 nia Exp $
+# $NetBSD: options.mk,v 1.35 2023/01/23 20:25:27 triaxx Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.libpurple
 PKG_OPTIONS_REQUIRED_GROUPS=   ssl
@@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS+=         dbus farstream 
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           avahi dbus gnutls nss perl tcl vv
+PLIST_VARS+=           avahi dbus gnutls nss perl tcl
 
 .if !empty(PKG_OPTIONS:Mavahi)
 PLIST.avahi=           yes
@@ -79,7 +79,8 @@ CONFIGURE_ARGS+=      --enable-cyrus-sasl
 # voice/video support requires both farstream and gstreamer
 .if !empty(PKG_OPTIONS:Mfarstream) && !empty(PKG_OPTIONS:Mgstreamer)
 CONFIGURE_ARGS+=       --enable-vv
-PLIST.vv=              yes
+.else
+CONFIGURE_ARGS+=       --disable-vv
 .endif
 
 .if !empty(PKG_OPTIONS:Mfarstream)



Home | Main Index | Thread Index | Old Index