mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Update to 1.2.5
Differential Revision: https://reviews.freebsd.org/D12461
This commit is contained in:
parent
167db6457c
commit
9e24f05b4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450373
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user