From owner-svn-ports-head@freebsd.org Sun Sep 27 06:48:02 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DFD03F134C; Sun, 27 Sep 2020 06:48:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BzbnZ2PHcz4c2W; Sun, 27 Sep 2020 06:48:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35B298B54; Sun, 27 Sep 2020 06:48:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08R6m2t6063617; Sun, 27 Sep 2020 06:48:02 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08R6m2jK063616; Sun, 27 Sep 2020 06:48:02 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202009270648.08R6m2jK063616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 27 Sep 2020 06:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550240 - head/net-im/telepathy-qt X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/net-im/telepathy-qt X-SVN-Commit-Revision: 550240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2020 06:48:02 -0000 Author: tcberner Date: Sun Sep 27 06:48:01 2020 New Revision: 550240 URL: https://svnweb.freebsd.org/changeset/ports/550240 Log: net-im/telepathy-qt: "switch" to gstreamer1 - the port was already picking up gstreamer1, as it was installed through dependencies. - this reduces the number of ports which still "seem" to use gstreamer0 by 1 Reported by: bapt Modified: head/net-im/telepathy-qt/Makefile Modified: head/net-im/telepathy-qt/Makefile ============================================================================== --- head/net-im/telepathy-qt/Makefile Sun Sep 27 06:24:48 2020 (r550239) +++ head/net-im/telepathy-qt/Makefile Sun Sep 27 06:48:01 2020 (r550240) @@ -3,7 +3,7 @@ PORTNAME= telepathy-qt DISTVERSION= 0.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME}/ PKGNAMESUFFIX= 5 @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:de USES= cmake compiler:c++11-lang gettext gnome localbase:ldflags pathfix \ pkgconfig python:3.5+,build qt:5 USE_GNOME= glib20 libxslt:build -USE_GSTREAMER= yes +USE_GSTREAMER1= yes USE_LDCONFIG= yes USE_QT= core dbus gui network xml \ buildtools_build qmake_build testlib_build widgets_build