Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 19:05:54 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358302 - head/audio/jack-smf-utils
Message-ID:  <201406181905.s5IJ5soD011241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406181905.s5IJ5soD011241>