Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2018 09:07:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474167 - head/x11/libXvMC
Message-ID:  <201807080907.w6897c6L035747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jul  8 09:07:38 2018
New Revision: 474167
URL: https://svnweb.freebsd.org/changeset/ports/474167

Log:
  - Add LICENSE
  - Pet portlint
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/libXvMC/Makefile
  head/x11/libXvMC/pkg-descr

Modified: head/x11/libXvMC/Makefile
==============================================================================
--- head/x11/libXvMC/Makefile	Sun Jul  8 08:51:47 2018	(r474166)
+++ head/x11/libXvMC/Makefile	Sun Jul  8 09:07:38 2018	(r474167)
@@ -8,9 +8,12 @@ CATEGORIES=	x11
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X Video Extension Motion Compensation library
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		cpe
 XORG_CAT=	lib
 USE_XORG=	x11 xext xv xextproto videoproto:both xproto:both
-USES+=	cpe
 CPE_PRODUCT=	libxvmc
 CPE_VENDOR=	x
 

Modified: head/x11/libXvMC/pkg-descr
==============================================================================
--- head/x11/libXvMC/pkg-descr	Sun Jul  8 08:51:47 2018	(r474166)
+++ head/x11/libXvMC/pkg-descr	Sun Jul  8 09:07:38 2018	(r474167)
@@ -1,3 +1,3 @@
 This package contains the X Video Extension library.
 
-WWW: http://www.freedesktop.org/Software/xlibs
+WWW: https://www.freedesktop.org/wiki/Software/xlibs/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807080907.w6897c6L035747>