[33076] trunk/dports/devel/monodoc/Portfile

nox at macports.org nox at macports.org
Thu Jan 17 07:25:53 PST 2008


Revision: 33076
          http://trac.macosforge.org/projects/macports/changeset/33076
Author:   nox at macports.org
Date:     2008-01-17 07:25:45 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
monodoc:
 * Updated to 1.2.6.
 * Fixed dependencies.
 * Fixed categories.
 * Added livecheck.
 * Added sha1 and rmd160 checksums.

Modified Paths:
--------------
    trunk/dports/devel/monodoc/Portfile

Modified: trunk/dports/devel/monodoc/Portfile
===================================================================
--- trunk/dports/devel/monodoc/Portfile	2008-01-17 15:07:24 UTC (rev 33075)
+++ trunk/dports/devel/monodoc/Portfile	2008-01-17 15:25:45 UTC (rev 33076)
@@ -3,8 +3,8 @@
 PortSystem      1.0
 
 name            monodoc
-version         1.1.13
-categories      x11
+version         1.2.6
+categories      devel
 platforms       darwin
 maintainers     nomaintainer
 description     Documentation for the Mono .NET Development Framework
@@ -13,12 +13,20 @@
     This is the documentation for Mono, an open source \
     implementation of the .NET Development Framework.
 
-homepage        http://www.go-mono.org/
+homepage        http://go-mono.com/
+use_zip         yes
 
-master_sites    http://www.go-mono.com/sources/monodoc/ \
+master_sites    ${homepage}sources/monodoc/ \
                 freebsd
 
-checksums       md5 b5366181170e473c918537af145adafb
+checksums       md5 bd4c9619ebf3b41803b7ca9097be7fc1 \
+                sha1 653ad52a26e881ce056c38de4d070040c69ef969 \
+                rmd160 36be51dfdf55a1e1113d16429c72dc8875856093
 
-depends_lib     bin:mono:mono \
-                lib:libgtksharpglue:gtk-sharp
+depends_build   port:pkgconfig
+
+depends_lib     port:mono
+
+livecheck.check regex
+livecheck.url   ${homepage}sources-stable/
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/8cd0464a/attachment.html


More information about the macports-changes mailing list