svn commit: r474167 - head/x11/libXvMC
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jul 8 09:07:39 UTC 2018
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 at 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/
More information about the svn-ports-all
mailing list