svn commit: r330313 - head/multimedia/vdpauinfo
Guido Falsi
madpilot at FreeBSD.org
Mon Oct 14 12:20:59 UTC 2013
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 at FreeBSD.org
+MAINTAINER= madpilot at 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 <bsd.port.mk>
More information about the svn-ports-head
mailing list