From owner-svn-ports-head@FreeBSD.ORG Sat Jul 27 00:00:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 02B5F1B6; Sat, 27 Jul 2013 00:00:01 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA7C5270E; Sat, 27 Jul 2013 00:00:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6R000Sm009828; Sat, 27 Jul 2013 00:00:00 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6R00026009813; Sat, 27 Jul 2013 00:00:00 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307270000.r6R00026009813@svn.freebsd.org> From: John Marino Date: Sat, 27 Jul 2013 00:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323769 - head/deskutils/tomboy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 00:00:01 -0000 Author: marino Date: Sat Jul 27 00:00:00 2013 New Revision: 323769 URL: http://svnweb.freebsd.org/changeset/ports/323769 Log: deskutils/tomboy: Not jobs safe While here, did the following cleanups: * Trim makefile header * Fixed WWW indent on pkg-descr * Removed library version specification * converted USE_GMAKE to USES+=gmake Approved by: bapt/culot (mentors, implicit) Modified: head/deskutils/tomboy/Makefile head/deskutils/tomboy/pkg-descr Modified: head/deskutils/tomboy/Makefile ============================================================================== --- head/deskutils/tomboy/Makefile Fri Jul 26 23:52:01 2013 (r323768) +++ head/deskutils/tomboy/Makefile Sat Jul 27 00:00:00 2013 (r323769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy -# Date created: 20041011 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# PORTNAME= tomboy PORTVERSION= 1.12.2 @@ -14,7 +10,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= mono@FreeBSD.org COMMENT= Personal note taking system for the GNOME desktop -LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS= gtkspell:${PORTSDIR}/textproc/gtkspell BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp-2.4/gmime-sharp.dll:${PORTSDIR}/mail/gmime24-sharp \ ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \ mautil:${PORTSDIR}/devel/mono-addins @@ -23,14 +19,15 @@ RUN_DEPENDS= ${LOCALBASE}/lib/mono/gmime mautil:${PORTSDIR}/devel/mono-addins USE_XZ= yes -USES= gettext +USES= gettext gmake USE_GNOME= gnomehack intlhack gnomeprefix gnomedesktopsharp20 GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + CONFIGURE_ARGS+=--enable-evolution=yes MAN1= tomboy.1 Modified: head/deskutils/tomboy/pkg-descr ============================================================================== --- head/deskutils/tomboy/pkg-descr Fri Jul 26 23:52:01 2013 (r323768) +++ head/deskutils/tomboy/pkg-descr Sat Jul 27 00:00:00 2013 (r323769) @@ -8,4 +8,4 @@ is as simple as typing a name. Branching the Link button. And links between your ideas won't break, even when renaming and reorganizing them. -WWW: http://projects.gnome.org/tomboy/ +WWW: http://projects.gnome.org/tomboy/