[51246] trunk/dports/devel/wxd/Portfile

and.damore at macports.org and.damore at macports.org
Thu May 21 11:37:14 PDT 2009


Revision: 51246
          http://trac.macports.org/changeset/51246
Author:   and.damore at macports.org
Date:     2009-05-21 11:37:13 -0700 (Thu, 21 May 2009)
Log Message:
-----------
Update per ticket #19657

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

Modified: trunk/dports/devel/wxd/Portfile
===================================================================
--- trunk/dports/devel/wxd/Portfile	2009-05-21 17:23:38 UTC (rev 51245)
+++ trunk/dports/devel/wxd/Portfile	2009-05-21 18:37:13 UTC (rev 51246)
@@ -1,8 +1,8 @@
 # $Id$
 PortSystem      1.0
 name            wxd
-version         0.10
-maintainers     usami-k at yc5.so-net.ne.jp
+version         0.14
+maintainers     yc5.so-net.ne.jp:usami-k
 platforms       darwin
 categories      devel
 description     wxWidgets bindings for the D programming language
@@ -11,12 +11,14 @@
 homepage        http://wxd.sourceforge.net/
 master_sites    sourceforge:wxd
 extract.suffix  .tgz
-checksums       md5 9e40ae359e3b129b51665e89debfd9e7
+checksums       md5 414acdf06c09a36d50a82e4a2b9acef8 \
+                sha1 21f72c36f6f19353c96f91787c4cf2fd6ffa9e28 \
+                rmd160 394b15074ff562d9fe8ef42b80f545abeb659aed
 worksrcdir      ${name}
 depends_lib     bin:gdc:gdc \
                 port:wxWidgets
 
-configure {}
+use_configure   no
 
 destroot.destdir DESTDIR=${destroot} PREFIX=${prefix}
 post-destroot {
@@ -30,7 +32,7 @@
 
 universal_variant   no
 
-variant with_doxygen {
+variant with_doxygen description {Include documentations by doxygen} {
     depends_build   port:doxygen
     build.target-append docs
     post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090521/082a3536/attachment.html>


More information about the macports-changes mailing list