svn commit: r361302 - head/audio/gmpc-discogs

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 8 22:21:35 UTC 2014


Author: amdmi3
Date: Tue Jul  8 22:21:34 2014
New Revision: 361302
URL: http://svnweb.freebsd.org/changeset/ports/361302
QAT: https://qat.redports.org/buildarchive/r361302/

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

Modified:
  head/audio/gmpc-discogs/Makefile
  head/audio/gmpc-discogs/pkg-plist

Modified: head/audio/gmpc-discogs/Makefile
==============================================================================
--- head/audio/gmpc-discogs/Makefile	Tue Jul  8 22:21:27 2014	(r361301)
+++ head/audio/gmpc-discogs/Makefile	Tue Jul  8 22:21:34 2014	(r361302)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-discogs
 PORTVERSION=	0.20.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
@@ -17,6 +17,6 @@ RUN_DEPENDS=	gmpc:${PORTSDIR}/audio/gmpc
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk20 intltool libxml2
-USES=		gettext gmake pathfix pkgconfig
+USES=		gettext gmake libtool pathfix pkgconfig
 
 .include <bsd.port.mk>

Modified: head/audio/gmpc-discogs/pkg-plist
==============================================================================
--- head/audio/gmpc-discogs/pkg-plist	Tue Jul  8 22:21:27 2014	(r361301)
+++ head/audio/gmpc-discogs/pkg-plist	Tue Jul  8 22:21:34 2014	(r361302)
@@ -1,4 +1,3 @@
-lib/gmpc/plugins/discogsplugin.la
 lib/gmpc/plugins/discogsplugin.so
 share/locale/bs/LC_MESSAGES/gmpc-discogs.mo
 share/locale/de/LC_MESSAGES/gmpc-discogs.mo


More information about the svn-ports-head mailing list