Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2018 14:19:47 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478318 - in head/x11-toolkits/libgdiplus: . files
Message-ID:  <201808281419.w7SEJliZ070005@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Tue Aug 28 14:19:47 2018
New Revision: 478318
URL: https://svnweb.freebsd.org/changeset/ports/478318

Log:
  x11-toolkits/libgdiplus: update to 5.6
  
   - Change license to GPLv3 (per upstream change)
   - Remove patches (incorporated upstream)

Deleted:
  head/x11-toolkits/libgdiplus/files/
Modified:
  head/x11-toolkits/libgdiplus/Makefile
  head/x11-toolkits/libgdiplus/distinfo

Modified: head/x11-toolkits/libgdiplus/Makefile
==============================================================================
--- head/x11-toolkits/libgdiplus/Makefile	Tue Aug 28 13:55:34 2018	(r478317)
+++ head/x11-toolkits/libgdiplus/Makefile	Tue Aug 28 14:19:47 2018	(r478318)
@@ -2,16 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	libgdiplus
-PORTVERSION=	4.2
-PORTREVISION=	1
+PORTVERSION=	5.6
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
 
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	GDI+ API for System.Windows.Forms in Mono
 
-LICENSE=	MPL11
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libgif.so:graphics/giflib \
@@ -35,8 +34,6 @@ OPTIONS_DEFAULT=X11
 
 X11_USE=	XORG=x11,xrender
 X11_CONFIGURE_OFF=	--without-x11
-X11_EXTRA_PATCHES_OFF=	${PATCHDIR}/extrapatch-nox11
-X11_USES_OFF=	autoreconf
 
 PLIST_FILES=	lib/libgdiplus.a \
 		lib/libgdiplus.la \

Modified: head/x11-toolkits/libgdiplus/distinfo
==============================================================================
--- head/x11-toolkits/libgdiplus/distinfo	Tue Aug 28 13:55:34 2018	(r478317)
+++ head/x11-toolkits/libgdiplus/distinfo	Tue Aug 28 14:19:47 2018	(r478318)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470679254
-SHA256 (libgdiplus-4.2.tar.gz) = f332b9b8b44fd1c50b8d8d01a7296360b806c790b8297614739b3de1edbadfeb
-SIZE (libgdiplus-4.2.tar.gz) = 687398
+TIMESTAMP = 1534789592
+SHA256 (libgdiplus-5.6.tar.gz) = e1f2c0443af8d37b1a2971feb8826c82e932cff36dab814b94fce22f4d3dc53a
+SIZE (libgdiplus-5.6.tar.gz) = 731564



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808281419.w7SEJliZ070005>