From owner-svn-ports-all@FreeBSD.ORG Sat Jun 7 14:27:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 110394CC; Sat, 7 Jun 2014 14:27:26 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F342821FB; Sat, 7 Jun 2014 14:27:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s57ERP4e044862; Sat, 7 Jun 2014 14:27:25 GMT (envelope-from riggs@svn.freebsd.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s57ERPhF044861; Sat, 7 Jun 2014 14:27:25 GMT (envelope-from riggs@svn.freebsd.org) Message-Id: <201406071427.s57ERPhF044861@svn.freebsd.org> From: Thomas Zander Date: Sat, 7 Jun 2014 14:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356906 - head/multimedia/lsdvd 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.18 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: Sat, 07 Jun 2014 14:27:26 -0000 Author: riggs Date: Sat Jun 7 14:27:25 2014 New Revision: 356906 URL: http://svnweb.freebsd.org/changeset/ports/356906 QAT: https://qat.redports.org/buildarchive/r356906/ Log: - Stagify - Add LICENSE Approved by: mentors (implicit) Modified: head/multimedia/lsdvd/Makefile Modified: head/multimedia/lsdvd/Makefile ============================================================================== --- head/multimedia/lsdvd/Makefile Sat Jun 7 14:26:36 2014 (r356905) +++ head/multimedia/lsdvd/Makefile Sat Jun 7 14:27:25 2014 (r356906) @@ -10,18 +10,19 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Print information about the contents and structure of a DVD +LICENSE= GPLv2 + LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= lsdvd.1 -PLIST_FILES= bin/lsdvd +PLIST_FILES= bin/lsdvd \ + man/man1/lsdvd.1.gz WITH_DVD_DEVICE?=/dev/acd0 -NO_STAGE= yes pre-everything:: @${ECHO_MSG} "===> The default DVD device is ${WITH_DVD_DEVICE}" @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"