From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 12:20:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57457E3E; Mon, 14 Oct 2013 12:20:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44E9E22EE; Mon, 14 Oct 2013 12:20:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ECKxmk081471; Mon, 14 Oct 2013 12:20:59 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9ECKxZa081470; Mon, 14 Oct 2013 12:20:59 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201310141220.r9ECKxZa081470@svn.freebsd.org> From: Guido Falsi Date: Mon, 14 Oct 2013 12:20:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330313 - head/multimedia/vdpauinfo X-SVN-Group: ports-head 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.14 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: Mon, 14 Oct 2013 12:20:59 -0000 Author: madpilot Date: Mon Oct 14 12:20:58 2013 New Revision: 330313 URL: http://svnweb.freebsd.org/changeset/ports/330313 Log: - Convert to staging - Pet portlint warning about LICENSE section - Convert to new LIB_DEPENDS format - Adopt Modified: head/multimedia/vdpauinfo/Makefile (contents, props changed) Modified: head/multimedia/vdpauinfo/Makefile ============================================================================== --- head/multimedia/vdpauinfo/Makefile Mon Oct 14 12:13:00 2013 (r330312) +++ head/multimedia/vdpauinfo/Makefile Mon Oct 14 12:20:58 2013 (r330313) @@ -6,18 +6,17 @@ PORTVERSION= 0.0.6 CATEGORIES= multimedia MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= A tool to query VDPAU capabilities -LIB_DEPENDS= vdpau.1:${PORTSDIR}/multimedia/libvdpau +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libvdpau.so:${PORTSDIR}/multimedia/libvdpau USES= pkgconfig GNU_CONFIGURE= yes -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - PLIST_FILES= bin/vdpauinfo -NO_STAGE= yes .include