From owner-svn-ports-head@FreeBSD.ORG Sat Oct 25 08:02:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 456948F8; Sat, 25 Oct 2014 08:02:52 +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 313011EC; Sat, 25 Oct 2014 08:02:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9P82qAD058034; Sat, 25 Oct 2014 08:02:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9P82pFk058025; Sat, 25 Oct 2014 08:02:51 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201410250802.s9P82pFk058025@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 25 Oct 2014 08:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371471 - in head/multimedia/lsdvd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 08:02:52 -0000 Author: riggs Date: Sat Oct 25 08:02:50 2014 New Revision: 371471 URL: https://svnweb.freebsd.org/changeset/ports/371471 QAT: https://qat.redports.org/buildarchive/r371471/ Log: - Update to upstream version 0.17 - Update project URL in pkg-descr and MASTER_SITES accordingly PR: 194499 Submitted by: tkato432@yahoo.com Deleted: head/multimedia/lsdvd/files/patch-ohuman.c Modified: head/multimedia/lsdvd/Makefile head/multimedia/lsdvd/distinfo head/multimedia/lsdvd/files/patch-lsdvd.c head/multimedia/lsdvd/pkg-descr Modified: head/multimedia/lsdvd/Makefile ============================================================================== --- head/multimedia/lsdvd/Makefile Sat Oct 25 07:45:28 2014 (r371470) +++ head/multimedia/lsdvd/Makefile Sat Oct 25 08:02:50 2014 (r371471) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= lsdvd -PORTVERSION= 0.16 -PORTREVISION= 8 +PORTVERSION= 0.17 CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20I%20hate%20James%20Blunt +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Print information about the contents and structure of a DVD @@ -14,7 +13,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread +USES= pkgconfig GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/multimedia/lsdvd/distinfo ============================================================================== --- head/multimedia/lsdvd/distinfo Sat Oct 25 07:45:28 2014 (r371470) +++ head/multimedia/lsdvd/distinfo Sat Oct 25 08:02:50 2014 (r371471) @@ -1,2 +1,2 @@ -SHA256 (lsdvd-0.16.tar.gz) = 04ae3e2d823ed427e31d57f3677d28ec36bdf3bf984d35f7bdfab030d89b20f1 -SIZE (lsdvd-0.16.tar.gz) = 100495 +SHA256 (lsdvd-0.17.tar.gz) = 7d2c5bd964acd266b99a61d9054ea64e01204e8e3e1a107abe41b1274969e488 +SIZE (lsdvd-0.17.tar.gz) = 99250 Modified: head/multimedia/lsdvd/files/patch-lsdvd.c ============================================================================== --- head/multimedia/lsdvd/files/patch-lsdvd.c Sat Oct 25 07:45:28 2014 (r371470) +++ head/multimedia/lsdvd/files/patch-lsdvd.c Sat Oct 25 08:02:50 2014 (r371471) @@ -29,39 +29,3 @@ fclose (filehandle); -@@ -193,6 +200,7 @@ - int has_title = 0, ret = 0; - int max_length = 0, max_track = 0; - struct stat dvd_stat; -+ struct dvd_info dvd_info; - - program_name = argv[0]; - -@@ -263,8 +271,6 @@ - - vmgi_mat = ifo_zero->vmgi_mat; - -- struct dvd_info dvd_info; -- - dvd_info.discinfo.device = dvd_device; - dvd_info.discinfo.disc_title = has_title ? "unknown" : title; - dvd_info.discinfo.vmg_id = vmgi_mat->vmg_identifier; -@@ -363,14 +369,16 @@ - - cell = 0; - if (opt_c) { -+ int ms; -+ - dvd_info.titles[j].chapter_count = pgc->nr_of_programs; - dvd_info.titles[j].chapters = calloc(dvd_info.titles[j].chapter_count, sizeof(*dvd_info.titles[j].chapters)); - -- int ms; - for (i=0; inr_of_programs; i++) - { -+ int next; - ms=0; -- int next = pgc->program_map[i+1]; -+ next = pgc->program_map[i+1]; - if (i == pgc->nr_of_programs - 1) next = pgc->nr_of_cells + 1; - - while (cell < next - 1) Modified: head/multimedia/lsdvd/pkg-descr ============================================================================== --- head/multimedia/lsdvd/pkg-descr Sat Oct 25 07:45:28 2014 (r371470) +++ head/multimedia/lsdvd/pkg-descr Sat Oct 25 08:02:50 2014 (r371471) @@ -1,3 +1,3 @@ Print information about the contents and structure of a DVD. -WWW: http://untrepid.com/acidrip/lsdvd.html +WWW: http://sourceforge.net/projects/lsdvd/