svn commit: r353796 - head/audio/libsmf

Edward Tomasz Napierala trasz at FreeBSD.org
Mon May 12 10:36:05 UTC 2014


Author: trasz
Date: Mon May 12 10:36:04 2014
New Revision: 353796
URL: http://svnweb.freebsd.org/changeset/ports/353796
QAT: https://qat.redports.org/buildarchive/r353796/

Log:
  Fix portlint warnings.

Modified:
  head/audio/libsmf/Makefile
  head/audio/libsmf/pkg-descr

Modified: head/audio/libsmf/Makefile
==============================================================================
--- head/audio/libsmf/Makefile	Mon May 12 10:28:51 2014	(r353795)
+++ head/audio/libsmf/Makefile	Mon May 12 10:36:04 2014	(r353796)
@@ -9,6 +9,9 @@ MASTER_SITES=	SF
 MAINTAINER=	trasz at FreeBSD.org
 COMMENT=	Standard MIDI File format library
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=	pathfix pkgconfig readline:port
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes

Modified: head/audio/libsmf/pkg-descr
==============================================================================
--- head/audio/libsmf/pkg-descr	Mon May 12 10:28:51 2014	(r353795)
+++ head/audio/libsmf/pkg-descr	Mon May 12 10:36:04 2014	(r353796)
@@ -3,4 +3,4 @@ It transparently handles timepulses conv
 etc.  The only dependencies are C compiler and glib.  Full API
 documentation and examples are included.
 
-WWW:	https://github.com/nilsgey/libsmf
+WWW: https://github.com/nilsgey/libsmf


More information about the svn-ports-head mailing list