pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/roundup



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 21:19:11 UTC 2020

Modified Files:
        pkgsrc/devel/roundup: Makefile

Log Message:
devel/roundup: remove nonexistent file from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/roundup/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/roundup/Makefile
diff -u pkgsrc/devel/roundup/Makefile:1.59 pkgsrc/devel/roundup/Makefile:1.60
--- pkgsrc/devel/roundup/Makefile:1.59  Fri Mar 20 11:57:31 2020
+++ pkgsrc/devel/roundup/Makefile       Fri May 22 21:19:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2020/03/20 11:57:31 nia Exp $
+# $NetBSD: Makefile,v 1.60 2020/05/22 21:19:11 rillig Exp $
 
 DISTNAME=      roundup-1.4.19
 PKGREVISION=   3
@@ -14,7 +14,7 @@ USE_LANGUAGES=        # empty
 USE_TOOLS+=    pax
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.4.19
-REPLACE_PYTHON+=               cgi-bin/roundup.cgi demo.py roundup/admin.py
+REPLACE_PYTHON+=               demo.py roundup/admin.py
 REPLACE_PYTHON+=               frontends/roundup.cgi
 REPLACE_PYTHON+=               roundup/backends/locking.py
 REPLACE_PYTHON+=               roundup/cgi/TAL/talgettext.py



Home | Main Index | Thread Index | Old Index