Date: Thu, 28 Sep 2017 19:04:56 +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: r450859 - in head/graphics/inkscape: . files Message-ID: <201709281904.v8SJ4ulK004741@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Sep 28 19:04:56 2017 New Revision: 450859 URL: https://svnweb.freebsd.org/changeset/ports/450859 Log: Update inkscape to 0.92.2. * Use correct MPL version (1.1) * Correct typo's in the LICENSE_FILE_LGPL21 line so it actually used * Changelog: http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2 Deleted: head/graphics/inkscape/files/patch-src_ui_tools_flood-tool.cpp Modified: head/graphics/inkscape/Makefile head/graphics/inkscape/distinfo head/graphics/inkscape/pkg-plist Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Thu Sep 28 18:50:08 2017 (r450858) +++ head/graphics/inkscape/Makefile Thu Sep 28 19:04:56 2017 (r450859) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= inkscape -PORTVERSION= 0.92.1 -PORTREVISION= 7 +PORTVERSION= 0.92.2 CATEGORIES= graphics gnome -MASTER_SITES= https://launchpadlibrarian.net/306309537/ \ +MASTER_SITES= https://launchpadlibrarian.net/332184472/ \ + https://inkscape.org/en/gallery/item/11254/ \ LOCAL/kwm MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor -LICENSE= GPLv2+ GPLv3+ LGPL21 MPL +LICENSE= GPLv2+ GPLv3+ LGPL21 MPL11 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2.txt LICENSE_FILE_GPLv3= ${WRKSRC}/GPL3.txt -LICENSE_FILE_LGPL2= ${WRKRSC}/LGPL2.txt +LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL2.1.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libpopt.so:devel/popt \ Modified: head/graphics/inkscape/distinfo ============================================================================== --- head/graphics/inkscape/distinfo Thu Sep 28 18:50:08 2017 (r450858) +++ head/graphics/inkscape/distinfo Thu Sep 28 19:04:56 2017 (r450859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495104994 -SHA256 (inkscape-0.92.1.tar.bz2) = 257405bf802de125f17d123638093a37db02ebe334d243cf9b0d8903f7c89005 -SIZE (inkscape-0.92.1.tar.bz2) = 31222684 +TIMESTAMP = 1506622350 +SHA256 (inkscape-0.92.2.tar.bz2) = a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3 +SIZE (inkscape-0.92.2.tar.bz2) = 31224100 Modified: head/graphics/inkscape/pkg-plist ============================================================================== --- head/graphics/inkscape/pkg-plist Thu Sep 28 18:50:08 2017 (r450858) +++ head/graphics/inkscape/pkg-plist Thu Sep 28 19:04:56 2017 (r450859) @@ -35,6 +35,7 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/branding/README %%DATADIR%%/branding/inkscape-flat.svg %%DATADIR%%/branding/inkscape-text.svg +%%DATADIR%%/branding/inkscape.logo.svg %%DATADIR%%/branding/inkscape.svg %%DATADIR%%/branding/sodipodi.svg %%DATADIR%%/branding/tux.svg @@ -568,7 +569,6 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/extensions/xaml2svg/transform.xsl %%DATADIR%%/filters/README %%DATADIR%%/filters/filters.svg -%%DATADIR%%/filters/filters.svg.h %%DATADIR%%/fonts/README %%DATADIR%%/gradients/README %%DATADIR%%/icons/OCAL.png @@ -644,14 +644,12 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/palettes/Ubuntu.gpl %%DATADIR%%/palettes/echo-palette.gpl %%DATADIR%%/palettes/inkscape.gpl -%%DATADIR%%/palettes/palettes.h %%DATADIR%%/palettes/svg.gpl %%DATADIR%%/palettes/webhex.gpl %%DATADIR%%/palettes/websafe22.gpl %%DATADIR%%/palettes/windowsXP.gpl %%DATADIR%%/patterns/README %%DATADIR%%/patterns/patterns.svg -%%DATADIR%%/patterns/patterns.svg.h %%DATADIR%%/screens/README %%DATADIR%%/screens/about.svg %%DATADIR%%/symbols/AigaSymbols.svg @@ -660,7 +658,6 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/symbols/LogicSymbols.svg %%DATADIR%%/symbols/MapSymbolsNPS.svg %%DATADIR%%/symbols/README -%%DATADIR%%/symbols/symbols.h %%DATADIR%%/templates/CD_label_120x120.svg %%DATADIR%%/templates/LaTeX_Beamer.svg %%DATADIR%%/templates/README @@ -690,7 +687,6 @@ share/icons/hicolor/48x48/apps/inkscape.png %%DATADIR%%/templates/default_pt.svg %%DATADIR%%/templates/default_px.svg %%DATADIR%%/templates/no_layers.svg -%%DATADIR%%/templates/templates.h %%DATADIR%%/tutorials/README %%DATADIR%%/tutorials/edge3d.svg %%DATADIR%%/tutorials/gpl-2.svg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709281904.v8SJ4ulK004741>