svn commit: r361307 - head/audio/gmpc-shout
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 8 22:22:31 UTC 2014
Author: amdmi3
Date: Tue Jul 8 22:22:30 2014
New Revision: 361307
URL: http://svnweb.freebsd.org/changeset/ports/361307
QAT: https://qat.redports.org/buildarchive/r361307/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/audio/gmpc-shout/Makefile
head/audio/gmpc-shout/pkg-plist
Modified: head/audio/gmpc-shout/Makefile
==============================================================================
--- head/audio/gmpc-shout/Makefile Tue Jul 8 22:22:20 2014 (r361306)
+++ head/audio/gmpc-shout/Makefile Tue Jul 8 22:22:30 2014 (r361307)
@@ -3,7 +3,7 @@
PORTNAME= gmpc-shout
PORTVERSION= 0.20.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
@@ -19,6 +19,6 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
USE_GNOME= intltool glib20 gtk20 libxml2
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake libtool pathfix pkgconfig
.include <bsd.port.mk>
Modified: head/audio/gmpc-shout/pkg-plist
==============================================================================
--- head/audio/gmpc-shout/pkg-plist Tue Jul 8 22:22:20 2014 (r361306)
+++ head/audio/gmpc-shout/pkg-plist Tue Jul 8 22:22:30 2014 (r361307)
@@ -1,4 +1,3 @@
-lib/gmpc/plugins/shoutplugin.la
lib/gmpc/plugins/shoutplugin.so
share/locale/bs/LC_MESSAGES/gmpc-shout.mo
share/locale/de/LC_MESSAGES/gmpc-shout.mo
More information about the svn-ports-all
mailing list