diff options
author | mat <mat@FreeBSD.org> | 2016-06-21 21:24:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-21 21:24:53 +0800 |
commit | 3a86918390be07c92b90945a07361c7c134c7591 (patch) | |
tree | 47a941567fb90ae92e8500aa63fc7418c733bc18 /shells | |
parent | da2d181bc6cb79a2b4811ff7b352fd35e90392fb (diff) | |
download | freebsd-ports-gnome-3a86918390be07c92b90945a07361c7c134c7591.tar.gz freebsd-ports-gnome-3a86918390be07c92b90945a07361c7c134c7591.tar.zst freebsd-ports-gnome-3a86918390be07c92b90945a07361c7c134c7591.zip |
Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).
I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.
devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.
Sponsored by: Absolight
Diffstat (limited to 'shells')
-rw-r--r-- | shells/p5-Term-ShellUI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile index b29f6b95c8cf..8988f3007a99 100644 --- a/shells/p5-Term-ShellUI/Makefile +++ b/shells/p5-Term-ShellUI/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fully-featured shell-like command line environment -BUILD_DEPENDS= p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu +BUILD_DEPENDS= p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix |