pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 23 23:02:15 UTC 2022

Modified Files:
        pkgsrc/audio/mpg123: Makefile
        pkgsrc/audio/mpg123-jack: Makefile
        pkgsrc/audio/mpg123-pulse: Makefile

Log Message:
mpg123*: restore PKGREVISIONs, they were there too long to be reset

Can be removed on next update.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/audio/mpg123/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/mpg123-jack/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/mpg123-pulse/Makefile

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

Modified files:

Index: pkgsrc/audio/mpg123/Makefile
diff -u pkgsrc/audio/mpg123/Makefile:1.66 pkgsrc/audio/mpg123/Makefile:1.67
--- pkgsrc/audio/mpg123/Makefile:1.66   Tue Jul 19 00:06:01 2022
+++ pkgsrc/audio/mpg123/Makefile        Sat Jul 23 23:02:14 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2022/07/19 00:06:01 thor Exp $
+# $NetBSD: Makefile,v 1.67 2022/07/23 23:02:14 wiz Exp $
 
 PKGNAME=       ${DISTNAME:C/[^[:alnum:]]*//}
+PKGREVISION=   1
 COMMENT=       MPEG layer 1, 2, and 3 audio player
 
 PKGCONFIG_OVERRIDE+=   libmpg123.pc.in libout123.pc.in libsyn123.pc.in

Index: pkgsrc/audio/mpg123-jack/Makefile
diff -u pkgsrc/audio/mpg123-jack/Makefile:1.4 pkgsrc/audio/mpg123-jack/Makefile:1.5
--- pkgsrc/audio/mpg123-jack/Makefile:1.4       Tue Jul 19 00:06:01 2022
+++ pkgsrc/audio/mpg123-jack/Makefile   Sat Jul 23 23:02:14 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2022/07/19 00:06:01 thor Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/23 23:02:14 wiz Exp $
 
 MPG123_MODULE= jack
 
+PKGREVISION=   2
 .include "../../audio/mpg123/Makefile.common"
 
 .include "../../audio/mpg123/buildlink3.mk"

Index: pkgsrc/audio/mpg123-pulse/Makefile
diff -u pkgsrc/audio/mpg123-pulse/Makefile:1.37 pkgsrc/audio/mpg123-pulse/Makefile:1.38
--- pkgsrc/audio/mpg123-pulse/Makefile:1.37     Tue Jul 19 00:06:01 2022
+++ pkgsrc/audio/mpg123-pulse/Makefile  Sat Jul 23 23:02:14 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2022/07/19 00:06:01 thor Exp $
+# $NetBSD: Makefile,v 1.38 2022/07/23 23:02:14 wiz Exp $
 
 MPG123_MODULE= pulse
 
+PKGREVISION=   3
 .include "../../audio/mpg123/Makefile.common"
 
 .include "../../audio/mpg123/buildlink3.mk"



Home | Main Index | Thread Index | Old Index