Date: Fri, 12 Feb 2021 17:09:23 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565034 - head/graphics/gd Message-ID: <202102121709.11CH9Ndl005848@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Fri Feb 12 17:09:22 2021 New Revision: 565034 URL: https://svnweb.freebsd.org/changeset/ports/565034 Log: - update to 2.3.1 - fix regression on empty strings PR: 253460 MFH: 2021Q1 Modified: head/graphics/gd/Makefile head/graphics/gd/distinfo head/graphics/gd/pkg-plist Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Fri Feb 12 17:03:30 2021 (r565033) +++ head/graphics/gd/Makefile Fri Feb 12 17:09:22 2021 (r565034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgd -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES+= graphics Modified: head/graphics/gd/distinfo ============================================================================== --- head/graphics/gd/distinfo Fri Feb 12 17:03:30 2021 (r565033) +++ head/graphics/gd/distinfo Fri Feb 12 17:09:22 2021 (r565034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587757003 -SHA256 (libgd-2.3.0.tar.xz) = ecd9155b9a417fb3f837f29e5966323796de247789163761dd72dbf83bfcac58 -SIZE (libgd-2.3.0.tar.xz) = 2539188 +TIMESTAMP = 1613146049 +SHA256 (libgd-2.3.1.tar.xz) = 9767917d9f818faec4ddd763fe4a4ad9f6322c3d25da290ab2ea3e2ce4b52a7b +SIZE (libgd-2.3.1.tar.xz) = 2632076 Modified: head/graphics/gd/pkg-plist ============================================================================== --- head/graphics/gd/pkg-plist Fri Feb 12 17:03:30 2021 (r565033) +++ head/graphics/gd/pkg-plist Fri Feb 12 17:09:22 2021 (r565034) @@ -29,5 +29,5 @@ lib/libgd.a lib/libgd.la lib/libgd.so lib/libgd.so.6 -lib/libgd.so.6.0.8 +lib/libgd.so.6.0.9 libdata/pkgconfig/gdlib.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102121709.11CH9Ndl005848>