pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nicotine-plus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 07:49:44 UTC 2022

Modified Files:
        pkgsrc/net/nicotine-plus: Makefile PLIST

Log Message:
nicotine-plus: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nicotine-plus/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/nicotine-plus/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/nicotine-plus/Makefile
diff -u pkgsrc/net/nicotine-plus/Makefile:1.2 pkgsrc/net/nicotine-plus/Makefile:1.3
--- pkgsrc/net/nicotine-plus/Makefile:1.2       Wed Dec  8 16:06:04 2021
+++ pkgsrc/net/nicotine-plus/Makefile   Mon Jan 10 07:49:44 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/12/08 16:06:04 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/10 07:49:44 wiz Exp $
 
 DISTNAME=      nicotine-plus-2.2.2
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nicotine-plus/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -20,7 +20,7 @@ SUBST_SED.paths+=     -e "s,share/man/man1,$
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../devel/libappindicator/buildlink3.mk"
 .include "../../textproc/gspell/buildlink3.mk"

Index: pkgsrc/net/nicotine-plus/PLIST
diff -u pkgsrc/net/nicotine-plus/PLIST:1.1 pkgsrc/net/nicotine-plus/PLIST:1.2
--- pkgsrc/net/nicotine-plus/PLIST:1.1  Fri Jan  1 16:35:23 2021
+++ pkgsrc/net/nicotine-plus/PLIST      Mon Jan 10 07:49:44 2022
@@ -1,6 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2021/01/01 16:35:23 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 07:49:44 wiz Exp $
 bin/nicotine
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pynicotine/__init__.py
 ${PYSITELIB}/pynicotine/__init__.pyc
 ${PYSITELIB}/pynicotine/__init__.pyo



Home | Main Index | Thread Index | Old Index