svn commit: r361308 - head/audio/gmpc-mserver
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 8 22:22:39 UTC 2014
Author: amdmi3
Date: Tue Jul 8 22:22:38 2014
New Revision: 361308
URL: http://svnweb.freebsd.org/changeset/ports/361308
QAT: https://qat.redports.org/buildarchive/r361308/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/audio/gmpc-mserver/Makefile
head/audio/gmpc-mserver/pkg-plist
Modified: head/audio/gmpc-mserver/Makefile
==============================================================================
--- head/audio/gmpc-mserver/Makefile Tue Jul 8 22:22:30 2014 (r361307)
+++ head/audio/gmpc-mserver/Makefile Tue Jul 8 22:22:38 2014 (r361308)
@@ -3,7 +3,7 @@
PORTNAME= gmpc-mserver
PORTVERSION= 0.20.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
@@ -21,6 +21,6 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GNOME= glib20 gtk20 libxml2
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake libtool pathfix pkgconfig
.include <bsd.port.mk>
Modified: head/audio/gmpc-mserver/pkg-plist
==============================================================================
--- head/audio/gmpc-mserver/pkg-plist Tue Jul 8 22:22:30 2014 (r361307)
+++ head/audio/gmpc-mserver/pkg-plist Tue Jul 8 22:22:38 2014 (r361308)
@@ -1,4 +1,3 @@
-lib/gmpc/plugins/gmpcmserverplugin.la
lib/gmpc/plugins/gmpcmserverplugin.so
share/gmpc/plugins/gmpc-mserver/gmpc-mserver.png
@dirrmtry lib/gmpc/plugins
More information about the svn-ports-head
mailing list