Hi,

On Fri, Nov 20, 2015 at 10:32:12PM +0100, Daniel Jakots wrote:
> The shared_libs.log shows that the minor was bumped though I can't see
> any difference between the old and the new one with `nm -g lib.so.X.Y |
> cut -c10- | grep -e^T` so I'm not sure, in doubt I bumped the minor too.

Nor do I see any relevant changes when looking at a diff between
potrace-1.12 and potrace-1.13 sources. But a minor bump is cheap,
so let's keep it.

Any objections to commit Daniels diff?

Ciao,
        Kili

ps: builT and ran make test on amd64

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/graphics/potrace/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- Makefile  19 Jun 2015 14:23:33 -0000      1.7
> +++ Makefile  20 Nov 2015 21:22:42 -0000
> @@ -2,8 +2,8 @@
>  
>  COMMENT=             transforming bitmaps into vector graphics
>  
> -DISTNAME=            potrace-1.12
> -SHARED_LIBS +=  potrace              0.0      # 0.2
> +DISTNAME=            potrace-1.13
> +SHARED_LIBS +=  potrace              0.1      # 0.3
>  CATEGORIES=          graphics
>  
>  HOMEPAGE=            http://potrace.sourceforge.net
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/graphics/potrace/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo  19 Jun 2015 14:23:33 -0000      1.4
> +++ distinfo  20 Nov 2015 21:22:42 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (potrace-1.12.tar.gz) = sLvx17rb6/y5kigPA4k2KBtH3briEuiukehjzgt2Fzs=
> -SIZE (potrace-1.12.tar.gz) = 604946
> +SHA256 (potrace-1.13.tar.gz) = YlJDi2tmRLm2KYBWtMXeNpCh1OhitmiJq+Ie7N8Wt4Q=
> +SIZE (potrace-1.13.tar.gz) = 605931

Reply via email to