Saturday, July 18, 2026

productivity/sl

Fixup a few things in the port. MODTCL_VERSION=8.6 Take maintainer. FWIW. This is part of a group of really old Tcl ports that probably no one uses and I wonder if they're worth keeping just to bump up the numbers. Stu diff -Nurp /usr/ports/productivity/sl/Makefile ./Makefile --- /usr/ports/productivity/sl/Makefile Thu Oct 5 10:52:20 2023 +++ ./Makefile Sat Jul 18 05:49:37 2026 @@ -1,16 +1,19 @@ COMMENT = substantially more useful ls + DISTNAME = sl-ls-1.1.2 -REVISION = 1 +REVISION = 2 + CATEGORIES = productivity sysutils +HOMEPAGE = https://web.archive.org/web/20131228142311/http://practicalthought.com/sl/ +MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net> -HOMEPAGE = http://practicalthought.com/sl/ - # GPLv3 -PERMIT_PACKAGE = Yes +PERMIT_PACKAGE =Yes -SITES = http://mirrors.nycbug.org/pub/distfiles/ +SITES = https://web.archive.org/web/20150106065615if_/http://practicalthought.com:80/sl/ -MODULES += lang/tcl +MODULES = lang/tcl +MODTCL_VERSION =8.6 RUN_DEPENDS = ${MODTCL_RUN_DEPENDS} @@ -18,7 +21,7 @@ NO_BUILD = Yes NO_TEST = Yes pre-configure: - ${MODTCL_TCLSH_ADJ} ${WRKSRC}/sl + @${MODTCL_TCLSH_ADJ} ${WRKSRC}/sl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sl ${PREFIX}/bin

No comments:

Post a Comment