Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2017 13:49:03 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450373 - head/devel/cutter
Message-ID:  <201709221349.v8MDn3X9068700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Fri Sep 22 13:49:03 2017
New Revision: 450373
URL: https://svnweb.freebsd.org/changeset/ports/450373

Log:
  Update to 1.2.5
  
  Differential Revision:	https://reviews.freebsd.org/D12461

Modified:
  head/devel/cutter/Makefile
  head/devel/cutter/distinfo
  head/devel/cutter/pkg-plist

Modified: head/devel/cutter/Makefile
==============================================================================
--- head/devel/cutter/Makefile	Fri Sep 22 13:28:29 2017	(r450372)
+++ head/devel/cutter/Makefile	Fri Sep 22 13:49:03 2017	(r450373)
@@ -2,22 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	cutter
-PORTVERSION=	1.2.4
-PORTREVISION=	1
+PORTVERSION=	1.2.5
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	romain@FreeBSD.org
 COMMENT=	Unit Testing Framework for C and C++
 
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/license/lgpl-3.txt
+
 LIB_DEPENDS=	libcairo.so:graphics/cairo \
-		libpangocairo-1.0.so:x11-toolkits/pango
+		libpangocairo-1.0.so:x11-toolkits/pango \
+		libgstbase-1.0.so:multimedia/gstreamer1 \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
 
 CPPFLAGS+=	"-I${LOCALBASE}/include"
 CONFIGURE_ARGS=	--disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc
 GNU_CONFIGURE=	yes
 USES=		gettext gmake libtool pathfix pkgconfig
-USE_GNOME=	intlhack glib20 gtk20
+USE_GNOME=	intlhack gdkpixbuf2 glib20 gtk20
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check

Modified: head/devel/cutter/distinfo
==============================================================================
--- head/devel/cutter/distinfo	Fri Sep 22 13:28:29 2017	(r450372)
+++ head/devel/cutter/distinfo	Fri Sep 22 13:49:03 2017	(r450373)
@@ -1,2 +1,3 @@
-SHA256 (cutter-1.2.4.tar.gz) = b917a5b67b1d5f24458db5ab177dc11d23b47f04f9cb7eef757f456483c629c6
-SIZE (cutter-1.2.4.tar.gz) = 2523951
+TIMESTAMP = 1476636319
+SHA256 (cutter-1.2.5.tar.gz) = e53613445e8fe20173a656db5a70a7eb0c4586be1d9f33dc93e2eddd2f646b20
+SIZE (cutter-1.2.5.tar.gz) = 2758243

Modified: head/devel/cutter/pkg-plist
==============================================================================
--- head/devel/cutter/pkg-plist	Fri Sep 22 13:28:29 2017	(r450372)
+++ head/devel/cutter/pkg-plist	Fri Sep 22 13:49:03 2017	(r450373)
@@ -112,6 +112,7 @@ lib/cutter/module/report/xml.so
 lib/cutter/module/stream/xml.so
 lib/cutter/module/ui/console.so
 lib/cutter/module/ui/gtk.so
+lib/gstreamer-1.0/libgstcuttertest.so
 lib/libcppcutter.so
 lib/libcppcutter.so.0
 lib/libcppcutter.so.0.1.0



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