Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2016 03:12:04 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422762 - head/graphics/nip2
Message-ID:  <201609260312.u8Q3C4BX044655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Sep 26 03:12:04 2016
New Revision: 422762
URL: https://svnweb.freebsd.org/changeset/ports/422762

Log:
  - Update to 8.4.0
  - Add some explicit dependencies to make Q/A happy

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

Modified: head/graphics/nip2/Makefile
==============================================================================
--- head/graphics/nip2/Makefile	Mon Sep 26 03:10:45 2016	(r422761)
+++ head/graphics/nip2/Makefile	Mon Sep 26 03:12:04 2016	(r422762)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nip2
-PORTVERSION=	8.3.0
+PORTVERSION=	8.4.0
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
 
@@ -12,13 +12,15 @@ COMMENT=	Graphical user interface for VI
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	xdg-open:devel/xdg-utils
-LIB_DEPENDS=	libvips.so:graphics/vips
+LIB_DEPENDS=	libvips.so:graphics/vips \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
 USES=		bison desktop-file-utils dos2unix gettext gmake pkgconfig \
 		shared-mime-info
 DOS2UNIX_GLOB=	*.def
-USE_GNOME=	gnomemimedata gtk20 libxml2
+USE_GNOME=	cairo gdkpixbuf2 gnomemimedata gtk20 libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-update-desktop
 LDFLAGS+=	-lm

Modified: head/graphics/nip2/distinfo
==============================================================================
--- head/graphics/nip2/distinfo	Mon Sep 26 03:10:45 2016	(r422761)
+++ head/graphics/nip2/distinfo	Mon Sep 26 03:12:04 2016	(r422762)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463795282
-SHA256 (nip2-8.3.0.tar.gz) = 4aa1183cb1f7b50d66324cc7f4c074a1a5339efb941c8f8412bdc3edfc13216f
-SIZE (nip2-8.3.0.tar.gz) = 7901024
+TIMESTAMP = 1474855155
+SHA256 (nip2-8.4.0.tar.gz) = 7a8c8b145216fbf2212de6eda4fbaff1884e3e1f8970f5e14e12a5df164e2c8a
+SIZE (nip2-8.4.0.tar.gz) = 8014946

Modified: head/graphics/nip2/pkg-plist
==============================================================================
--- head/graphics/nip2/pkg-plist	Mon Sep 26 03:10:45 2016	(r422761)
+++ head/graphics/nip2/pkg-plist	Mon Sep 26 03:12:04 2016	(r422762)
@@ -312,6 +312,27 @@ share/mime/packages/nip2.xml
 %%DATADIR%%/compat/8.2/_predicate.def
 %%DATADIR%%/compat/8.2/_stdenv.def
 %%DATADIR%%/compat/8.2/_types.def
+%%DATADIR%%/compat/8.3/Colour.def
+%%DATADIR%%/compat/8.3/Filter.def
+%%DATADIR%%/compat/8.3/Histogram.def
+%%DATADIR%%/compat/8.3/Image.def
+%%DATADIR%%/compat/8.3/Magick.def
+%%DATADIR%%/compat/8.3/Math.def
+%%DATADIR%%/compat/8.3/Matrix.def
+%%DATADIR%%/compat/8.3/Object.def
+%%DATADIR%%/compat/8.3/Preferences.ws
+%%DATADIR%%/compat/8.3/Tasks.def
+%%DATADIR%%/compat/8.3/Widgets.def
+%%DATADIR%%/compat/8.3/_Object.def
+%%DATADIR%%/compat/8.3/_convert.def
+%%DATADIR%%/compat/8.3/_generate.def
+%%DATADIR%%/compat/8.3/_joe_extra.def
+%%DATADIR%%/compat/8.3/_joe_utilities.def
+%%DATADIR%%/compat/8.3/_list.def
+%%DATADIR%%/compat/8.3/_magick.def
+%%DATADIR%%/compat/8.3/_predicate.def
+%%DATADIR%%/compat/8.3/_stdenv.def
+%%DATADIR%%/compat/8.3/_types.def
 %%DATADIR%%/data/AdobeRGB1998.icc
 %%DATADIR%%/data/cmyk.icm
 %%DATADIR%%/data/examples/1_point_mosaic/1pt_mosaic.ws



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