summary refs log tree commit diff
path: root/irc/pounce/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-15 21:55:31 +0000
committerJune McEnroe <june@causal.agency>2021-01-15 22:04:45 +0000
commitc2f86e9b6e1e0a90cb7e649aab5a864c266daf52 (patch)
tree2b0a3367a9fa0e7b06e45a78dc2dd79c416b74ea /irc/pounce/Makefile
parentUpdate catgirl to 1.4 (diff)
downloadports-c2f86e9b6e1e0a90cb7e649aab5a864c266daf52.tar.gz
ports-c2f86e9b6e1e0a90cb7e649aab5a864c266daf52.zip
Update pounce to 2.2
Diffstat (limited to '')
-rw-r--r--irc/pounce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile
index 599a8f2..1250d36 100644
--- a/irc/pounce/Makefile
+++ b/irc/pounce/Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pounce
-DISTVERSION=	2.1p1
+DISTVERSION=	2.2
 CATEGORIES=	irc
 MASTER_SITES=	https://git.causal.agency/pounce/snapshot/
 
eJune McEnroe 2020-08-25Remove deprecated option namesJune McEnroe 2020-08-25Document configuration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe