pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc {f,h,l,n,p}*/*: revbump(1) for libsndfile



details:   https://anonhg.NetBSD.org/pkgsrc/rev/801782403cf5
branches:  trunk
changeset: 375836:801782403cf5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Mar 28 10:56:15 2022 +0000

description:
{f,h,l,n,p}*/*: revbump(1) for libsndfile

diffstat:

 finance/bitcoin/Makefile        |  4 ++--
 fonts/SDL2_ttf/Makefile         |  3 ++-
 fonts/SDL2_ttf/buildlink3.mk    |  4 ++--
 ham/fldigi/Makefile             |  4 ++--
 ham/freedv/Makefile             |  4 ++--
 ham/gnuradio-channels/Makefile  |  3 ++-
 ham/gnuradio-companion/Makefile |  3 ++-
 ham/gnuradio-core/Makefile      |  3 ++-
 ham/gnuradio-ctrlport/Makefile  |  3 ++-
 ham/gnuradio-digital/Makefile   |  3 ++-
 ham/gnuradio-doxygen/Makefile   |  3 ++-
 ham/gnuradio-dtv/Makefile       |  3 ++-
 ham/gnuradio-fec/Makefile       |  3 ++-
 ham/gnuradio-network/Makefile   |  3 ++-
 ham/gnuradio-qtgui/Makefile     |  3 ++-
 ham/gnuradio-soapy-sdr/Makefile |  3 ++-
 ham/gnuradio-trellis/Makefile   |  3 ++-
 ham/gnuradio-uhd/Makefile       |  3 ++-
 ham/gnuradio-utils/Makefile     |  4 ++--
 ham/gnuradio-video-sdl/Makefile |  3 ++-
 ham/gnuradio-vocoder/Makefile   |  3 ++-
 ham/gnuradio-wavelet/Makefile   |  3 ++-
 ham/gnuradio-zeromq/Makefile    |  3 ++-
 ham/gr-osmosdr/Makefile         |  4 ++--
 lang/squeak-vm/Makefile         |  4 ++--
 net/SDL2_net/Makefile           |  4 ++--
 net/SDL2_net/buildlink3.mk      |  4 ++--
 net/freerdp2/Makefile           |  4 ++--
 net/gtk-vnc/Makefile            |  4 ++--
 net/guacamole-server/Makefile   |  4 ++--
 net/kdnssd/Makefile             |  4 ++--
 net/knewstuff/Makefile          |  4 ++--
 net/knewstuff/buildlink3.mk     |  4 ++--
 net/krdc/Makefile               |  4 ++--
 net/krfb/Makefile               |  4 ++--
 net/kxmlrpcclient/Makefile      |  4 ++--
 net/kxmlrpcclient/buildlink3.mk |  4 ++--
 net/lagrange/Makefile           |  4 ++--
 net/rdesktop/Makefile           |  4 ++--
 net/remmina/Makefile            |  3 ++-
 net/wireshark/Makefile          |  3 ++-
 net/wpa_gui/Makefile            |  4 ++--
 print/okular/Makefile           |  4 ++--
 print/scribus-qt5/Makefile      |  4 ++--
 44 files changed, 88 insertions(+), 68 deletions(-)

diffs (truncated from 580 to 300 lines):

diff -r 50eeb785f629 -r 801782403cf5 finance/bitcoin/Makefile
--- a/finance/bitcoin/Makefile  Mon Mar 28 10:52:56 2022 +0000
+++ b/finance/bitcoin/Makefile  Mon Mar 28 10:56:15 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2022/01/10 01:46:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.47 2022/03/28 10:56:15 tnn Exp $
 
 DISTNAME=      bitcoin-22.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    finance
 MASTER_SITES=  https://bitcoincore.org/bin/bitcoin-core-${PKGVERSION_NOREV}/
 
diff -r 50eeb785f629 -r 801782403cf5 fonts/SDL2_ttf/Makefile
--- a/fonts/SDL2_ttf/Makefile   Mon Mar 28 10:52:56 2022 +0000
+++ b/fonts/SDL2_ttf/Makefile   Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/01/16 22:45:24 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/03/28 10:56:15 tnn Exp $
 
 DISTNAME=      SDL2_ttf-2.0.18
+PKGREVISION=   1
 CATEGORIES=    fonts devel
 MASTER_SITES=  https://www.libsdl.org/projects/SDL_ttf/release/
 
