From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 7 02:10:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8C5B909 for ; Fri, 7 Dec 2012 02:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7DBF78FC12 for ; Fri, 7 Dec 2012 02:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB72A06n092913 for ; Fri, 7 Dec 2012 02:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB72A0HA092912; Fri, 7 Dec 2012 02:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Dec 2012 02:10:00 GMT Resent-Message-Id: <201212070210.qB72A0HA092912@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A9148DC for ; Fri, 7 Dec 2012 02:06:54 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id E66C78FC15 for ; Fri, 7 Dec 2012 02:06:53 +0000 (UTC) Received: (qmail invoked by alias); 07 Dec 2012 02:06:51 -0000 Received: from 226-42.104-92.cust.bluewin.ch (EHLO something.email.com) [92.104.42.226] by mail.gmx.net (mp019) with SMTP; 07 Dec 2012 03:06:51 +0100 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Dec 2012 03:06:51 +0100 Message-Id: <20121207020654.7A9148DC@hub.freebsd.org> Date: Fri, 07 Dec 2012 03:06:51 +0100 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/174247: [PATCH] audio/hexter: update to 1.0.2, take maintainership, Options NG, added license X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 02:10:00 -0000 >Number: 174247 >Category: ports >Synopsis: [PATCH] audio/hexter: update to 1.0.2, take maintainership, Options NG, added license >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: Fri Dec 07 02:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: - Update to 1.0.2 - Take maintainership Makefile changed: +LICENSE= GPLv2 +PORTDOCS= +.include +post-install: +.if ${PORT_OPTIONS:MDOCS} Changed and refined: +LIB_DEPENDS= pkg-descr Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: portlint -A looks fine. port test: clean >Fix: --- hexter-1.0.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/hexter/Makefile ./Makefile --- /usr/ports/audio/hexter/Makefile 2012-12-05 00:40:43.000000000 +0100 +++ ./Makefile 2012-12-07 02:50:24.000000000 +0100 @@ -6,21 +6,32 @@ # PORTNAME= hexter -PORTVERSION= 0.6.2 -PORTREVISION= 5 +PORTVERSION= 1.0.2 CATEGORIES= audio MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= DSSI softsynth that models the sound generation of a Yamaha DX7 -LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - lo.7:${PORTSDIR}/audio/liblo \ - jack.0:${PORTSDIR}/audio/jack +LICENSE= GPLv2 + +LIB_DEPENDS= dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \ + lo:${PORTSDIR}/audio/liblo \ + jack:${PORTSDIR}/audio/jack BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 +PORTDOCS= AUTHORS ChangeLog README TODO + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include diff -ruN --exclude=CVS /usr/ports/audio/hexter/distinfo ./distinfo --- /usr/ports/audio/hexter/distinfo 2012-12-05 00:40:43.000000000 +0100 +++ ./distinfo 2012-12-06 22:26:17.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (hexter-0.6.2.tar.gz) = b50c4fa077e2e42293739ff8166fcee4d2387267eabecf28cca3c087480b6fbf -SIZE (hexter-0.6.2.tar.gz) = 435825 +SHA256 (hexter-1.0.2.tar.gz) = afc576177e3acaf1e1d55c6778792d6b3e401c2d03c56a1c5c0d94f4411b0dc9 +SIZE (hexter-1.0.2.tar.gz) = 517532 diff -ruN --exclude=CVS /usr/ports/audio/hexter/pkg-descr ./pkg-descr --- /usr/ports/audio/hexter/pkg-descr 2012-12-05 00:40:43.000000000 +0100 +++ ./pkg-descr 2012-12-07 02:56:28.000000000 +0100 @@ -1,11 +1,12 @@ -hexter is a software synthesizer that models the sound generation -of a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank -files, accept patch editing commands via MIDI sys-ex messages (ALSA -systems only), and recreate the sound of the DX7 with greater -accuracy than any previous open-source emulation (that the author -is aware of....) +hexter is a software synthesizer that models the sound generation of +a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank +files, edit those patches via a built-in editor or MIDI sys-ex +messages (ALSA systems only), and recreate the sound of the DX7 with +greater accuracy than any previous open-source emulation (that the +author is aware of....) -hexter operates as a plugin for the Disposable Soft Synth Interface -(DSSI). +hexter operates as a plugin for the DSSI Soft Synth Interface. +DSSI is a plugin API for software instruments (soft synths) with user +interfaces, permitting them to be hosted in-process by audio applications. -WWW: http://dssi.sourceforge.net/hexter.html +WWW: http://dssi.sourceforge.net/hexter.html --- hexter-1.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: