pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mimms



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 08:24:11 UTC 2022

Modified Files:
        pkgsrc/net/mimms: Makefile PLIST

Log Message:
mimms: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/mimms/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/mimms/PLIST

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

Modified files:

Index: pkgsrc/net/mimms/Makefile
diff -u pkgsrc/net/mimms/Makefile:1.15 pkgsrc/net/mimms/Makefile:1.16
--- pkgsrc/net/mimms/Makefile:1.15      Fri Dec  4 20:45:34 2020
+++ pkgsrc/net/mimms/Makefile   Mon Jan 10 08:24:11 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/12/04 20:45:34 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/01/10 08:24:11 wiz Exp $
 
 DISTNAME=      mimms-3.2.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net multimedia
 MASTER_SITES=  http://download.savannah.gnu.org/releases/mimms/
 EXTRACT_SUFX=  .tar.bz2
@@ -11,7 +11,7 @@ HOMEPAGE=     https://savannah.nongnu.org/pr
 COMMENT=       MMS (e.g. mms://) stream downloader
 LICENSE=       gnu-gpl-v3
 
-# default is at lang/python/distutils.mk, but
+# default is at lang/python/egg.mk, but
 # drop the third digit from DISTNAME. Is it too tricky ?
 EGG_NAME?=     ${DISTNAME:C/-([^0-9])/_\1/gC/([0-9])\.([0-9])\.([0-9])/\1.\2/}
 
@@ -24,6 +24,6 @@ SUBST_SED.man+=               -e 's,share/man,${PKGMA
 SUBST_STAGE.man=       post-build
 SUBST_MESSAGE.man=     Fixing installation path for man pages.
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../net/libmms/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/mimms/PLIST
diff -u pkgsrc/net/mimms/PLIST:1.1 pkgsrc/net/mimms/PLIST:1.2
--- pkgsrc/net/mimms/PLIST:1.1  Sun Jun 16 21:21:15 2013
+++ pkgsrc/net/mimms/PLIST      Mon Jan 10 08:24:11 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/06/16 21:21:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:24:11 wiz Exp $
 bin/mimms
 ${PYSITELIB}/libmimms/__init__.py
 ${PYSITELIB}/libmimms/__init__.pyc
@@ -9,5 +9,4 @@ ${PYSITELIB}/libmimms/core.pyo
 ${PYSITELIB}/libmimms/libmms.py
 ${PYSITELIB}/libmimms/libmms.pyc
 ${PYSITELIB}/libmimms/libmms.pyo
-${PYSITELIB}/${EGG_FILE}
 man/man1/mimms.1



Home | Main Index | Thread Index | Old Index