pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/driconf



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

Modified Files:
        pkgsrc/x11/driconf: Makefile PLIST

Log Message:
driconf: convert to egg.mk

Consider removing this - last upstream release in 2005...


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/driconf/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/driconf/PLIST

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

Modified files:

Index: pkgsrc/x11/driconf/Makefile
diff -u pkgsrc/x11/driconf/Makefile:1.32 pkgsrc/x11/driconf/Makefile:1.33
--- pkgsrc/x11/driconf/Makefile:1.32    Fri Dec  4 20:45:50 2020
+++ pkgsrc/x11/driconf/Makefile Mon Jan 10 07:44:24 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2020/12/04 20:45:50 nia Exp $
+# $NetBSD: Makefile,v 1.33 2022/01/10 07:44:24 wiz Exp $
 
 DISTNAME=      driconf-0.9.1
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 
@@ -41,6 +41,6 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/driconf.desktop \
                ${DESTDIR}${PREFIX}/share/applications/
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/driconf/PLIST
diff -u pkgsrc/x11/driconf/PLIST:1.3 pkgsrc/x11/driconf/PLIST:1.4
--- pkgsrc/x11/driconf/PLIST:1.3        Tue Jan 21 21:25:06 2014
+++ pkgsrc/x11/driconf/PLIST    Mon Jan 10 07:44:24 2022
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2014/01/21 21:25:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 07:44:24 wiz Exp $
 bin/driconf
 ${PYSITELIB}/driconf/dri.py
 ${PYSITELIB}/driconf/dri.pyc
 ${PYSITELIB}/driconf/dri.pyo
-${PYSITELIB}/driconf/${EGG_FILE}
 ${PYSITELIB}/driconf/driconf.py
 ${PYSITELIB}/driconf/driconf.pyc
 ${PYSITELIB}/driconf/driconf.pyo



Home | Main Index | Thread Index | Old Index