pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-libdnet



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:37:12 UTC 2022

Modified Files:
        pkgsrc/net/py-libdnet: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/py-libdnet/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-libdnet/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/py-libdnet/Makefile
diff -u pkgsrc/net/py-libdnet/Makefile:1.21 pkgsrc/net/py-libdnet/Makefile:1.22
--- pkgsrc/net/py-libdnet/Makefile:1.21 Mon Sep  2 13:19:48 2019
+++ pkgsrc/net/py-libdnet/Makefile      Mon Jan 10 18:37:12 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2019/09/02 13:19:48 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/10 18:37:12 wiz Exp $
 
 DISTNAME=      libdnet-1.12
 PKGNAME=       ${PYPKGPREFIX}-libdnet-1.12
-PKGREVISION=   1
-CATEGORIES=    devel net
+PKGREVISION=   2
+CATEGORIES=    net devel
 MASTER_SITES=  http://libdnet.googlecode.com/files/
 EXTRACT_SUFX=  .tgz
 
@@ -18,6 +18,6 @@ PYTHON_VERSIONS_ACCEPTED=     27 # not yet p
 
 EGG_NAME=      ${DISTNAME:S/^lib//}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../net/libdnet/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/py-libdnet/PLIST
diff -u pkgsrc/net/py-libdnet/PLIST:1.3 pkgsrc/net/py-libdnet/PLIST:1.4
--- pkgsrc/net/py-libdnet/PLIST:1.3     Sun Apr  8 20:21:53 2012
+++ pkgsrc/net/py-libdnet/PLIST Mon Jan 10 18:37:12 2022
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:53 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 18:37:12 wiz Exp $
 ${PYSITELIB}/dnet.so



Home | Main Index | Thread Index | Old Index