Date: Tue, 9 Sep 2008 13:51:38 +0200 (CEST) From: Martin Dieringer <martin.dieringer@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/127247: [PATCH] audio/dvda-author: update to 08.07 Message-ID: <20080909134859.B1671@thinkpad.nowhere.local> Resent-Message-ID: <200809091220.m89CK294064080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127247 >Category: ports >Synopsis: [PATCH] audio/dvda-author: update to 08.07 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 09 12:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Martin Dieringer >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD thinkpad 7.0-STABLE FreeBSD 7.0-STABLE #22: Fri Mar 7 04:18:13 CET >Description: - Update to 08.07 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dvda-author-08.07,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/dvda-author/Makefile /data/compile/dvda-author/port/dvda-author/Makefile --- /usr/ports/audio/dvda-author/Makefile 2007-10-09 14:00:32.000000000 +0200 +++ /data/compile/dvda-author/port/dvda-author/Makefile 2008-09-09 13:38:52.000000000 +0200 @@ -6,22 +6,36 @@ # PORTNAME= dvda-author -PORTVERSION= 20050703 +PORTVERSION= 08.07 +PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF MASTER_SITE_SUBDIR= dvd-audio +DISTNAME= ${PORTNAME}-core-${PORTVERSION}-2 -MAINTAINER= dieringe@zedat.fu-berlin.de +MAINTAINER= martin.dieringer@gmx.de COMMENT= Author and playback unencrypted and uncompressed Audio-DVDs -USE_ZIP= yes +LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac +RUN_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty + +MAN1= dvda-author.1 + +LDFLAGS+= -liberty + +USE_BZIP2= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-flac=${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${DISTNAME}/src +# yes, -1. I talked the author. +WRKSRC= ${WRKDIR}/${PORTNAME}-core-${PORTVERSION}-1 PLIST_FILES= bin/dvda-author +# lib/libc_utils.a do-install: - ${INSTALL} ${WRKSRC}/dvda-author ${PREFIX}/bin + ${INSTALL} ${WRKSRC}/src/dvda ${PREFIX}/bin/dvda-author + ${INSTALL} ${WRKSRC}/dvda-author.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/audio/dvda-author/distinfo /data/compile/dvda-author/port/dvda-author/distinfo --- /usr/ports/audio/dvda-author/distinfo 2007-10-09 14:00:32.000000000 +0200 +++ /data/compile/dvda-author/port/dvda-author/distinfo 2008-09-09 01:34:22.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (dvda-author-20050703.zip) = 3a284c5ac007c7e216c3b6670113174b -SHA256 (dvda-author-20050703.zip) = 889e464cd38281aa8a429087e8b4a791c0ba1d1dec25d6401d92d41b658d6776 -SIZE (dvda-author-20050703.zip) = 317756 +MD5 (dvda-author-core-08.07-2.tar.bz2) = 8094e20be8259b2579b8b916cf1ae6e8 +SHA256 (dvda-author-core-08.07-2.tar.bz2) = b48b8805525d7a4ad4f1e757431a0ca65d3ab46bf722d1f6ca1458bea266664c +SIZE (dvda-author-core-08.07-2.tar.bz2) = 336985 --- dvda-author-08.07,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: SEND-PR: -*- send-pr -*- To: FreeBSD-gnats-submit@freebsd.org From: Martin Dieringer <martin.dieringer@gmx.de> X-send-pr-version: 3.113 X-GNATS-Notify: SEND-PR: [ non-critical | serious | critical ] SEND-PR: [ low | medium | high ] SEND-PR: <choose from the list of categories below (one line)> SEND-PR: advocacy alpha bin conf docs gnu SEND-PR: i386 ia64 java kern misc ports SEND-PR: powerpc sparc64 standards www SEND-PR: [ sw-bug | doc-bug | change-request | update | maintainer-update ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080909134859.B1671>