On 5/25/23 08:52, Stuart Henderson wrote:
> On 2023/05/25 08:46, aisha wrote:
>> Hi,
>>   Attached update for sieve-connect to 0.90. Current 0.87 has an error with 
>> regexes.
>> Tested out with my personal mail server with dovecot-pigeonhole-0.5.20v1 on 
>> 7.3 stable.
>>
>> OK?
>>
>> Aisha
>>
>> Index: Makefile
>> ===================================================================
>> RCS file: /cvs/ports/mail/sieve-connect/Makefile,v
>> retrieving revision 1.10
>> diff -u -p -r1.10 Makefile
>> --- Makefile 11 Mar 2022 19:34:56 -0000      1.10
>> +++ Makefile 25 May 2023 12:41:19 -0000
>> @@ -1,6 +1,6 @@
>>  COMMENT =   perl sieveshell-compatible ManageSieve client
>>  
>> -GH_VER =    v0.87
>> +GH_VER =    v0.90
>>  V =         ${GH_VER:S/v//}
>>  PROJECT =   sieve-connect
>>  DISTNAME =  ${PROJECT}-${V}
> There's a REVISION to remove as well.
>
> I'd simplify those vars a bit too though...
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/sieve-connect/Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 Makefile
> --- Makefile  11 Mar 2022 19:34:56 -0000      1.10
> +++ Makefile  25 May 2023 12:50:55 -0000
> @@ -1,17 +1,14 @@
>  COMMENT =    perl sieveshell-compatible ManageSieve client
>
> -GH_VER =     v0.87
> -V =          ${GH_VER:S/v//}
> -PROJECT =    sieve-connect
> -DISTNAME =   ${PROJECT}-${V}
> +V =          0.90
> +DISTNAME =   sieve-connect-$V
>  CATEGORIES = mail
>  PKG_ARCH =   *
> -REVISION =   0
>
>  MAINTAINER = LEVAI Daniel <l...@ecentrum.hu>
>
> -HOMEPAGE =   http://github.com/philpennock/${PROJECT}
> -MASTER_SITES =       
> http://github.com/philpennock/${PROJECT}/releases/download/${GH_VER}/
> +HOMEPAGE =   http://github.com/philpennock/sieve-connect
> +MASTER_SITES =       
> http://github.com/philpennock/sieve-connect/releases/download/v$V/
>
>  EXTRACT_SUFX =       .tar.bz2
>
thanks, will wait a bit for Levai to respond or will commit over weekend.
>> Index: distinfo
>> ===================================================================
>> RCS file: /cvs/ports/mail/sieve-connect/distinfo,v
>> retrieving revision 1.6
>> diff -u -p -r1.6 distinfo
>> --- distinfo 23 Dec 2013 13:24:17 -0000      1.6
>> +++ distinfo 25 May 2023 12:41:19 -0000
>> @@ -1,2 +1,2 @@
>> -SHA256 (sieve-connect-0.87.tar.bz2) = 
>> 496AqzSZTeAnf8e/U7fAjoLbGh8nYt2sQxHYGRzqbEk=
>> -SIZE (sieve-connect-0.87.tar.bz2) = 40023
>> +SHA256 (sieve-connect-0.90.tar.bz2) = 
>> ShiLpQAJFwtaelHL0NuquXLrHkKjrXwtjSL7Y/L3dgM=
>> +SIZE (sieve-connect-0.90.tar.bz2) = 46481
>>

Reply via email to