From owner-svn-ports-all@freebsd.org Sun Jul 8 09:07:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F155102B6D9; Sun, 8 Jul 2018 09:07:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7E3E8AB22; Sun, 8 Jul 2018 09:07:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C489C23F3B; Sun, 8 Jul 2018 09:07:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6897c05035748; Sun, 8 Jul 2018 09:07:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6897c6L035747; Sun, 8 Jul 2018 09:07:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201807080907.w6897c6L035747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 8 Jul 2018 09:07:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474167 - head/x11/libXvMC X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/libXvMC X-SVN-Commit-Revision: 474167 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2018 09:07:39 -0000 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/