pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-ogg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:40:19 UTC 2022

Modified Files:
        pkgsrc/audio/py-ogg: Makefile PLIST

Log Message:
py-ogg: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/py-ogg/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/py-ogg/PLIST

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

Modified files:

Index: pkgsrc/audio/py-ogg/Makefile
diff -u pkgsrc/audio/py-ogg/Makefile:1.21 pkgsrc/audio/py-ogg/Makefile:1.22
--- pkgsrc/audio/py-ogg/Makefile:1.21   Mon Sep  2 13:20:07 2019
+++ pkgsrc/audio/py-ogg/Makefile        Mon Jan 10 20:40:19 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:07 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/10 20:40:19 wiz Exp $
 
 DISTNAME=              pyogg-1.3
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            audio python
 MASTER_SITES=          http://vorbis.com/files/1.0.1/unix/py/
 
@@ -18,7 +18,7 @@ CONFIGURE_ARGS+=      --prefix ${PREFIX}
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.3
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/py-ogg/PLIST
diff -u pkgsrc/audio/py-ogg/PLIST:1.4 pkgsrc/audio/py-ogg/PLIST:1.5
--- pkgsrc/audio/py-ogg/PLIST:1.4       Sun Apr  8 20:21:43 2012
+++ pkgsrc/audio/py-ogg/PLIST   Mon Jan 10 20:40:19 2022
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 20:40:19 wiz Exp $
 ${PYINC}/pyogg/pyogg.h
 ${PYSITELIB}/ogg/__init__.py
 ${PYSITELIB}/ogg/__init__.pyc
 ${PYSITELIB}/ogg/__init__.pyo
 ${PYSITELIB}/ogg/_ogg.so
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index