svn commit: r361310 - head/audio/gmpc-magnatune
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 8 22:22:52 UTC 2014
Author: amdmi3
Date: Tue Jul 8 22:22:52 2014
New Revision: 361310
URL: http://svnweb.freebsd.org/changeset/ports/361310
QAT: https://qat.redports.org/buildarchive/r361310/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/audio/gmpc-magnatune/Makefile
head/audio/gmpc-magnatune/pkg-plist
Modified: head/audio/gmpc-magnatune/Makefile
==============================================================================
--- head/audio/gmpc-magnatune/Makefile Tue Jul 8 22:22:45 2014 (r361309)
+++ head/audio/gmpc-magnatune/Makefile Tue Jul 8 22:22:52 2014 (r361310)
@@ -3,7 +3,7 @@
PORTNAME= gmpc-magnatune
PORTVERSION= 11.8.16
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
@@ -17,6 +17,6 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
USE_GNOME= intltool glib20 gtk20 libglade2
-USES= gettext gmake pkgconfig
+USES= gettext gmake libtool pkgconfig
.include <bsd.port.mk>
Modified: head/audio/gmpc-magnatune/pkg-plist
==============================================================================
--- head/audio/gmpc-magnatune/pkg-plist Tue Jul 8 22:22:45 2014 (r361309)
+++ head/audio/gmpc-magnatune/pkg-plist Tue Jul 8 22:22:52 2014 (r361310)
@@ -1,4 +1,3 @@
-lib/gmpc/plugins/magnatuneplugin.la
lib/gmpc/plugins/magnatuneplugin.so
share/gmpc/plugins/magnatune/magnatune.png
@dirrmtry share/gmpc/plugins/magnatune
More information about the svn-ports-all
mailing list