pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: recursive PKGREVISION bump for mbedtls shlib major ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03914b733e70
branches:  trunk
changeset: 383049:03914b733e70
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 11 06:41:57 2022 +0000

description:
*: recursive PKGREVISION bump for mbedtls shlib major increases

diffstat:

 audio/shairport-sync/Makefile        |  4 ++--
 emulators/dolphin-emu/Makefile       |  4 ++--
 emulators/retroarch/Makefile         |  4 ++--
 lang/neko/Makefile                   |  4 ++--
 multimedia/ffmpeg4/Makefile          |  4 ++--
 multimedia/ffmpeg5/Makefile          |  3 ++-
 multimedia/obs-studio/Makefile       |  4 ++--
 net/openvpn/Makefile                 |  3 ++-
 net/sayaka/Makefile                  |  3 ++-
 security/gnupg-pkcs11-scd/Makefile   |  4 ++--
 security/pkcs11-helper/Makefile      |  4 ++--
 security/pkcs11-helper/buildlink3.mk |  4 ++--
 www/lighttpd/Makefile                |  3 ++-
 13 files changed, 26 insertions(+), 22 deletions(-)

diffs (170 lines):

diff -r aaaaa7ffb4d3 -r 03914b733e70 audio/shairport-sync/Makefile
--- a/audio/shairport-sync/Makefile     Thu Aug 11 06:40:48 2022 +0000
+++ b/audio/shairport-sync/Makefile     Thu Aug 11 06:41:57 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/07/02 16:53:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/11 06:41:57 wiz Exp $
 
 DISTNAME=      shairport-sync-3.3.9
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mikebrady/}
 
diff -r aaaaa7ffb4d3 -r 03914b733e70 emulators/dolphin-emu/Makefile
--- a/emulators/dolphin-emu/Makefile    Thu Aug 11 06:40:48 2022 +0000
+++ b/emulators/dolphin-emu/Makefile    Thu Aug 11 06:41:57 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2022/08/11 05:08:18 gutteridge Exp $
+# $NetBSD: Makefile,v 1.37 2022/08/11 06:41:57 wiz Exp $
 
 DISTNAME=      dolphin-emu-5.0
-PKGREVISION=   30
+PKGREVISION=   31
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dolphin-emu/}
 GITHUB_PROJECT=        dolphin
diff -r aaaaa7ffb4d3 -r 03914b733e70 emulators/retroarch/Makefile
--- a/emulators/retroarch/Makefile      Thu Aug 11 06:40:48 2022 +0000
+++ b/emulators/retroarch/Makefile      Thu Aug 11 06:41:57 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2022/08/11 05:08:20 gutteridge Exp $
+# $NetBSD: Makefile,v 1.53 2022/08/11 06:41:57 wiz Exp $
 
-PKGREVISION= 10
+PKGREVISION= 11
 .include "version.mk"
 
 PKGNAME=       retroarch-${RETROARCH_VERSION}
diff -r aaaaa7ffb4d3 -r 03914b733e70 lang/neko/Makefile
--- a/lang/neko/Makefile        Thu Aug 11 06:40:48 2022 +0000
+++ b/lang/neko/Makefile        Thu Aug 11 06:41:57 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2022/05/18 00:25:44 charlotte Exp $
+# $NetBSD: Makefile,v 1.15 2022/08/11 06:41:57 wiz Exp $
 
 DISTNAME=      neko-2.3.0
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=HaxeFoundation/}
 GITHUB_TAG=    v${PKGVERSION_NOREV:S/./-/g}
diff -r aaaaa7ffb4d3 -r 03914b733e70 multimedia/ffmpeg4/Makefile
--- a/multimedia/ffmpeg4/Makefile       Thu Aug 11 06:40:48 2022 +0000
+++ b/multimedia/ffmpeg4/Makefile       Thu Aug 11 06:41:57 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2022/07/02 16:53:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2022/08/11 06:41:58 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg4/}
-PKGREVISION=   2
+PKGREVISION=   3
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Decoding, encoding and streaming software (v4.x)
diff -r aaaaa7ffb4d3 -r 03914b733e70 multimedia/ffmpeg5/Makefile
--- a/multimedia/ffmpeg5/Makefile       Thu Aug 11 06:40:48 2022 +0000
+++ b/multimedia/ffmpeg5/Makefile       Thu Aug 11 06:41:57 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/07/24 07:46:02 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/08/11 06:41:58 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg5/}
+PKGREVISION=   1
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Decoding, encoding and streaming software (v5.x)
diff -r aaaaa7ffb4d3 -r 03914b733e70 multimedia/obs-studio/Makefile
--- a/multimedia/obs-studio/Makefile    Thu Aug 11 06:40:48 2022 +0000
+++ b/multimedia/obs-studio/Makefile    Thu Aug 11 06:41:57 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2022/07/02 16:53:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2022/08/11 06:41:58 wiz Exp $
 
 DISTNAME=      obs-studio-26.1.2
