From owner-svn-ports-all@FreeBSD.ORG Wed Jun 18 19:05:55 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 57DDBF90; Wed, 18 Jun 2014 19:05:55 +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 2CB6A260C; Wed, 18 Jun 2014 19:05:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5IJ5tUL011246; Wed, 18 Jun 2014 19:05:55 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5IJ5soD011241; Wed, 18 Jun 2014 19:05:54 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201406181905.s5IJ5soD011241@svn.freebsd.org> From: Edward Tomasz Napierala Date: Wed, 18 Jun 2014 19:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358302 - head/audio/jack-smf-utils 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: Wed, 18 Jun 2014 19:05:55 -0000 Author: trasz Date: Wed Jun 18 19:05:54 2014 New Revision: 358302 URL: http://svnweb.freebsd.org/changeset/ports/358302 QAT: https://qat.redports.org/buildarchive/r358302/ Log: Fix staging. Added: head/audio/jack-smf-utils/pkg-plist (contents, props changed) Modified: head/audio/jack-smf-utils/Makefile head/audio/jack-smf-utils/pkg-descr Modified: head/audio/jack-smf-utils/Makefile ============================================================================== --- head/audio/jack-smf-utils/Makefile Wed Jun 18 19:02:51 2014 (r358301) +++ head/audio/jack-smf-utils/Makefile Wed Jun 18 19:05:54 2014 (r358302) @@ -3,22 +3,21 @@ PORTNAME= jack-smf-utils PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= trasz@FreeBSD.org COMMENT= Standard MIDI File file player and recorder for JACK MIDI +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ liblash.so:${PORTSDIR}/audio/lash USES= pkgconfig -NO_STAGE= yes GNU_CONFIGURE= yes USE_GNOME= glib20 -PLIST_FILES= bin/smfsh bin/jack-smf-player bin/jack-smf-recorder -MAN1= jack-smf-player.1 jack-smf-recorder.1 - .include Modified: head/audio/jack-smf-utils/pkg-descr ============================================================================== --- head/audio/jack-smf-utils/pkg-descr Wed Jun 18 19:02:51 2014 (r358301) +++ head/audio/jack-smf-utils/pkg-descr Wed Jun 18 19:05:54 2014 (r358302) @@ -6,4 +6,4 @@ interactive, command line SMF files mani its life as a debugging aid. And finally libsmf, C library for loading, writing and manipulating the contents of SMF files. -WWW: http://jack-smf-utils.sourceforge.net/ +WWW: http://jack-smf-utils.sourceforge.net/ Added: head/audio/jack-smf-utils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/jack-smf-utils/pkg-plist Wed Jun 18 19:05:54 2014 (r358302) @@ -0,0 +1,5 @@ +bin/smfsh +bin/jack-smf-player +bin/jack-smf-recorder +man/man1/jack-smf-player.1.gz +man/man1/jack-smf-recorder.1.gz