Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2017 06:43:58 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r432902 - in branches/2017Q1/graphics/gd: . files
Message-ID:  <201701310643.v0V6hwaH005926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Tue Jan 31 06:43:57 2017
New Revision: 432902
URL: https://svnweb.freebsd.org/changeset/ports/432902

Log:
  MFH: r432648
  
  - update to 2.2.4
  PR:		216507
  Submitted by:	Piotr Kubaj
  
  Approved by:	portmgr (Mark Felder)

Deleted:
  branches/2017Q1/graphics/gd/files/patch-gd_webp.c
  branches/2017Q1/graphics/gd/files/patch-gdft.c
Modified:
  branches/2017Q1/graphics/gd/Makefile
  branches/2017Q1/graphics/gd/distinfo
  branches/2017Q1/graphics/gd/pkg-plist
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/graphics/gd/Makefile
==============================================================================
--- branches/2017Q1/graphics/gd/Makefile	Tue Jan 31 06:41:20 2017	(r432901)
+++ branches/2017Q1/graphics/gd/Makefile	Tue Jan 31 06:43:57 2017	(r432902)
@@ -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: branches/2017Q1/graphics/gd/distinfo
==============================================================================
--- branches/2017Q1/graphics/gd/distinfo	Tue Jan 31 06:41:20 2017	(r432901)
+++ branches/2017Q1/graphics/gd/distinfo	Tue Jan 31 06:43:57 2017	(r432902)
@@ -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: branches/2017Q1/graphics/gd/pkg-plist
==============================================================================
--- branches/2017Q1/graphics/gd/pkg-plist	Tue Jan 31 06:41:20 2017	(r432901)
+++ branches/2017Q1/graphics/gd/pkg-plist	Tue Jan 31 06:43:57 2017	(r432902)
@@ -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?201701310643.v0V6hwaH005926>