diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile index 0c3fa8f299e1..5b7177287ce1 100644 --- a/irc/pounce/Makefile +++ b/irc/pounce/Makefile @@ -1,38 +1,36 @@ PORTNAME= pounce -DISTVERSION= 2.5 -PORTREVISION= 1 +DISTVERSION= 3.0 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/pounce/snapshot/ MAINTAINER= june@causal.agency COMMENT= Multi-client IRC bouncer LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 localbase:ldflags ssl USE_RC_SUBR= calico pounce MAKE_ENV+= MANDIR=${MANPREFIX}/man CFLAGS+= -D'OPENSSL_BIN=\"${OPENSSL_BIN}\"' -CFLAGS+= -D'CERTBOT_PATH=\"${LOCALBASE}/etc/letsencrypt\"' .include .if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl LIB_DEPENDS+= libtls.so:security/libretls .endif .if ${SSL_DEFAULT} == base OPENSSL_BIN=/usr/bin/openssl .else OPENSSL_BIN=${LOCALBASE}/bin/openssl .endif post-install: @${MKDIR} ${STAGEDIR}/var/run/calico .for b in calico pounce ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} .endfor .include diff --git a/irc/pounce/distinfo b/irc/pounce/distinfo index 2f3e93b56a83..cdb71f30f9ad 100644 --- a/irc/pounce/distinfo +++ b/irc/pounce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630978219 -SHA256 (pounce-2.5.tar.gz) = c3f88f85ea6b3211d77b8193731704cb01871aee68762d2f6b5e9b102f83d0ad -SIZE (pounce-2.5.tar.gz) = 52471 +TIMESTAMP = 1634416300 +SHA256 (pounce-3.0.tar.gz) = f776f7f170493697a97923e7dce9597dff5577fd40ba756e9a1bcfab17199df0 +SIZE (pounce-3.0.tar.gz) = 50497