mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
441d31add6
commit
601ddbc193
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user