summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/shairport-sync/Makefile4
-rw-r--r--emulators/dolphin-emu/Makefile4
-rw-r--r--emulators/retroarch/Makefile4
-rw-r--r--lang/neko/Makefile4
-rw-r--r--multimedia/ffmpeg4/Makefile4
-rw-r--r--multimedia/ffmpeg5/Makefile3
-rw-r--r--multimedia/obs-studio/Makefile4
-rw-r--r--net/openvpn/Makefile3
-rw-r--r--net/sayaka/Makefile3
-rw-r--r--security/gnupg-pkcs11-scd/Makefile4
-rw-r--r--security/pkcs11-helper/Makefile4
-rw-r--r--security/pkcs11-helper/buildlink3.mk4
-rw-r--r--www/lighttpd/Makefile3
13 files changed, 26 insertions, 22 deletions
diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile
index ea29115c864..4c7f6b42bdf 100644
--- a/audio/shairport-sync/Makefile
+++ b/audio/shairport-sync/Makefile
@@ -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 --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index 40d6698a0ba..6e752af631f 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -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 --git a/emulators/retroarch/Makefile b/emulators/retroarch/Makefile
index c02a3ff7167..513cf1df2bd 100644
--- a/emulators/retroarch/Makefile
+++ b/emulators/retroarch/Makefile
@@ -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 --git a/lang/neko/Makefile b/lang/neko/Makefile
index 307ecad7766..535110be6fc 100644
--- a/lang/neko/Makefile
+++ b/lang/neko/Makefile
@@ -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 --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile
index c2da7e2199d..1f44edc247b 100644
--- a/multimedia/ffmpeg4/Makefile
+++ b/multimedia/ffmpeg4/Makefile
@@ -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
HOMEPAGE= https://ffmpeg.org/
COMMENT= Decoding, encoding and streaming software (v4.x)
diff --git a/multimedia/ffmpeg5/Makefile b/multimedia/ffmpeg5/Makefile
index 93583f426e2..5f78d9b31ea 100644
--- a/multimedia/ffmpeg5/Makefile
+++ b/multimedia/ffmpeg5/Makefile
@@ -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
HOMEPAGE= https://ffmpeg.org/
COMMENT= Decoding, encoding and streaming software (v5.x)
diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile
index f21dcca2387..fa1ad770b62 100644
--- a/multimedia/obs-studio/Makefile
+++ b/multimedia/obs-studio/Makefile
@@ -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 --git a/net/openvpn/Makefile b/net/openvpn/Makefile
index d2deaf74087..68c89df0714 100644
--- a/net/openvpn/Makefile
+++ b/net/openvpn/Makefile
@@ -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 --git a/net/sayaka/Makefile b/net/sayaka/Makefile
index 6994feda17b..ccbba0aaa1c 100644
--- a/net/sayaka/Makefile
+++ b/net/sayaka/Makefile
@@ -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 --git a/security/gnupg-pkcs11-scd/Makefile b/security/gnupg-pkcs11-scd/Makefile
index fc7d185d0e8..3d1bdbd370d 100644
--- a/security/gnupg-pkcs11-scd/Makefile
+++ b/security/gnupg-pkcs11-scd/Makefile
@@ -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 --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile
index 32ac452c71a..32871f3ace2 100644
--- a/security/pkcs11-helper/Makefile
+++ b/security/pkcs11-helper/Makefile
@@ -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 --git a/security/pkcs11-helper/buildlink3.mk b/security/pkcs11-helper/buildlink3.mk
index a139b909d65..c5b607fb1f4 100644
--- a/security/pkcs11-helper/buildlink3.mk
+++ b/security/pkcs11-helper/buildlink3.mk
@@ -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 @@ BUILDLINK_TREE+= pkcs11-helper
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 --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 42f8cae6d90..989dc18d7c7 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -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