Date: Fri, 29 Mar 2024 21:21:15 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 601ddbc19386 - main - irc/znc-push: Switch repo and update to latest commit Message-ID: <202403292121.42TLLFOp002089@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=601ddbc19386c2f465575e4907eda3a07814933d commit 601ddbc19386c2f465575e4907eda3a07814933d Author: David O'Rourke <dor.bsd@xm0.uk> AuthorDate: 2024-03-29 20:31:32 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-29 21:20:07 +0000 irc/znc-push: Switch repo and update to latest commit * Switch repo to amyreese/znc-push * Fixes an issue where IRC formatting codes were not stripped from pushed messages * Build issue fix PR: 277533 --- irc/znc-push/Makefile | 11 +++++------ irc/znc-push/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/irc/znc-push/Makefile b/irc/znc-push/Makefile index 5477f4c7a333..5cb8c58cf70a 100644 --- a/irc/znc-push/Makefile +++ b/irc/znc-push/Makefile @@ -1,13 +1,12 @@ PORTNAME= znc-push DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-173 -DISTVERSIONSUFFIX= -g78d0385 -PORTREVISION= 8 +DISTVERSION= 1.1.0-1 +DISTVERSIONSUFFIX= -g23d8467 CATEGORIES= irc MAINTAINER= dor.bsd@xm0.uk COMMENT= Push notification service module for ZNC -WWW= https://github.com/jreese/znc-push +WWW= https://github.com/amyreese/znc-push LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -16,10 +15,10 @@ BUILD_DEPENDS= znc:irc/znc LIB_DEPENDS= libicudata.so:devel/icu RUN_DEPENDS= znc:irc/znc -USES= compiler:c++11-lang gmake localbase:ldflags ssl +USES= compiler:c++11-lang gmake localbase:ldflags pkgconfig ssl USE_GITHUB= yes -GH_ACCOUNT= jreese +GH_ACCOUNT= amyreese MAKE_ENV= version=${PORTVERSION} diff --git a/irc/znc-push/distinfo b/irc/znc-push/distinfo index 371f5f9637bb..084eaa9443e7 100644 --- a/irc/znc-push/distinfo +++ b/irc/znc-push/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597940599 -SHA256 (jreese-znc-push-v1.0.0-173-g78d0385_GH0.tar.gz) = a73532e5d7903e759a993a33d23d627de30fb7247cd188bad86968c4f6e46737 -SIZE (jreese-znc-push-v1.0.0-173-g78d0385_GH0.tar.gz) = 497784 +TIMESTAMP = 1709744210 +SHA256 (amyreese-znc-push-v1.1.0-1-g23d8467_GH0.tar.gz) = d8c299d1ed34417a1588a1df5f44dd6b06be484965374cf9284ed00b0d3d9c08 +SIZE (amyreese-znc-push-v1.1.0-1-g23d8467_GH0.tar.gz) = 498176
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403292121.42TLLFOp002089>