svn commit: r360002 - head/audio/deadbeef-mpris-plugin

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 1 13:08:50 UTC 2014


Author: amdmi3
Date: Tue Jul  1 13:08:49 2014
New Revision: 360002
URL: http://svnweb.freebsd.org/changeset/ports/360002
QAT: https://qat.redports.org/buildarchive/r360002/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/audio/deadbeef-mpris-plugin/Makefile
  head/audio/deadbeef-mpris-plugin/pkg-plist

Modified: head/audio/deadbeef-mpris-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-mpris-plugin/Makefile	Tue Jul  1 13:06:03 2014	(r360001)
+++ head/audio/deadbeef-mpris-plugin/Makefile	Tue Jul  1 13:08:49 2014	(r360002)
@@ -3,7 +3,7 @@
 
 PORTNAME=	deadbeef-mpris-plugin
 PORTVERSION=	2.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
 
@@ -17,7 +17,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
-USES=		pkgconfig
+USES=		pkgconfig libtool
+INSTALL_TARGET=	install-strip
 
 WRKSRC=		${WRKDIR}/deadbeef-${PORTVERSION}
 

Modified: head/audio/deadbeef-mpris-plugin/pkg-plist
==============================================================================
--- head/audio/deadbeef-mpris-plugin/pkg-plist	Tue Jul  1 13:06:03 2014	(r360001)
+++ head/audio/deadbeef-mpris-plugin/pkg-plist	Tue Jul  1 13:08:49 2014	(r360002)
@@ -1,5 +1,5 @@
 lib/deadbeef/mpris.a
-lib/deadbeef/mpris.la
 lib/deadbeef/mpris.so
 lib/deadbeef/mpris.so.0
+lib/deadbeef/mpris.so.0.0.0
 @dirrmtry lib/deadbeef


More information about the svn-ports-head mailing list