Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 17:30:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520060 - head/graphics/libgxps
Message-ID:  <201912131730.xBDHUuwM095427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 13 17:30:56 2019
New Revision: 520060
URL: https://svnweb.freebsd.org/changeset/ports/520060

Log:
  Update to 0.3.1

Modified:
  head/graphics/libgxps/Makefile
  head/graphics/libgxps/distinfo
  head/graphics/libgxps/pkg-plist

Modified: head/graphics/libgxps/Makefile
==============================================================================
--- head/graphics/libgxps/Makefile	Fri Dec 13 17:28:08 2019	(r520059)
+++ head/graphics/libgxps/Makefile	Fri Dec 13 17:30:56 2019	(r520060)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libgxps
-PORTVERSION=	0.3.0
+PORTVERSION=	0.3.1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -10,10 +10,13 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GObject based library for rendering XPS documents
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
-		libtiff.so:graphics/tiff \
+		liblcms2.so:graphics/lcms2 \
 		libpng.so:graphics/png \
-		liblcms2.so:graphics/lcms2
+		libtiff.so:graphics/tiff
 
 USES=		gettext gnome jpeg libarchive localbase meson pkgconfig tar:xz
 USE_LDCONFIG=	yes

Modified: head/graphics/libgxps/distinfo
==============================================================================
--- head/graphics/libgxps/distinfo	Fri Dec 13 17:28:08 2019	(r520059)
+++ head/graphics/libgxps/distinfo	Fri Dec 13 17:30:56 2019	(r520060)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516305244
-SHA256 (gnome3/libgxps-0.3.0.tar.xz) = 412b1343bd31fee41f7204c47514d34c563ae34dafa4cc710897366bd6cd0fae
-SIZE (gnome3/libgxps-0.3.0.tar.xz) = 93000
+TIMESTAMP = 1576258023
+SHA256 (gnome3/libgxps-0.3.1.tar.xz) = 1a939fc8fcea9471b7eca46b1ac90cff89a30d26f65c7c9a375a4bf91223fa94
+SIZE (gnome3/libgxps-0.3.1.tar.xz) = 93132

Modified: head/graphics/libgxps/pkg-plist
==============================================================================
--- head/graphics/libgxps/pkg-plist	Fri Dec 13 17:28:08 2019	(r520059)
+++ head/graphics/libgxps/pkg-plist	Fri Dec 13 17:30:56 2019	(r520060)
@@ -15,6 +15,6 @@ include/libgxps/gxps.h
 lib/girepository-1.0/GXPS-0.1.typelib
 lib/libgxps.so
 lib/libgxps.so.2
-lib/libgxps.so.2.2.2
+lib/libgxps.so.2.2.3
 libdata/pkgconfig/libgxps.pc
 share/gir-1.0/GXPS-0.1.gir



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