aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-21 13:24:53 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-21 13:24:53 +0000
commit95a28e9c7ae50f813d09a98b524b215411b1ca2f (patch)
tree47a941567fb90ae92e8500aa63fc7418c733bc18 /net
parentc6292a7d199ebc2bbf6fbb82affb36ec0eda8ea3 (diff)
downloadports-95a28e9c7ae50f813d09a98b524b215411b1ca2f.tar.gz
ports-95a28e9c7ae50f813d09a98b524b215411b1ca2f.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
Notes
Notes: svn path=/head/; revision=417207
Diffstat (limited to 'net')
-rw-r--r--net/ldapsh/Makefile2
-rw-r--r--net/shelldap/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ldapsh/Makefile b/net/ldapsh/Makefile
index fd6f969e4741..3770042511fe 100644
--- a/net/ldapsh/Makefile
+++ b/net/ldapsh/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= flz@FreeBSD.org
COMMENT= Interactive shell used to administer ldap directories
BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
- p5-ReadLine-Perl>=0:devel/p5-ReadLine-Perl \
+ p5-Term-ReadLine-Perl>=0:devel/p5-Term-ReadLine-Perl \
p5-perl-ldap>=0:net/p5-perl-ldap \
p5-Date-Manip>=0:devel/p5-Date-Manip \
p5-ParseLex>=0:devel/p5-ParseLex
diff --git a/net/shelldap/Makefile b/net/shelldap/Makefile
index 8140fde3a854..fd382987c8fd 100644
--- a/net/shelldap/Makefile
+++ b/net/shelldap/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
p5-perl-ldap>=0:net/p5-perl-ldap \
p5-Term-Shell>=0:devel/p5-Term-Shell \
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
- p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu \
+ p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu \
p5-YAML-Syck>=0:textproc/p5-YAML-Syck
USES= perl5