From 6d128e81fbd4d7f8642ee79f49099e581f1a5a58 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 13 Sep 2021 20:47:10 +0000 Subject: Update scooper to 1.3 --- irc/scooper/Makefile | 5 ++--- irc/scooper/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/irc/scooper/Makefile b/irc/scooper/Makefile index c622923..1f9df37 100644 --- a/irc/scooper/Makefile +++ b/irc/scooper/Makefile @@ -1,5 +1,5 @@ PORTNAME= scooper -DISTVERSION= 1.2 +DISTVERSION= 1.3 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/scooper/snapshot/ @@ -10,8 +10,7 @@ LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libkcgi.a:www/kcgi \ - ${LOCALBASE}/lib/libkcgihtml.a:www/kcgi \ - ${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3 + ${LOCALBASE}/lib/libkcgihtml.a:www/kcgi USES= pkgconfig diff --git a/irc/scooper/distinfo b/irc/scooper/distinfo index dc2a6ec..ca32657 100644 --- a/irc/scooper/distinfo +++ b/irc/scooper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622042062 -SHA256 (scooper-1.2.tar.gz) = 0195893cb72e6ca46d7f3332c7f3e003a5287770c7e35f9a33ef3d218349115b -SIZE (scooper-1.2.tar.gz) = 27069 +TIMESTAMP = 1631565882 +SHA256 (scooper-1.3.tar.gz) = 8fa5dd6047290fba319dcd69d14e70e5efbe70cb5024224772fd5888cb457bfb +SIZE (scooper-1.3.tar.gz) = 2324402 -- cgit 1.4.1 2&follow=1'>commit diff
path: root/client.c (unfollow)
Commit message (Expand)Author
2019-11-10Filter extended-joinJune McEnroe
2019-11-10Expand client configuration documentation and list capabilitiesJune McEnroe
2019-11-10Request all supported caps from serverJune McEnroe
2019-11-10Filter ACCOUNT, AWAY, CHGHOST for incapable clientsJune McEnroe
2019-11-10Rename listen to localJune McEnroe
2019-11-09Remove extended-join and invite-notifyJune McEnroe
2019-11-09Maintain stateCaps and offer them to clientsJune McEnroe
2019-11-09Parse capabilitiesJune McEnroe
2019-11-09Avoid the reserved _A names with BIT macroJune McEnroe
2019-11-09Define macro for bit flag enumsJune McEnroe
2019-11-08Check that password is hashedJune McEnroe
2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe
2019-11-08Only change AWAY status for registered clientsJune McEnroe
2019-11-07Just write the example normallyJune McEnroe
2019-11-07Include path in readlinkat errorJune McEnroe
2019-11-07Call clientConsume before clientRecvJune McEnroe
2019-11-06Use -l:filename in Linux.mkJune McEnroe
2019-11-06Fix compat.h for #defined strlcpyJune McEnroe
2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe
2019-11-06Document calico service configurationJune McEnroe
2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe
2019-11-06Document pounce service configurationJune McEnroe
2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe
2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe
2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe
2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe