svn commit: r358302 - head/audio/jack-smf-utils

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jun 18 19:05:55 UTC 2014


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 at 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


More information about the svn-ports-head mailing list