Sunday, November 15, 2020

Re: [update] net/znc 1.7.5 -> 1.8.2 + new maintainer

On 11/15/20 2:40 PM, Stuart Henderson wrote:
> On 2020/11/15 13:20, Aisha Tammy wrote:
>> On 11/14/20 1:23 PM, Aisha Tammy wrote:
>>> Hi,
>>>   Attached update for ZNC.
>>> Also adds ICU unicode support and new LIB_DEPENDS on icu4c.
>>>
>>> Aisha
>>
>> Brad is busy and has kindly asked me to take the port.
>>
>> Attached with updated maintainer
>
> This diff doesn't apply, something has gone wrong with the linebreaks.
>
Apologies.

Theo graciously pointed out an obscure setting from some long forgotten
page (http://kb.mozillazine.org/Mail_content_types#Disabling_paragraph_flow)
which fixed some line breaking bad behaviour.

Reattached,
Aisha

diff --git a/net/znc/Makefile b/net/znc/Makefile

index 8b50172b0fc..9e372675e66 100644

--- a/net/znc/Makefile

+++ b/net/znc/Makefile

@@ -2,18 +2,20 @@



COMMENT= advanced IRC bouncer



-DISTNAME= znc-1.7.5

+DISTNAME= znc-1.8.2

CATEGORIES= net

MASTER_SITES= ${HOMEPAGE}releases/



HOMEPAGE= https://znc.in/



-MAINTAINER= Brad Smith <brad@comstyle.com>

+MAINTAINER= Aisha Tammy <openbsd@aisha.cc>



# Apache 2.0

PERMIT_PACKAGE= Yes



-WANTLIB= c crypto m pthread ssl z ${COMPILER_LIBCXX}

+WANTLIB= c crypto icuuc icudata m pthread ssl z ${COMPILER_LIBCXX}

+

+LIB_DEPENDS= textproc/icu4c



MODULES= devel/cmake



@@ -21,7 +23,7 @@ COMPILER= base-clang ports-gcc



CONFIGURE_ARGS+= -DWANT_CYRUS=NO \

-DWANT_I18N=NO \

- -DWANT_ICU=NO

+ -DWANT_ICU=YES



NO_TEST= Yes



diff --git a/net/znc/distinfo b/net/znc/distinfo

index 680a1eedded..833699626bc 100644

--- a/net/znc/distinfo

+++ b/net/znc/distinfo

@@ -1,2 +1,2 @@

-SHA256 (znc-1.7.5.tar.gz) = qJQeE4XIZUKHpEKAGNk0WUgunV7u34a+97Ag3cXyRyE=

-SIZE (znc-1.7.5.tar.gz) = 2170656

+SHA256 (znc-1.8.2.tar.gz) = /yOKrj8q4OROaDxK7hfcjk/dJhypN52DtIp9QiSI3g0=

+SIZE (znc-1.8.2.tar.gz) = 2101215

diff --git a/net/znc/pkg/PLIST b/net/znc/pkg/PLIST

index 92aede49ffd..a0d0011af30 100644

--- a/net/znc/pkg/PLIST

+++ b/net/znc/pkg/PLIST

@@ -76,9 +76,7 @@ lib/znc/

@so lib/znc/nickserv.so

@so lib/znc/notes.so

@so lib/znc/notify_connect.so

-@so lib/znc/partyline.so

@so lib/znc/perform.so

-@so lib/znc/q.so

@so lib/znc/raw.so

@so lib/znc/route_replies.so

@so lib/znc/sample.so

@@ -168,6 +166,7 @@ share/znc/translations/fr-FR

share/znc/translations/id-ID

share/znc/translations/it-IT

share/znc/translations/nl-NL

+share/znc/translations/pl-PL

share/znc/translations/ru-RU

share/znc/webskins/

share/znc/webskins/_default_/

No comments:

Post a Comment