Date: Sat, 21 Sep 2019 15:17:32 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512508 - head/net-im/farstream Message-ID: <201909211517.x8LFHWv0047001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Sep 21 15:17:32 2019 New Revision: 512508 URL: https://svnweb.freebsd.org/changeset/ports/512508 Log: net-im/farstream: merge a patch necessary for Lync calls, pet portlint Merge https://gitlab.collabora.com/farstream/farstream/commit/11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch to fix Lync calls with net-im/pidgin-sipe. Add USES=localbase:ldflags. Move some entries to fix portlint issues. PR: 240348 Approved by: gnome (maintainer timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21713 Modified: head/net-im/farstream/Makefile head/net-im/farstream/distinfo Modified: head/net-im/farstream/Makefile ============================================================================== --- head/net-im/farstream/Makefile Sat Sep 21 15:15:38 2019 (r512507) +++ head/net-im/farstream/Makefile Sat Sep 21 15:17:32 2019 (r512508) @@ -3,23 +3,26 @@ PORTNAME= farstream PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= net-im devel MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/ +PATCH_SITES= https://gitlab.collabora.com/farstream/farstream/commit/ +PATCHFILES= 11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing LIB_DEPENDS= libnice.so:net-im/libnice RUN_DEPENDS= libnice-gst1>=0:net-im/libnice-gst1 +USES= gettext gmake gnome libtool localbase:ldflags pathfix \ + pkgconfig python USE_LDCONFIG= yes -USES= gettext libtool gmake pathfix pkgconfig python USE_GNOME= glib20 introspection:build USE_GSTREAMER1= good bad -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/net-im/farstream/distinfo ============================================================================== --- head/net-im/farstream/distinfo Sat Sep 21 15:15:38 2019 (r512507) +++ head/net-im/farstream/distinfo Sat Sep 21 15:17:32 2019 (r512508) @@ -1,2 +1,5 @@ +TIMESTAMP = 1567675919 SHA256 (farstream-0.2.8.tar.gz) = 2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908 SIZE (farstream-0.2.8.tar.gz) = 1315548 +SHA256 (11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch) = 6e0cfb79e7b738884ef50fe01c992d556f9e720207199ef8b3cc9a9e61efa0a3 +SIZE (11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch) = 2164
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909211517.x8LFHWv0047001>