summary refs log tree commit diff
path: root/irc/catgirl/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-16 22:09:31 +0000
committerJune McEnroe <june@causal.agency>2021-01-17 05:41:07 +0000
commit09890238b600659d76b42cb326da25a3e2904fe4 (patch)
treebac507b2a21c2a35c01cb1355c6acef3ed2dfcfb /irc/catgirl/Makefile
parentUpdate litterbox to 1.7 (diff)
downloadports-09890238b600659d76b42cb326da25a3e2904fe4.tar.gz
ports-09890238b600659d76b42cb326da25a3e2904fe4.zip
Update catgirl to 1.5 (BONUS WEBISODE)
Diffstat (limited to 'irc/catgirl/Makefile')
-rw-r--r--irc/catgirl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile
index 64538b6..b710f0d 100644
--- a/irc/catgirl/Makefile
+++ b/irc/catgirl/Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	catgirl
-DISTVERSION=	1.4
+DISTVERSION=	1.5
 CATEGORIES=	irc
 MASTER_SITES=	https://git.causal.agency/catgirl/snapshot/
 
d class='logsubject'>Just use CLOCK_MONOTONIC and clean up includesJune McEnroe CLOCK_MONOTONIC exists everywhere. 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe Can be passed to ppoll(2) directly. 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe