Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2013 00:00:00 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323769 - head/deskutils/tomboy
Message-ID:  <201307270000.r6R00026009813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tmclaugh@sdf.lonestar.org>
-#
+# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
 # $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/



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