Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2021 12:37:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565304 - in head/x11-toolkits/libgdiplus: . files
Message-ID:  <202102151237.11FCbYn2020460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 15 12:37:34 2021
New Revision: 565304
URL: https://svnweb.freebsd.org/changeset/ports/565304

Log:
  - Update to 6.0.4
  - Pass maintainership to submitter
  - Fix license
  - While here, update WWW
  
  PR:		239614
  Submitted by:	prj@rootwyrm.com
  Approved by:	maintainer timeout (mono, 1.5 years)

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

Modified: head/x11-toolkits/libgdiplus/Makefile
==============================================================================
--- head/x11-toolkits/libgdiplus/Makefile	Mon Feb 15 12:25:12 2021	(r565303)
+++ head/x11-toolkits/libgdiplus/Makefile	Mon Feb 15 12:37:34 2021	(r565304)
@@ -2,21 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	libgdiplus
-PORTVERSION=	5.6
-PORTREVISION=	2
+PORTVERSION=	6.0.4
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
 
-MAINTAINER=	mono@FreeBSD.org
+MAINTAINER=	prj@rootwyrm.com
 COMMENT=	GDI+ API for System.Windows.Forms in Mono
 
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libgif.so:graphics/giflib \
 		libpng.so:graphics/png \
-		libcairo.so:graphics/cairo \
 		libfreetype.so:print/freetype2 \
 		libexif.so:graphics/libexif \
 		libfontconfig.so:x11-fonts/fontconfig
@@ -24,7 +22,7 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 GNU_CONFIGURE=	yes
 USES=		cpe gettext-runtime gmake gnome jpeg libtool:keepla pathfix \
 		pkgconfig
-USE_GNOME=	glib20
+USE_GNOME=	cairo glib20 pango
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/x11-toolkits/libgdiplus/distinfo
==============================================================================
--- head/x11-toolkits/libgdiplus/distinfo	Mon Feb 15 12:25:12 2021	(r565303)
+++ head/x11-toolkits/libgdiplus/distinfo	Mon Feb 15 12:37:34 2021	(r565304)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534789592
-SHA256 (libgdiplus-5.6.tar.gz) = e1f2c0443af8d37b1a2971feb8826c82e932cff36dab814b94fce22f4d3dc53a
-SIZE (libgdiplus-5.6.tar.gz) = 731564
+TIMESTAMP = 1584469047
+SHA256 (libgdiplus-6.0.4.tar.gz) = b75c38c9765d5b3e2fb3da4435f169c732983878c0f94b8bf9012137022abf29
+SIZE (libgdiplus-6.0.4.tar.gz) = 1390998

Modified: head/x11-toolkits/libgdiplus/pkg-descr
==============================================================================
--- head/x11-toolkits/libgdiplus/pkg-descr	Mon Feb 15 12:25:12 2021	(r565303)
+++ head/x11-toolkits/libgdiplus/pkg-descr	Mon Feb 15 12:37:34 2021	(r565304)
@@ -1,3 +1,3 @@
 libgdiplus is an Open Source implementation of the GDI+ API.
 
-WWW: http://www.mono-project.com
+WWW: https://www.mono-project.com/docs/gui/libgdiplus/



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