summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-15 22:12:42 +0000
committerJune McEnroe <june@causal.agency>2021-01-15 22:12:42 +0000
commit8bb17c548b1645fcbeabcf0ca10b2aa2085adb54 (patch)
treef4c9cf4f919d08c006523e311e5a8c6b4f24df6a
parentUpdate pounce to 2.2 (diff)
downloadports-8bb17c548b1645fcbeabcf0ca10b2aa2085adb54.tar.gz
ports-8bb17c548b1645fcbeabcf0ca10b2aa2085adb54.zip
Update litterbox to 1.7
-rw-r--r--irc/litterbox/Makefile2
-rw-r--r--irc/litterbox/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/litterbox/Makefile b/irc/litterbox/Makefile
index 8c20d43..75cff64 100644
--- a/irc/litterbox/Makefile
+++ b/irc/litterbox/Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	litterbox
-DISTVERSION=	1.6
+DISTVERSION=	1.7
 CATEGORIES=	irc
 MASTER_SITES=	https://git.causal.agency/litterbox/snapshot/
 
diff --git a/irc/litterbox/distinfo b/irc/litterbox/distinfo
index 1ca27b8..0744c35 100644
--- a/irc/litterbox/distinfo
+++ b/irc/litterbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599680716
-SHA256 (litterbox-1.6.tar.gz) = 1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9
-SIZE (litterbox-1.6.tar.gz) = 35268
+TIMESTAMP = 1610748614
+SHA256 (litterbox-1.7.tar.gz) = 22c9fa46e4af1fc7d6a375b19a87eb3f73b7baafce96698aafcb58c6287155d3
+SIZE (litterbox-1.7.tar.gz) = 35527
d8adc905da7250&follow=1'>Apply consecutive formatting codes at onceJune McEnroe 2018-09-14Add tests for formatParseJune McEnroe 2018-09-13Preview with nick in input windowJune McEnroe 2018-09-13Never send PRIVMSG to TagStatus or TagVerboseJune McEnroe 2018-09-13Move color selection to format.cJune McEnroe 2018-09-13Fix len for format->split at end of stringJune McEnroe 2018-09-13Avoid uninitialized x in uiReadJune McEnroe 2018-09-13Add IRCDefault to colors enumJune McEnroe 2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe 2018-09-13Rewrite UI againJune McEnroe 2018-09-12Add note about C-oJune McEnroe 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe