From nobody Tue Oct 12 15:02:35 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 97DC017E2067; Tue, 12 Oct 2021 15:02:36 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTJmq4vGkz3MrY; Tue, 12 Oct 2021 15:02:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CD4C169F4; Tue, 12 Oct 2021 15:02:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19CF2ZZ5096838; Tue, 12 Oct 2021 15:02:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19CF2Z42096837; Tue, 12 Oct 2021 15:02:35 GMT (envelope-from git) Date: Tue, 12 Oct 2021 15:02:35 GMT Message-Id: <202110121502.19CF2Z42096837@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 74d6d059f41c - main - net-im/libnice-gst1: Fix dependencies and make sure QA passes List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 74d6d059f41cc70cb58ade97fc990d292a157fe6 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=74d6d059f41cc70cb58ade97fc990d292a157fe6 commit 74d6d059f41cc70cb58ade97fc990d292a157fe6 Author: Tobias Kortkamp AuthorDate: 2021-10-12 10:56:11 +0000 Commit: Tobias Kortkamp CommitDate: 2021-10-12 15:01:37 +0000 net-im/libnice-gst1: Fix dependencies and make sure QA passes LIB_DEPENDS is overwritten later in the master port, so libnice is never added as a dependency. Setting MAINTAINER is redundant since it is overwritten later too. While here amend the plist to exclude unwanted files. Reported by: portscan (overwritten variables) --- net-im/libnice-gst1/Makefile | 3 +-- net-im/libnice-gst1/pkg-plist | 24 ++++++++++++++++++++++++ net-im/libnice/Makefile | 4 ++-- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/net-im/libnice-gst1/Makefile b/net-im/libnice-gst1/Makefile index 060cfcc353b1..695e30ccee83 100644 --- a/net-im/libnice-gst1/Makefile +++ b/net-im/libnice-gst1/Makefile @@ -1,9 +1,8 @@ # Created by: Joe Marcus Clarke -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -gst1 -MAINTAINER= gnome@FreeBSD.org COMMENT= GStreamer 1 plugin from libnice LIB_DEPENDS= libnice.so:net-im/libnice diff --git a/net-im/libnice-gst1/pkg-plist b/net-im/libnice-gst1/pkg-plist index 85a21aad0539..88bd88c72ad8 100644 --- a/net-im/libnice-gst1/pkg-plist +++ b/net-im/libnice-gst1/pkg-plist @@ -1 +1,25 @@ +@comment bin/stunbdc +@comment bin/stund +@comment include/nice/address.h +@comment include/nice/agent.h +@comment include/nice/candidate.h +@comment include/nice/debug.h +@comment include/nice/interfaces.h +@comment include/nice/nice.h +@comment include/nice/pseudotcp.h +@comment include/stun/constants.h +@comment include/stun/debug.h +@comment include/stun/stunagent.h +@comment include/stun/stunmessage.h +@comment include/stun/usages/bind.h +@comment include/stun/usages/ice.h +@comment include/stun/usages/timer.h +@comment include/stun/usages/turn.h +@comment include/stun/win32_common.h +@comment lib/girepository-1.0/Nice-0.1.typelib lib/gstreamer-1.0/libgstnice.so +@comment lib/libnice.so +@comment lib/libnice.so.10 +@comment lib/libnice.so.10.11.0 +@comment libdata/pkgconfig/nice.pc +@comment share/gir-1.0/Nice-0.1.gir diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 1e63ca4ddde7..57614ec4d46e 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -6,12 +6,12 @@ CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org -COMMENT= Library and transmitter that implements ICE-19 +COMMENT?= Library and transmitter that implements ICE-19 LICENSE= LGPL21 MPL11 LICENSE_COMB= dual -LIB_DEPENDS= libgnutls.so:security/gnutls +LIB_DEPENDS?= libgnutls.so:security/gnutls BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc USES= gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig meson python