svn commit: r323769 - head/deskutils/tomboy
John Marino
marino at FreeBSD.org
Sat Jul 27 00:00:01 UTC 2013
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 at sdf.lonestar.org>
-#
+# Created by: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
# $FreeBSD$
-#
PORTNAME= tomboy
PORTVERSION= 1.12.2
@@ -14,7 +10,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= mono at 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/
More information about the svn-ports-all
mailing list