pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Add a comment for the last change.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de4a8778005e
branches:  trunk
changeset: 463262:de4a8778005e
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Nov 03 18:25:01 2003 +0000

description:
Add a comment for the last change.

diffstat:

 lang/python/extension.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1c7f30605b35 -r de4a8778005e lang/python/extension.mk
--- a/lang/python/extension.mk  Mon Nov 03 18:17:55 2003 +0000
+++ b/lang/python/extension.mk  Mon Nov 03 18:25:01 2003 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: extension.mk,v 1.6 2003/11/01 12:10:00 recht Exp $
+# $NetBSD: extension.mk,v 1.7 2003/11/03 18:25:01 recht Exp $
 
 # derive a python version from the package name if possible
+# optionally handled quoted package names
 .if defined(PKGNAME_REQD)
 PYTHON_VERSION_REQD?= ${PKGNAME_REQD:C/^\'?py([^-]*)-.*/\1/}
 .endif



Home | Main Index | Thread Index | Old Index