Sat Jul 23 23:02:15 2022 UTC ()
mpg123*: restore PKGREVISIONs, they were there too long to be reset

Can be removed on next update.


(wiz)
diff -r1.66 -r1.67 pkgsrc/audio/mpg123/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/mpg123-jack/Makefile
diff -r1.37 -r1.38 pkgsrc/audio/mpg123-pulse/Makefile

cvs diff -r1.66 -r1.67 pkgsrc/audio/mpg123/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mpg123/Makefile 2022/07/19 00:06:01 1.66
+++ pkgsrc/audio/mpg123/Makefile 2022/07/23 23:02:14 1.67
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.66 2022/07/19 00:06:01 thor Exp $ 1# $NetBSD: Makefile,v 1.67 2022/07/23 23:02:14 wiz Exp $
2 2
3PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//} 3PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//}
 4PKGREVISION= 1
4COMMENT= MPEG layer 1, 2, and 3 audio player 5COMMENT= MPEG layer 1, 2, and 3 audio player
5 6
6PKGCONFIG_OVERRIDE+= libmpg123.pc.in libout123.pc.in libsyn123.pc.in 7PKGCONFIG_OVERRIDE+= libmpg123.pc.in libout123.pc.in libsyn123.pc.in
7 8
8MPG123_BUILDING_BASE= # empty 9MPG123_BUILDING_BASE= # empty
9 10
10.include "../../mk/bsd.prefs.mk" 11.include "../../mk/bsd.prefs.mk"
11 12
12PLIST_VARS+= coreaudio oss sun alsa 13PLIST_VARS+= coreaudio oss sun alsa
13 14
14.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "SunOS" 15.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "SunOS"
15MPG123_DEFAULT_MODULE= sun 16MPG123_DEFAULT_MODULE= sun
16PLIST.sun= yes 17PLIST.sun= yes

cvs diff -r1.4 -r1.5 pkgsrc/audio/mpg123-jack/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mpg123-jack/Makefile 2022/07/19 00:06:01 1.4
+++ pkgsrc/audio/mpg123-jack/Makefile 2022/07/23 23:02:14 1.5
@@ -1,9 +1,10 @@ @@ -1,9 +1,10 @@
1# $NetBSD: Makefile,v 1.4 2022/07/19 00:06:01 thor Exp $ 1# $NetBSD: Makefile,v 1.5 2022/07/23 23:02:14 wiz Exp $
2 2
3MPG123_MODULE= jack 3MPG123_MODULE= jack
4 4
 5PKGREVISION= 2
5.include "../../audio/mpg123/Makefile.common" 6.include "../../audio/mpg123/Makefile.common"
6 7
7.include "../../audio/mpg123/buildlink3.mk" 8.include "../../audio/mpg123/buildlink3.mk"
8.include "../../audio/jack/buildlink3.mk" 9.include "../../audio/jack/buildlink3.mk"
9.include "../../mk/bsd.pkg.mk" 10.include "../../mk/bsd.pkg.mk"

cvs diff -r1.37 -r1.38 pkgsrc/audio/mpg123-pulse/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mpg123-pulse/Makefile 2022/07/19 00:06:01 1.37
+++ pkgsrc/audio/mpg123-pulse/Makefile 2022/07/23 23:02:14 1.38
@@ -1,9 +1,10 @@ @@ -1,9 +1,10 @@
1# $NetBSD: Makefile,v 1.37 2022/07/19 00:06:01 thor Exp $ 1# $NetBSD: Makefile,v 1.38 2022/07/23 23:02:14 wiz Exp $
2 2
3MPG123_MODULE= pulse 3MPG123_MODULE= pulse
4 4
 5PKGREVISION= 3
5.include "../../audio/mpg123/Makefile.common" 6.include "../../audio/mpg123/Makefile.common"
6 7
7.include "../../audio/mpg123/buildlink3.mk" 8.include "../../audio/mpg123/buildlink3.mk"
8.include "../../audio/pulseaudio/buildlink3.mk" 9.include "../../audio/pulseaudio/buildlink3.mk"
9.include "../../mk/bsd.pkg.mk" 10.include "../../mk/bsd.pkg.mk"