pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mimms mimms: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9bf787aa98e
branches: trunk
changeset: 371414:a9bf787aa98e
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 08:24:11 2022 +0000
description:
mimms: convert to egg.mk
diffstat:
net/mimms/Makefile | 8 ++++----
net/mimms/PLIST | 3 +--
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (45 lines):
diff -r be3d3d95412f -r a9bf787aa98e net/mimms/Makefile
--- a/net/mimms/Makefile Mon Jan 10 08:21:20 2022 +0000
+++ b/net/mimms/Makefile Mon Jan 10 08:24:11 2022 +0000
@@ -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 @@
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_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"
diff -r be3d3d95412f -r a9bf787aa98e net/mimms/PLIST
--- a/net/mimms/PLIST Mon Jan 10 08:21:20 2022 +0000
+++ b/net/mimms/PLIST Mon Jan 10 08:24:11 2022 +0000
@@ -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/libmms.py
${PYSITELIB}/libmimms/libmms.pyc
${PYSITELIB}/libmimms/libmms.pyo
-${PYSITELIB}/${EGG_FILE}
man/man1/mimms.1
Home |
Main Index |
Thread Index |
Old Index