[114709] trunk/dports/lang/dmd-doc/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 13 20:37:44 PST 2013


Revision: 114709
          https://trac.macports.org/changeset/114709
Author:   ryandesign at macports.org
Date:     2013-12-13 20:37:44 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
dmd-doc: fix github.project; remove unneeded realname variable; supported_archs noarch

Modified Paths:
--------------
    trunk/dports/lang/dmd-doc/Portfile

Modified: trunk/dports/lang/dmd-doc/Portfile
===================================================================
--- trunk/dports/lang/dmd-doc/Portfile	2013-12-14 04:34:33 UTC (rev 114708)
+++ trunk/dports/lang/dmd-doc/Portfile	2013-12-14 04:37:44 UTC (rev 114709)
@@ -4,13 +4,14 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-set realname        d-programming-language.org
-github.setup        D-Programming-Language ${realname} 2.064 v
+github.setup        D-Programming-Language dlang.org 2.064 v
 name                dmd-doc
 categories          lang
 platforms           darwin
 license             DMD
 maintainers         takeshi openmaintainer
+supported_archs     noarch
+
 description         HTML files for dman of the D programming language compiler
 long_description \
     D is a language with C-like syntax and static typing. \
@@ -22,6 +23,9 @@
 checksums           rmd160  173003a154eb1f2f59689940b01cea36da1d0980 \
                     sha256  da1de870b1091fe49737bba51a3cd41415b24e1cf857dc0bd431da3f8df2c718
 
+# remove this with the next version update
+distname            d-programming-language.org-${version}
+
 depends_lib         port:phobos
 
 use_configure       no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/c75678da/attachment.html>


More information about the macports-changes mailing list