-PKGREVISION=   14
+PKGREVISION=   15
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=obsproject/}
 
diff -r aaaaa7ffb4d3 -r 03914b733e70 net/openvpn/Makefile
--- a/net/openvpn/Makefile      Thu Aug 11 06:40:48 2022 +0000
+++ b/net/openvpn/Makefile      Thu Aug 11 06:41:57 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2022/03/17 07:50:17 adam Exp $
+# $NetBSD: Makefile,v 1.93 2022/08/11 06:41:58 wiz Exp $
 
 DISTNAME=      ${OPENVPN_DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${OPENVPN_MASTER_SITES}
 
diff -r aaaaa7ffb4d3 -r 03914b733e70 net/sayaka/Makefile
--- a/net/sayaka/Makefile       Thu Aug 11 06:40:48 2022 +0000
+++ b/net/sayaka/Makefile       Thu Aug 11 06:41:57 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2022/02/19 18:48:52 tsutsui Exp $
+# $NetBSD: Makefile,v 1.37 2022/08/11 06:41:58 wiz Exp $
 
 DISTNAME=      sayaka-3.5.3
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=isaki68k/}
 GITHUB_PROJECT=        ${DISTNAME:S/-${PKGVERSION_NOREV}//}
diff -r aaaaa7ffb4d3 -r 03914b733e70 security/gnupg-pkcs11-scd/Makefile
--- a/security/gnupg-pkcs11-scd/Makefile        Thu Aug 11 06:40:48 2022 +0000
+++ b/security/gnupg-pkcs11-scd/Makefile        Thu Aug 11 06:41:57 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2021/12/08 16:06:17 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/08/11 06:41:58 wiz Exp $
 
 VERSION=       0.9.2
 DISTNAME=      gnupg-pkcs11-scd-${VERSION}
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    security
 GITHUB_PROJECT=        gnupg-pkcs11-scd
 GITHUB_RELEASE=        ${DISTNAME}
diff -r aaaaa7ffb4d3 -r 03914b733e70 security/pkcs11-helper/Makefile
--- a/security/pkcs11-helper/Makefile   Thu Aug 11 06:40:48 2022 +0000
+++ b/security/pkcs11-helper/Makefile   Thu Aug 11 06:41:57 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2021/12/08 16:02:35 adam Exp $
+# $NetBSD: Makefile,v 1.33 2022/08/11 06:41:57 wiz Exp $
 
 DISTNAME=      pkcs11-helper-1.27.0
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OpenSC/}
 GITHUB_RELEASE=        ${DISTNAME:R}
diff -r aaaaa7ffb4d3 -r 03914b733e70 security/pkcs11-helper/buildlink3.mk
--- a/security/pkcs11-helper/buildlink3.mk      Thu Aug 11 06:40:48 2022 +0000
+++ b/security/pkcs11-helper/buildlink3.mk      Thu Aug 11 06:41:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.24 2021/09/29 19:00:12 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.25 2022/08/11 06:41:57 wiz Exp $
 
 BUILDLINK_TREE+=       pkcs11-helper
 
@@ -6,7 +6,7 @@
 PKCS11_HELPER_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.pkcs11-helper+=  pkcs11-helper>=1.06
-BUILDLINK_ABI_DEPENDS.pkcs11-helper+=  pkcs11-helper>=1.27.0nb4
+BUILDLINK_ABI_DEPENDS.pkcs11-helper+=  pkcs11-helper>=1.27.0nb6
 BUILDLINK_PKGSRCDIR.pkcs11-helper?=    ../../security/pkcs11-helper
 
 pkgbase := pkcs11-helper
diff -r aaaaa7ffb4d3 -r 03914b733e70 www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Thu Aug 11 06:40:48 2022 +0000
+++ b/www/lighttpd/Makefile     Thu Aug 11 06:41:57 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.113 2022/08/09 14:19:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.114 2022/08/11 06:41:58 wiz Exp $
 
 DISTNAME=      lighttpd-1.4.66
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  https://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz



Home | Main Index | Thread Index | Old Index