Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 14:07:21 +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: r390402 - head/audio/gnomoradio
Message-ID:  <201506231407.t5NE7LtJ050694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 23 14:07:20 2015
New Revision: 390402
URL: https://svnweb.freebsd.org/changeset/ports/390402

Log:
  - Strip libraries
  - Fix whitespace

Modified:
  head/audio/gnomoradio/Makefile

Modified: head/audio/gnomoradio/Makefile
==============================================================================
--- head/audio/gnomoradio/Makefile	Tue Jun 23 14:07:14 2015	(r390401)
+++ head/audio/gnomoradio/Makefile	Tue Jun 23 14:07:20 2015	(r390402)
@@ -1,24 +1,25 @@
 # Created by: Jean-Yves Lefort <jylefort@brutele.be>
 # $FreeBSD$
 
-PORTNAME=		gnomoradio
-PORTVERSION=		0.15.1
-PORTREVISION=	18
-CATEGORIES=		audio net
-MASTER_SITES=		SAVANNAH
-
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		Program for finding and playing free music from the Internet
-
-LIB_DEPENDS=		libvorbis.so:${PORTSDIR}/audio/libvorbis \
-			libao.so:${PORTSDIR}/audio/libao
-
-USES=			pathfix pkgconfig libtool
-GNU_CONFIGURE=		yes
-USE_GNOME=		gconfmm26 gnomeprefix gtkmm24
-USE_LDCONFIG=		yes
+PORTNAME=	gnomoradio
+PORTVERSION=	0.15.1
+PORTREVISION=	19
+CATEGORIES=	audio net
+MASTER_SITES=	SAVANNAH
+
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Program for finding and playing free music from the Internet
+
+LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis \
+		libao.so:${PORTSDIR}/audio/libao
+
+USES=		pathfix pkgconfig libtool
+GNU_CONFIGURE=	yes
+USE_GNOME=	gconfmm26 gnomeprefix gtkmm24
+USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} '/^rainbow_get_LDADD =/s/$$/ $$(RAINBOW_LIBS)/' \



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