Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 00:07:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395805 - head/audio/gmpc-magnatune
Message-ID:  <201509020007.t8207qYH081712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  2 00:07:52 2015
New Revision: 395805
URL: https://svnweb.freebsd.org/changeset/ports/395805

Log:
  - Fix comment
  - Add LICENSE
  - Strip library

Modified:
  head/audio/gmpc-magnatune/Makefile

Modified: head/audio/gmpc-magnatune/Makefile
==============================================================================
--- head/audio/gmpc-magnatune/Makefile	Tue Sep  1 23:15:06 2015	(r395804)
+++ head/audio/gmpc-magnatune/Makefile	Wed Sep  2 00:07:52 2015	(r395805)
@@ -3,12 +3,15 @@
 
 PORTNAME=	gmpc-magnatune
 PORTVERSION=	11.8.16
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	The Magnatune plugin let's you preview music from Magnatune
+COMMENT=	Magnatune plugin lets you preview music from Magnatune
+
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libmpd.so:${PORTSDIR}/audio/libmpd \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
@@ -18,5 +21,6 @@ RUN_DEPENDS=	gmpc:${PORTSDIR}/audio/gmpc
 GNU_CONFIGURE=	yes
 USE_GNOME=	intltool glib20 gtk20 libglade2
 USES=		gettext gmake libtool pkgconfig
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>



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