diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-05-30 21:10:24 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-05-30 21:10:24 +0000 |
commit | 56f30722c2ff99613b941fd3e3a3546b1171171f (patch) | |
tree | 18700660c5b2c1538785b95034b4ea76c4a03c1a /irc/Makefile | |
parent | 084631492834e99f797a7afb3ec2e5b1caca7c04 (diff) | |
download | freebsd-ports-56f30722c2ff99613b941fd3e3a3546b1171171f.zip |
Update to 1.7.2 and rename to irc/konversation.
Update to the latest release (which is KF5-based) and drop the "-kde4" suffix
from the port.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D10928
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/Makefile b/irc/Makefile index a0552f54b022..1d8811a912d3 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -57,7 +57,7 @@ SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc2 - SUBDIR += konversation-kde4 + SUBDIR += konversation SUBDIR += kvirc SUBDIR += kvirc-qt4 SUBDIR += libircclient |