pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/lshell
Module Name: pkgsrc
Committed By: wiz
Date: Fri Mar 25 11:36:41 UTC 2022
Modified Files:
pkgsrc/shells/lshell: Makefile PLIST
Log Message:
lshell: convert to egg.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/shells/lshell/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/lshell/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/lshell/Makefile
diff -u pkgsrc/shells/lshell/Makefile:1.24 pkgsrc/shells/lshell/Makefile:1.25
--- pkgsrc/shells/lshell/Makefile:1.24 Fri Dec 4 20:45:40 2020
+++ pkgsrc/shells/lshell/Makefile Fri Mar 25 11:36:41 2022
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.24 2020/12/04 20:45:40 nia Exp $
+# $NetBSD: Makefile,v 1.25 2022/03/25 11:36:41 wiz Exp $
DISTNAME= lshell-0.9.16
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= shells python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/}
MAINTAINER= imil%gcu.info@localhost
HOMEPAGE= http://ghantoos.org/limited-shell-lshell/
-COMMENT= Lshell restricts user's environment to specified commands
+COMMENT= Restrict user environment to specified commands
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-readline>=0nb2:../../devel/py-readline
@@ -17,7 +17,6 @@ PKG_SHELL= bin/lshell
USE_LANGUAGES= # none
-PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.16
EGDIR= share/examples/lshell
@@ -34,5 +33,5 @@ CONF_FILES= ${PREFIX}/${EGDIR}/lshell.c
${PKG_SYSCONFDIR}/lshell.conf
.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/shells/lshell/PLIST
diff -u pkgsrc/shells/lshell/PLIST:1.4 pkgsrc/shells/lshell/PLIST:1.5
--- pkgsrc/shells/lshell/PLIST:1.4 Mon Oct 21 19:38:15 2013
+++ pkgsrc/shells/lshell/PLIST Fri Mar 25 11:36:41 2022
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2013/10/21 19:38:15 gls Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/03/25 11:36:41 wiz Exp $
bin/lshell
+${PYSITELIB}/${EGG_INFODIR}
${PYSITELIB}/lshell/__init__.py
${PYSITELIB}/lshell/__init__.pyc
${PYSITELIB}/lshell/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index