Date: Fri, 4 Sep 2015 22:11:29 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396148 - head/graphics/libgxps Message-ID: <201509042211.t84MBTYL084084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Sep 4 22:11:28 2015 New Revision: 396148 URL: https://svnweb.freebsd.org/changeset/ports/396148 Log: Update libgxps to 0.2.3.1. Obtained from: gnome devel repo Modified: head/graphics/libgxps/Makefile head/graphics/libgxps/distinfo head/graphics/libgxps/pkg-plist Modified: head/graphics/libgxps/Makefile ============================================================================== --- head/graphics/libgxps/Makefile Fri Sep 4 22:09:02 2015 (r396147) +++ head/graphics/libgxps/Makefile Fri Sep 4 22:11:28 2015 (r396148) @@ -1,10 +1,8 @@ # Created by: Gustau Perez <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/graphics/libgxps/Makefile 19811 2014-08-14 12:45:34Z gusi $ PORTNAME= libgxps -PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTVERSION= 0.2.3.1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,8 +18,8 @@ USES= gettext gmake jpeg libtool libarc USE_LDCONFIG= yes USE_GNOME= cairo gnomeprefix glib20 intlhack GNU_CONFIGURE= yes -MAKE_ARGS+= V=1 -CONFIGURE_ARGS+= --enable-introspection=no +CONFIGURE_ARGS= --disable-introspection \ + --disable-compile-warnings INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/graphics/libgxps/distinfo ============================================================================== --- head/graphics/libgxps/distinfo Fri Sep 4 22:09:02 2015 (r396147) +++ head/graphics/libgxps/distinfo Fri Sep 4 22:11:28 2015 (r396148) @@ -1,2 +1,2 @@ -SHA256 (gnome3/libgxps-0.2.2.tar.xz) = 39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be -SIZE (gnome3/libgxps-0.2.2.tar.xz) = 302844 +SHA256 (gnome3/libgxps-0.2.3.1.tar.xz) = 370ec84251e2d3759ef6487d39f65157a22e49fbaf2c51e7a08bdbe198d6a536 +SIZE (gnome3/libgxps-0.2.3.1.tar.xz) = 322872 Modified: head/graphics/libgxps/pkg-plist ============================================================================== --- head/graphics/libgxps/pkg-plist Fri Sep 4 22:09:02 2015 (r396147) +++ head/graphics/libgxps/pkg-plist Fri Sep 4 22:11:28 2015 (r396148) @@ -3,6 +3,7 @@ bin/xpstopdf bin/xpstopng bin/xpstops bin/xpstosvg +include/libgxps/gxps-core-properties.h include/libgxps/gxps-document-structure.h include/libgxps/gxps-document.h include/libgxps/gxps-error.h @@ -14,24 +15,29 @@ include/libgxps/gxps.h lib/libgxps.a lib/libgxps.so lib/libgxps.so.2 -lib/libgxps.so.2.1.1 +lib/libgxps.so.2.2.0 libdata/pkgconfig/libgxps.pc -%%DOCSDIR%%/GXPSDocument.html -%%DOCSDIR%%/GXPSDocumentStructure.html -%%DOCSDIR%%/GXPSFile.html -%%DOCSDIR%%/GXPSPage.html -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/api-index-0-2-1.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgxps-GXPS-Links.html -%%DOCSDIR%%/libgxps-GXPSError.html -%%DOCSDIR%%/libgxps-Version-Information.html -%%DOCSDIR%%/libgxps.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png +%%PORTDOCS%%%%DOCSDIR%%/GXPSCoreProperties.html +%%PORTDOCS%%%%DOCSDIR%%/GXPSDocument.html +%%PORTDOCS%%%%DOCSDIR%%/GXPSDocumentStructure.html +%%PORTDOCS%%%%DOCSDIR%%/GXPSFile.html +%%PORTDOCS%%%%DOCSDIR%%/GXPSPage.html +%%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-0-2-1.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-0-2-3.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-full.html +%%PORTDOCS%%%%DOCSDIR%%/ch01.html +%%PORTDOCS%%%%DOCSDIR%%/home.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/left.png +%%PORTDOCS%%%%DOCSDIR%%/libgxps-GXPS-Links.html +%%PORTDOCS%%%%DOCSDIR%%/libgxps-GXPSError.html +%%PORTDOCS%%%%DOCSDIR%%/libgxps-Version-Information.html +%%PORTDOCS%%%%DOCSDIR%%/libgxps.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/right.png +%%PORTDOCS%%%%DOCSDIR%%/style.css +%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/up.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509042211.t84MBTYL084084>