pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/lottanzb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:11:02 UTC 2022

Modified Files:
        pkgsrc/news/lottanzb: Makefile PLIST

Log Message:
lottanzb: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/news/lottanzb/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/news/lottanzb/PLIST

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

Modified files:

Index: pkgsrc/news/lottanzb/Makefile
diff -u pkgsrc/news/lottanzb/Makefile:1.32 pkgsrc/news/lottanzb/Makefile:1.33
--- pkgsrc/news/lottanzb/Makefile:1.32  Tue Jul 20 21:38:59 2021
+++ pkgsrc/news/lottanzb/Makefile       Mon Jan 10 22:11:02 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2021/07/20 21:38:59 fcambus Exp $
+# $NetBSD: Makefile,v 1.33 2022/01/10 22:11:02 wiz Exp $
 
 DISTNAME=      lottanzb-0.4.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    news
 #MASTER_SITES= http://www.lottanzb.org/releases/
 
@@ -26,7 +26,7 @@ SUBST_FILES.localedir=        setup.py
 SUBST_SED.localedir=   -e 's|share/locale|${PKGLOCALEDIR}/locale|'
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../graphics/gnome-icon-theme/buildlink3.mk"

Index: pkgsrc/news/lottanzb/PLIST
diff -u pkgsrc/news/lottanzb/PLIST:1.7 pkgsrc/news/lottanzb/PLIST:1.8
--- pkgsrc/news/lottanzb/PLIST:1.7      Sun Apr  8 20:21:54 2012
+++ pkgsrc/news/lottanzb/PLIST  Mon Jan 10 22:11:02 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2012/04/08 20:21:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/01/10 22:11:02 wiz Exp $
 bin/lottanzb
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/lottanzb/__init__.py
 ${PYSITELIB}/lottanzb/__init__.pyc
 ${PYSITELIB}/lottanzb/__init__.pyo



Home | Main Index | Thread Index | Old Index