svn commit: r356666 - head/x11/menu-cache

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 5 18:05:54 UTC 2014


Author: amdmi3
Date: Thu Jun  5 18:05:53 2014
New Revision: 356666
URL: http://svnweb.freebsd.org/changeset/ports/356666
QAT: https://qat.redports.org/buildarchive/r356666/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/x11/menu-cache/Makefile
  head/x11/menu-cache/pkg-plist

Modified: head/x11/menu-cache/Makefile
==============================================================================
--- head/x11/menu-cache/Makefile	Thu Jun  5 18:05:41 2014	(r356665)
+++ head/x11/menu-cache/Makefile	Thu Jun  5 18:05:53 2014	(r356666)
@@ -3,16 +3,16 @@
 
 PORTNAME=	menu-cache
 PORTVERSION=	0.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	SF/lxde/menu-cache/menu-cache%20$${PORTVERSION:R}.x/
 
 MAINTAINER=	horia at racoviceanu.com
 COMMENT=	The menu-cache portion of LXDE
 
-USES=		fam gmake pathfix pkgconfig
+USES=		fam gmake pathfix pkgconfig libtool
+GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/x11/menu-cache/pkg-plist
==============================================================================
--- head/x11/menu-cache/pkg-plist	Thu Jun  5 18:05:41 2014	(r356665)
+++ head/x11/menu-cache/pkg-plist	Thu Jun  5 18:05:53 2014	(r356666)
@@ -1,8 +1,8 @@
 include/menu-cache/menu-cache.h
 lib/libmenu-cache.a
-lib/libmenu-cache.la
 lib/libmenu-cache.so
 lib/libmenu-cache.so.3
+lib/libmenu-cache.so.3.0.1
 libdata/pkgconfig/libmenu-cache.pc
 libexec/menu-cache/menu-cache-gen
 libexec/menu-cache/menu-cached


More information about the svn-ports-head mailing list