svn commit: r359622 - head/multimedia/cheese

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 27 22:34:42 UTC 2014


Author: amdmi3
Date: Fri Jun 27 22:34:41 2014
New Revision: 359622
URL: http://svnweb.freebsd.org/changeset/ports/359622
QAT: https://qat.redports.org/buildarchive/r359622/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket
  Approved by:	kwm (converting leaf gnome@ ports to USES=libtool)

Modified:
  head/multimedia/cheese/Makefile
  head/multimedia/cheese/pkg-plist

Modified: head/multimedia/cheese/Makefile
==============================================================================
--- head/multimedia/cheese/Makefile	Fri Jun 27 22:32:22 2014	(r359621)
+++ head/multimedia/cheese/Makefile	Fri Jun 27 22:34:41 2014	(r359622)
@@ -4,7 +4,7 @@
 
 PORTNAME=	cheese
 PORTVERSION=	2.32.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linu
 LIB_DEPENDS=	libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
 		libhal.so:${PORTSDIR}/sysutils/hal
 
-USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
 USE_XORG=	xxf86vm
 USE_GNOME=	gnomeprefix intlhack evolutiondataserver librsvg2 \
 		gnomedocutils gnomedesktop

Modified: head/multimedia/cheese/pkg-plist
==============================================================================
--- head/multimedia/cheese/pkg-plist	Fri Jun 27 22:32:22 2014	(r359621)
+++ head/multimedia/cheese/pkg-plist	Fri Jun 27 22:34:41 2014	(r359622)
@@ -3,7 +3,6 @@ include/cheese/cheese-avatar-chooser.h
 include/cheese/cheese-camera-device-monitor.h
 include/cheese/cheese-widget.h
 lib/libcheese-gtk.a
-lib/libcheese-gtk.la
 lib/libcheese-gtk.so
 lib/libcheese-gtk.so.18
 lib/libcheese-gtk.so.18.0.0


More information about the svn-ports-head mailing list