Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 22:25:44 +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: r361313 - head/audio/gmpc-extraplaylist
Message-ID:  <201407082225.s68MPiKY035831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul  8 22:25:43 2014
New Revision: 361313
URL: http://svnweb.freebsd.org/changeset/ports/361313
QAT: https://qat.redports.org/buildarchive/r361313/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/audio/gmpc-extraplaylist/Makefile

Modified: head/audio/gmpc-extraplaylist/Makefile
==============================================================================
--- head/audio/gmpc-extraplaylist/Makefile	Tue Jul  8 22:23:03 2014	(r361312)
+++ head/audio/gmpc-extraplaylist/Makefile	Tue Jul  8 22:25:43 2014	(r361313)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-extraplaylist
 PORTVERSION=	0.20.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
@@ -16,11 +16,10 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS=	gmpc:${PORTSDIR}/audio/gmpc
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		libtool pkgconfig
 USE_GNOME=	glib20 gtk20 libglade2 libxml2
 
-PLIST_FILES=	lib/gmpc/plugins/libextraplaylist.la \
-		lib/gmpc/plugins/libextraplaylist.so
+PLIST_FILES=	lib/gmpc/plugins/libextraplaylist.so
 PLIST_DIRSTRY=	lib/gmpc/plugins lib/gmpc
 
 .include <bsd.port.mk>



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