diff -r 50eeb785f629 -r 801782403cf5 fonts/SDL2_ttf/buildlink3.mk
--- a/fonts/SDL2_ttf/buildlink3.mk      Mon Mar 28 10:52:56 2022 +0000
+++ b/fonts/SDL2_ttf/buildlink3.mk      Mon Mar 28 10:56:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2021/09/08 21:05:03 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2022/03/28 10:56:15 tnn Exp $
 
 BUILDLINK_TREE+=       SDL2_ttf
 
@@ -6,7 +6,7 @@
 SDL2_TTF_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.SDL2_ttf+=       SDL2_ttf>=2.0.12
-BUILDLINK_ABI_DEPENDS.SDL2_ttf+=       SDL2_ttf>=2.0.15nb3
+BUILDLINK_ABI_DEPENDS.SDL2_ttf+=       SDL2_ttf>=2.0.18nb1
 BUILDLINK_PKGSRCDIR.SDL2_ttf?=         ../../fonts/SDL2_ttf
 
 .include "../../devel/SDL2/buildlink3.mk"
diff -r 50eeb785f629 -r 801782403cf5 ham/fldigi/Makefile
--- a/ham/fldigi/Makefile       Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/fldigi/Makefile       Mon Mar 28 10:56:15 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.132 2021/12/08 16:05:08 adam Exp $
+# $NetBSD: Makefile,v 1.133 2022/03/28 10:56:15 tnn Exp $
 
 DISTNAME=      fldigi-4.1.01
-PKGREVISION=   19
+PKGREVISION=   20
 CATEGORIES=    ham
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fldigi/}
 
diff -r 50eeb785f629 -r 801782403cf5 ham/freedv/Makefile
--- a/ham/freedv/Makefile       Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/freedv/Makefile       Mon Mar 28 10:56:15 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2021/12/08 16:05:08 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/03/28 10:56:15 tnn Exp $
 
 DISTNAME=      freedv-1.4.2
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    ham
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=drowe67/}
 GITHUB_PROJECT=        freedv-gui
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-channels/Makefile
--- a/ham/gnuradio-channels/Makefile    Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-channels/Makefile    Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2022/01/16 18:06:25 tnn Exp $
+# $NetBSD: Makefile,v 1.35 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-channels-${VERSION}
+PKGREVISION=   1
 COMMENT=       Signal processing blocks to simulate channel models of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-companion/Makefile
--- a/ham/gnuradio-companion/Makefile   Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-companion/Makefile   Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2022/01/16 18:06:25 tnn Exp $
+# $NetBSD: Makefile,v 1.54 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-companion-${VERSION}
+PKGREVISION=   1
 COMMENT=       User interface entry of GNU Radio
 
 #CONF_FILES+=  ${EGDIR}/grc.conf       ${PKG_SYSCONFDIR}/grc.conf
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-core/Makefile
--- a/ham/gnuradio-core/Makefile        Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-core/Makefile        Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2022/03/12 23:04:45 tnn Exp $
+# $NetBSD: Makefile,v 1.93 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
+PKGREVISION=   1
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-ctrlport/Makefile
--- a/ham/gnuradio-ctrlport/Makefile    Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-ctrlport/Makefile    Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2022/01/16 18:06:25 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-ctrlport-${VERSION}
+PKGREVISION=   1
 COMMENT=       New set of hooks into GNU Radio to allow a remote client to attach
 .include       "../../ham/gnuradio-core/Makefile.common"
 .include       "../../ham/gnuradio-core/Nocore.mk"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-digital/Makefile
--- a/ham/gnuradio-digital/Makefile     Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-digital/Makefile     Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2022/01/16 18:06:26 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-digital-${VERSION}
+PKGREVISION=   1
 COMMENT=       Digital related algorithms for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-doxygen/Makefile
--- a/ham/gnuradio-doxygen/Makefile     Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-doxygen/Makefile     Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2022/01/16 18:06:26 tnn Exp $
+# $NetBSD: Makefile,v 1.52 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-doxygen-${VERSION}
+PKGREVISION=   1
 COMMENT=       Doxygen documentation of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-dtv/Makefile
--- a/ham/gnuradio-dtv/Makefile Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-dtv/Makefile Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2022/01/16 18:06:26 tnn Exp $
+# $NetBSD: Makefile,v 1.38 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-dtv-${VERSION}
+PKGREVISION=   1
 COMMENT=       Various digital television standards of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-fec/Makefile
