Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 12:28:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365450 - head/deskutils/tomboy
Message-ID:  <201408201228.s7KCSTW0077470@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 20 12:28:29 2014
New Revision: 365450
URL: http://svnweb.freebsd.org/changeset/ports/365450
QAT: https://qat.redports.org/buildarchive/r365450/

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

Modified:
  head/deskutils/tomboy/Makefile
  head/deskutils/tomboy/pkg-plist

Modified: head/deskutils/tomboy/Makefile
==============================================================================
--- head/deskutils/tomboy/Makefile	Wed Aug 20 12:28:10 2014	(r365449)
+++ head/deskutils/tomboy/Makefile	Wed Aug 20 12:28:29 2014	(r365450)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tomboy
 PORTVERSION=	1.14.1
+PORTREVISION=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -16,7 +17,7 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \
 		mautil:${PORTSDIR}/devel/mono-addins
 
-USES=		gettext gmake mono pathfix pkgconfig tar:xz
+USES=		gettext gmake libtool mono pathfix pkgconfig tar:xz
 USE_GNOME=	intlhack gnomeprefix gnomedesktopsharp20
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes

Modified: head/deskutils/tomboy/pkg-plist
==============================================================================
--- head/deskutils/tomboy/pkg-plist	Wed Aug 20 12:28:10 2014	(r365449)
+++ head/deskutils/tomboy/pkg-plist	Wed Aug 20 12:28:29 2014	(r365450)
@@ -38,7 +38,6 @@ lib/tomboy/addins/WebDavSyncService.dll
 lib/tomboy/addins/WebDavSyncService.dll.mdb
 lib/tomboy/addins/WebSyncServiceAddin.dll
 lib/tomboy/addins/WebSyncServiceAddin.dll.mdb
-lib/tomboy/libtomboy.la
 lib/tomboy/libtomboy.so
 %%APPLET%%libdata/bonobo/servers/GNOME_TomboyApplet.server
 libdata/pkgconfig/tomboy-addins.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408201228.s7KCSTW0077470>