svn commit: r390402 - head/audio/gnomoradio

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 23 14:07:21 UTC 2015


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 at brutele.be>
 # $FreeBSD$
 
-PORTNAME=		gnomoradio
-PORTVERSION=		0.15.1
-PORTREVISION=	18
-CATEGORIES=		audio net
-MASTER_SITES=		SAVANNAH
-
-MAINTAINER=		ports at 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 at 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)/' \


More information about the svn-ports-head mailing list