pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mpg123-nas



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 17 09:20:47 UTC 2021

Modified Files:
        pkgsrc/audio/mpg123-nas: DESCR Makefile PLIST

Log Message:
mpg123-nas: revert accidental changes to wrong directory


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/mpg123-nas/DESCR \
    pkgsrc/audio/mpg123-nas/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/mpg123-nas/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-nas/DESCR
diff -u pkgsrc/audio/mpg123-nas/DESCR:1.3 pkgsrc/audio/mpg123-nas/DESCR:1.4
--- pkgsrc/audio/mpg123-nas/DESCR:1.3   Sat Apr 17 09:15:05 2021
+++ pkgsrc/audio/mpg123-nas/DESCR       Sat Apr 17 09:20:47 2021
@@ -1 +1 @@
-JACK output module for the mpg123 audio player.
+NAS (Network Audio System) output module for the mpg123 audio player.
Index: pkgsrc/audio/mpg123-nas/PLIST
diff -u pkgsrc/audio/mpg123-nas/PLIST:1.3 pkgsrc/audio/mpg123-nas/PLIST:1.4
--- pkgsrc/audio/mpg123-nas/PLIST:1.3   Sat Apr 17 09:15:05 2021
+++ pkgsrc/audio/mpg123-nas/PLIST       Sat Apr 17 09:20:47 2021
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.3 2021/04/17 09:15:05 nia Exp $
-lib/mpg123/output_jack.la
+@comment $NetBSD: PLIST,v 1.4 2021/04/17 09:20:47 nia Exp $
+lib/mpg123/output_nas.la

Index: pkgsrc/audio/mpg123-nas/Makefile
diff -u pkgsrc/audio/mpg123-nas/Makefile:1.28 pkgsrc/audio/mpg123-nas/Makefile:1.29
--- pkgsrc/audio/mpg123-nas/Makefile:1.28       Sat Apr 17 09:15:05 2021
+++ pkgsrc/audio/mpg123-nas/Makefile    Sat Apr 17 09:20:47 2021
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2021/04/17 09:15:05 nia Exp $
+# $NetBSD: Makefile,v 1.29 2021/04/17 09:20:47 nia Exp $
 
-MPG123_MODULE= jack
+MPG123_MODULE= nas
 
 .include "../../audio/mpg123/Makefile.common"
 
 .include "../../audio/mpg123/buildlink3.mk"
-.include "../../audio/jack/buildlink3.mk"
+.include "../../audio/nas/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index