pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ExmanIDE



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 20 23:32:56 UTC 2020

Modified Files:
        pkgsrc/devel/ExmanIDE: Makefile

Log Message:
devel/ExmanIDE: remove no-op file from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/ExmanIDE/Makefile

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

Modified files:

Index: pkgsrc/devel/ExmanIDE/Makefile
diff -u pkgsrc/devel/ExmanIDE/Makefile:1.32 pkgsrc/devel/ExmanIDE/Makefile:1.33
--- pkgsrc/devel/ExmanIDE/Makefile:1.32 Sat Jan 18 23:30:20 2020
+++ pkgsrc/devel/ExmanIDE/Makefile      Wed May 20 23:32:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/01/18 23:30:20 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2020/05/20 23:32:56 rillig Exp $
 
 DISTNAME=      ExmanIDE-0.9.4
 PKGREVISION=   8
@@ -21,7 +21,7 @@ PYTHON_VERSIONS_ACCEPTED=     27 # py-wxWidg
 SUBST_CLASSES+=                mod
 SUBST_MESSAGE.mod=     Fixing deprecated module names.
 SUBST_STAGE.mod=       pre-configure
-SUBST_FILES.mod=       Profile.py SourceEditor.py StcStyle.py
+SUBST_FILES.mod=       Profile.py SourceEditor.py
 SUBST_SED.mod=         -e 's,wxPython\.lib\.PyCrust,wxPython.py,g'
 SUBST_SED.mod+=                -e 's,wxPython\.py,wx.py,g'
 



Home | Main Index | Thread Index | Old Index