svn commit: r565215 - branches/2021Q1/graphics/gd
Dirk Meyer
dinoex at FreeBSD.org
Sun Feb 14 09:47:01 UTC 2021
Author: dinoex
Date: Sun Feb 14 09:46:59 2021
New Revision: 565215
URL: https://svnweb.freebsd.org/changeset/ports/565215
Log:
MFH: r565034
- update to 2.3.1
- fix regression on empty strings
PR: 253460
Modified:
branches/2021Q1/graphics/gd/Makefile
branches/2021Q1/graphics/gd/distinfo
branches/2021Q1/graphics/gd/pkg-plist
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/graphics/gd/Makefile
==============================================================================
--- branches/2021Q1/graphics/gd/Makefile Sun Feb 14 09:35:42 2021 (r565214)
+++ branches/2021Q1/graphics/gd/Makefile Sun Feb 14 09:46:59 2021 (r565215)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libgd
-PORTVERSION= 2.3.0
+PORTVERSION= 2.3.1
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES+= graphics
Modified: branches/2021Q1/graphics/gd/distinfo
==============================================================================
--- branches/2021Q1/graphics/gd/distinfo Sun Feb 14 09:35:42 2021 (r565214)
+++ branches/2021Q1/graphics/gd/distinfo Sun Feb 14 09:46:59 2021 (r565215)
@@ -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: branches/2021Q1/graphics/gd/pkg-plist
==============================================================================
--- branches/2021Q1/graphics/gd/pkg-plist Sun Feb 14 09:35:42 2021 (r565214)
+++ branches/2021Q1/graphics/gd/pkg-plist Sun Feb 14 09:46:59 2021 (r565215)
@@ -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
More information about the svn-ports-branches
mailing list