[41860] trunk/dports/gnome/gtksourceview-sharp2/Portfile

nox at macports.org nox at macports.org
Tue Nov 11 07:46:38 PST 2008


Revision: 41860
          http://trac.macports.org/changeset/41860
Author:   nox at macports.org
Date:     2008-11-11 07:46:37 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
gtksourceview-sharp2:
 * Updated to 0.12.
 * Added glib2 dependency.
 * Enabled parallel build.
 * Disabled universal variant (arch-agnostic port).

Modified Paths:
--------------
    trunk/dports/gnome/gtksourceview-sharp2/Portfile

Modified: trunk/dports/gnome/gtksourceview-sharp2/Portfile
===================================================================
--- trunk/dports/gnome/gtksourceview-sharp2/Portfile	2008-11-11 15:27:10 UTC (rev 41859)
+++ trunk/dports/gnome/gtksourceview-sharp2/Portfile	2008-11-11 15:46:37 UTC (rev 41860)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -4,7 +5,7 @@
 
 name            gtksourceview-sharp2
 set my_name     gtksourceview-sharp-2.0
-version         0.11
+version         0.12
 categories      gnome devel
 maintainers     nox
 platforms       darwin
@@ -13,24 +14,27 @@
 long_description \
     ${description}
 
-homepage        http://gtk-sharp.sourceforge.net/
-master_sites    http://go-mono.com/sources/${name}/
+homepage        http://www.mono-project.com/GtkSharp
+master_sites    http://ftp.novell.com/pub/mono/sources/$name/
 distname        ${my_name}-${version}
 use_bzip2       yes
 
-checksums       md5 a8f56f02378b9b97e927748b099854a7 \
-                sha1 e37570df15bb6658c4d7f2bf04295e5a670bcb16 \
-                rmd160 f8ec8da286a8f9d3304e1bb09aaf703c7b464455
+checksums       md5     f0c9c6dc24b677d9208b0c8c38e769a4 \
+                sha1    36e673a67922b35b9b28b91e20464aa2fd9b457d \
+                rmd160  b9f54d87a4f61e81040f05ff9fddc389b3470510
 
 patchfiles      patch-Makefile.in.diff
 
 depends_build   port:pkgconfig
 
 depends_lib     port:mono \
+                path:pkgconfig/glib-2.0.pc:glib2 \
                 port:gtk-sharp2 \
                 port:gnome-sharp2 \
                 port:gtksourceview
 
+configure.args  ac_cv_path_MONODOCER=no
+
 post-configure {
     # TODO This shouldn't be needed, we need to fix Mono dllmap library path.
     fs-traverse {f} ${worksrcpath} {
@@ -40,6 +44,10 @@
     }
 }
 
+use_parallel_build  yes
+
+universal_variant   no
+
 livecheck.check regex
 livecheck.url   http://go-mono.com/sources-stable/
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081111/079420da/attachment.html>


More information about the macports-changes mailing list