svn commit: r520471 - in head/shells/psh: . files
Tobias Kortkamp
tobik at FreeBSD.org
Fri Dec 20 05:51:03 UTC 2019
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
+ at shell bin/psh
%%DATADIR%%/complete/debian
%%DATADIR%%/complete/perl
%%DATADIR%%/complete/standard
More information about the svn-ports-head
mailing list