mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
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)
This commit is contained in:
parent
77ae10646b
commit
74d6d059f4
3 changed files with 27 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -gst1
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GStreamer 1 plugin from libnice
|
||||
|
||||
LIB_DEPENDS= libnice.so:net-im/libnice
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue