svn commit: r361303 - head/audio/gmpc-lastfm
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 8 22:21:47 UTC 2014
Author: amdmi3
Date: Tue Jul 8 22:21:46 2014
New Revision: 361303
URL: http://svnweb.freebsd.org/changeset/ports/361303
QAT: https://qat.redports.org/buildarchive/r361303/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/audio/gmpc-lastfm/Makefile
head/audio/gmpc-lastfm/pkg-plist
Modified: head/audio/gmpc-lastfm/Makefile
==============================================================================
--- head/audio/gmpc-lastfm/Makefile Tue Jul 8 22:21:34 2014 (r361302)
+++ head/audio/gmpc-lastfm/Makefile Tue Jul 8 22:21:46 2014 (r361303)
@@ -3,7 +3,7 @@
PORTNAME= gmpc-lastfm
PORTVERSION= 0.20.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
@@ -18,6 +18,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-lastfm/pkg-plist
==============================================================================
--- head/audio/gmpc-lastfm/pkg-plist Tue Jul 8 22:21:34 2014 (r361302)
+++ head/audio/gmpc-lastfm/pkg-plist Tue Jul 8 22:21:46 2014 (r361303)
@@ -1,4 +1,3 @@
-lib/gmpc/plugins/lastfmplugin.la
lib/gmpc/plugins/lastfmplugin.so
share/locale/bg/LC_MESSAGES/gmpc-lastfm.mo
share/locale/bs/LC_MESSAGES/gmpc-lastfm.mo
More information about the svn-ports-head
mailing list