--- a/ham/gnuradio-fec/Makefile Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-fec/Makefile Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2022/01/16 18:06:26 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-fec-${VERSION}
+PKGREVISION=   1
 COMMENT=       Forward Error Correction blocks, utilities, & examples of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-network/Makefile
--- a/ham/gnuradio-network/Makefile     Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-network/Makefile     Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/01/16 18:06:26 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2022/03/28 10:56:16 tnn Exp $
 
 PKGNAME=       gnuradio-network-${VERSION}
+PKGREVISION=   1
 COMMENT=       Network blocks for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-qtgui/Makefile
--- a/ham/gnuradio-qtgui/Makefile       Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-qtgui/Makefile       Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2022/01/16 18:06:26 tnn Exp $
+# $NetBSD: Makefile,v 1.46 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-qtgui-${VERSION}
+PKGREVISION=   1
 COMMENT=       Qt GUI module of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-soapy-sdr/Makefile
--- a/ham/gnuradio-soapy-sdr/Makefile   Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-soapy-sdr/Makefile   Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/16 18:06:26 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-soapy-sdr-${VERSION}
+PKGREVISION=   1
 COMMENT=       GNU Radio bindings for SoapySDR
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-trellis/Makefile
--- a/ham/gnuradio-trellis/Makefile     Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-trellis/Makefile     Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2022/01/16 18:06:27 tnn Exp $
+# $NetBSD: Makefile,v 1.54 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-trellis-${VERSION}
+PKGREVISION=   1
 COMMENT=       Trellis-based encoding and decoding algorithms for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-uhd/Makefile
--- a/ham/gnuradio-uhd/Makefile Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-uhd/Makefile Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2022/01/16 18:06:27 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-uhd-${VERSION}
+PKGREVISION=   1
 COMMENT=       Uhd-based encoding and decoding algorithms for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-utils/Makefile
--- a/ham/gnuradio-utils/Makefile       Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-utils/Makefile       Mon Mar 28 10:56:15 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2022/03/28 00:11:28 tnn Exp $
+# $NetBSD: Makefile,v 1.40 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-utils-${VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Utilities in GNU Radio
 
 .include "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-video-sdl/Makefile
--- a/ham/gnuradio-video-sdl/Makefile   Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-video-sdl/Makefile   Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2022/01/16 18:06:27 tnn Exp $
+# $NetBSD: Makefile,v 1.51 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-video-sdl-${VERSION}
+PKGREVISION=   1
 COMMENT=       SDL (Simple DirectMedia Layer) bindings for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-vocoder/Makefile
--- a/ham/gnuradio-vocoder/Makefile     Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-vocoder/Makefile     Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2022/01/16 18:06:27 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-vocoder-${VERSION}
+PKGREVISION=   1
 COMMENT=       All available vocoders in GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-wavelet/Makefile
--- a/ham/gnuradio-wavelet/Makefile     Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-wavelet/Makefile     Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2022/01/16 18:06:27 tnn Exp $
+# $NetBSD: Makefile,v 1.35 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-wavelet-${VERSION}
+PKGREVISION=   1
 COMMENT=       Wavelet transform of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
diff -r 50eeb785f629 -r 801782403cf5 ham/gnuradio-zeromq/Makefile
--- a/ham/gnuradio-zeromq/Makefile      Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gnuradio-zeromq/Makefile      Mon Mar 28 10:56:15 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2022/01/16 18:06:27 tnn Exp $
+# $NetBSD: Makefile,v 1.38 2022/03/28 10:56:17 tnn Exp $
 
 PKGNAME=       gnuradio-zeromq-${VERSION}
+PKGREVISION=   1
 COMMENT=       All of the zeromq blocks, utilities, and examples
 
 #  zmq.hpp: No such file or directory
diff -r 50eeb785f629 -r 801782403cf5 ham/gr-osmosdr/Makefile
--- a/ham/gr-osmosdr/Makefile   Mon Mar 28 10:52:56 2022 +0000
+++ b/ham/gr-osmosdr/Makefile   Mon Mar 28 10:56:15 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2022/01/10 01:46:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2022/03/28 10:56:18 tnn Exp $
 
 DISTNAME=              gr-osmosdr-0.2.3.20210128
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            ham
 # main git repo doesn't allow snapshots to be downloaded
 #MASTER_SITES=         https://git.osmocom.org/gr-osmosdr/snapshot/
diff -r 50eeb785f629 -r 801782403cf5 lang/squeak-vm/Makefile



Home | Main Index | Thread Index | Old Index