Date: Fri, 20 Dec 2019 05:51:02 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520471 - in head/shells/psh: . files Message-ID: <201912200551.xBK5p2ol041535@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Dec 20 05:51:02 2019 New Revision: 520471 URL: https://svnweb.freebsd.org/changeset/ports/520471 Log: shells/psh: Use @shell instead of custom reimplementation Deleted: head/shells/psh/files/pkg-deinstall.in head/shells/psh/files/pkg-install.in Modified: head/shells/psh/Makefile head/shells/psh/pkg-plist Modified: head/shells/psh/Makefile ============================================================================== --- head/shells/psh/Makefile Fri Dec 20 05:41:15 2019 (r520470) +++ head/shells/psh/Makefile Fri Dec 20 05:51:02 2019 (r520471) @@ -3,7 +3,7 @@ PORTNAME= psh PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GREGOR @@ -15,7 +15,5 @@ RUN_DEPENDS= ${SITE_PERL}/Term/ReadLine/Perl.pm:devel/ USES= perl5 USE_PERL5= configure - -SUB_FILES= pkg-install pkg-deinstall .include <bsd.port.mk> Modified: head/shells/psh/pkg-plist ============================================================================== --- head/shells/psh/pkg-plist Fri Dec 20 05:41:15 2019 (r520470) +++ head/shells/psh/pkg-plist Fri Dec 20 05:51:02 2019 (r520471) @@ -1,4 +1,4 @@ -bin/psh +@shell bin/psh %%DATADIR%%/complete/debian %%DATADIR%%/complete/perl %%DATADIR%%/complete/standard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912200551.xBK5p2ol041535>