On 2022/07/05 09:23, Rafael Sadowski wrote:
> Update zziplib to 0.13.72 and switch to GitHub. All consumers are happy
> with this update. OK?
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/archivers/zziplib/Makefile,v
> retrieving revision 1.21
> diff -u -p -u -p -r1.21 Makefile
> --- Makefile  11 Mar 2022 18:16:26 -0000      1.21
> +++ Makefile  5 Jul 2022 07:22:39 -0000
> @@ -1,32 +1,32 @@
>  COMMENT=     lightweight library for extracting data from zip files
>  
> -DISTNAME=    zziplib-0.13.62
>  CATEGORIES=  archivers
> -REVISION=    1
>  
> -SHARED_LIBS +=       zzip            15.52 \
> -             zzipfseeko      13.52 \
> -             zzipmmapped     13.52 \
> -             zzipwrap        13.52
> +GH_ACCOUNT = gdraheim
> +GH_PROJECT = zziplib
> +GH_TAGNAME = v0.13.72
> +
> +SHARED_LIBS +=  zzip                      16.0 # 0.0
> +SHARED_LIBS +=  zzipfseeko                16.0 # 0.0
> +SHARED_LIBS +=  zzipmmapped               16.0 # 0.0
> +SHARED_LIBS +=  zzipwrap                  16.0 # 0.0

not 14.0 for the last three?

>  
> -HOMEPAGE=    http://zziplib.sourceforge.net/
> +WANTLIB += c z
>  
>  # LGPL/MPL license
>  PERMIT_PACKAGE=              Yes
>  
> -WANTLIB=     c z

WANTLIB normally goes below PERMIT_PACKAGE

Reply via email to