svn commit: r542342 - head/multimedia/gstreamer1-validate

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 16 09:36:02 UTC 2020


Author: amdmi3
Date: Thu Jul 16 09:36:01 2020
New Revision: 542342
URL: https://svnweb.freebsd.org/changeset/ports/542342

Log:
  - Add license
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/gstreamer1-validate/Makefile
  head/multimedia/gstreamer1-validate/pkg-descr

Modified: head/multimedia/gstreamer1-validate/Makefile
==============================================================================
--- head/multimedia/gstreamer1-validate/Makefile	Thu Jul 16 09:25:03 2020	(r542341)
+++ head/multimedia/gstreamer1-validate/Makefile	Thu Jul 16 09:36:01 2020	(r542342)
@@ -13,6 +13,9 @@ COMMENT=	Gstreamer element validation suite
 LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 		libgstrtspserver-1.0.so:multimedia/gstreamer1-rtsp-server
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		compiler:c11 gettext-runtime gmake gnome libtool pathfix \
 		pkgconfig python:2.7 shebangfix tar:xz
 SHEBANG_FILES=	tools/gst-validate-launcher.in

Modified: head/multimedia/gstreamer1-validate/pkg-descr
==============================================================================
--- head/multimedia/gstreamer1-validate/pkg-descr	Thu Jul 16 09:25:03 2020	(r542341)
+++ head/multimedia/gstreamer1-validate/pkg-descr	Thu Jul 16 09:36:01 2020	(r542342)
@@ -10,4 +10,4 @@ GstPipelines from any application by using the LD_PREL
 lib. The third way of using it is to write your own application that
 links and uses libgstvalidate.
 
-WWW: http://gstreamer.freedesktop.org/
+WWW: https://gstreamer.freedesktop.org/


More information about the svn-ports-all mailing list