svn commit: r324693 - head/devel/gio-sharp
John Marino
marino at FreeBSD.org
Wed Aug 14 10:54:05 UTC 2013
Author: marino
Date: Wed Aug 14 10:54:04 2013
New Revision: 324693
URL: http://svnweb.freebsd.org/changeset/ports/324693
Log:
devel/gio-sharp: Mark jobs unsafe
Pet portlint (trim headers, fix web), replace USE_GMAKE
Approved by: bapt/culot (mentors, implicit)
Modified:
head/devel/gio-sharp/Makefile
head/devel/gio-sharp/pkg-descr
Modified: head/devel/gio-sharp/Makefile
==============================================================================
--- head/devel/gio-sharp/Makefile Wed Aug 14 09:53:39 2013 (r324692)
+++ head/devel/gio-sharp/Makefile Wed Aug 14 10:54:04 2013 (r324693)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gio-sharp
-# Date created: 2011-04-26
-# Whom: Romain Tartiere <romain at FreeBSD.org>
-#
+# Created by: Romain Tartiere <romain at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gio-sharp
PORTVERSION= 2.22.3
@@ -16,7 +12,9 @@ COMMENT= GIO bindings not available in g
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_GNOME= gnomehack gtksharp20
+MAKE_JOBS_UNSAFE=yes
+
.include <bsd.port.mk>
Modified: head/devel/gio-sharp/pkg-descr
==============================================================================
--- head/devel/gio-sharp/pkg-descr Wed Aug 14 09:53:39 2013 (r324692)
+++ head/devel/gio-sharp/pkg-descr Wed Aug 14 10:54:04 2013 (r324693)
@@ -1,3 +1,3 @@
gio-sharp binds the GIO API, which isn't available in Gtk#.
-WWW: http://github.com/mono/gio-sharp
+WWW: http://github.com/mono/gio-sharp
More information about the svn-ports-head
mailing list