Date: Sat, 28 Jan 2017 19:57:50 +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: r432648 - in head/graphics/gd: . files Message-ID: <201701281957.v0SJvokK052775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sat Jan 28 19:57:50 2017 New Revision: 432648 URL: https://svnweb.freebsd.org/changeset/ports/432648 Log: - update to 2.2.4 PR: 216507 Submitted by: Piotr Kubaj MFH: 2017Q1 Deleted: head/graphics/gd/files/patch-gd_webp.c head/graphics/gd/files/patch-gdft.c Modified: head/graphics/gd/Makefile head/graphics/gd/distinfo head/graphics/gd/pkg-plist Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sat Jan 28 19:48:38 2017 (r432647) +++ head/graphics/gd/Makefile Sat Jan 28 19:57:50 2017 (r432648) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libgd -PORTVERSION= 2.2.3 -PORTREVISION?= 1 +PORTVERSION= 2.2.4 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/ @@ -89,6 +88,6 @@ pre-build: post-install: ${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \ ${STAGEDIR}${PREFIX}/include/ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.6.0.3 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.6.0.4 .include <bsd.port.mk> Modified: head/graphics/gd/distinfo ============================================================================== --- head/graphics/gd/distinfo Sat Jan 28 19:48:38 2017 (r432647) +++ head/graphics/gd/distinfo Sat Jan 28 19:57:50 2017 (r432648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472401416 -SHA256 (libgd-2.2.3.tar.xz) = 746b6cbd6769a22ff3ba6f5756f3512a769bd4cdf4695dff17f4867f25fa7d3c -SIZE (libgd-2.2.3.tar.xz) = 2164152 +TIMESTAMP = 1485463341 +SHA256 (libgd-2.2.4.tar.xz) = 137f13a7eb93ce72e32ccd7cebdab6874f8cf7ddf31d3a455a68e016ecd9e4e6 +SIZE (libgd-2.2.4.tar.xz) = 2478528 Modified: head/graphics/gd/pkg-plist ============================================================================== --- head/graphics/gd/pkg-plist Sat Jan 28 19:48:38 2017 (r432647) +++ head/graphics/gd/pkg-plist Sat Jan 28 19:57:50 2017 (r432648) @@ -29,5 +29,5 @@ lib/libgd.a lib/libgd.la lib/libgd.so lib/libgd.so.6 -lib/libgd.so.6.0.3 +lib/libgd.so.6.0.4 libdata/pkgconfig/gdlib.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701281957.v0SJvokK052775>