[86791] trunk/dports/textproc/multimarkdown/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Nov 4 06:00:38 PDT 2011


Revision: 86791
          http://trac.macports.org/changeset/86791
Author:   singingwolfboy at macports.org
Date:     2011-11-04 06:00:36 -0700 (Fri, 04 Nov 2011)
Log Message:
-----------
multimarkdown: update to v3.2

Modified Paths:
--------------
    trunk/dports/textproc/multimarkdown/Portfile

Modified: trunk/dports/textproc/multimarkdown/Portfile
===================================================================
--- trunk/dports/textproc/multimarkdown/Portfile	2011-11-04 10:52:19 UTC (rev 86790)
+++ trunk/dports/textproc/multimarkdown/Portfile	2011-11-04 13:00:36 UTC (rev 86791)
@@ -5,8 +5,8 @@
 name                multimarkdown
 set git_name        peg-${name}
 set git_author      fletcher
-version             3.0b11
-revision            3
+version             3.2
+revision            1
 categories          textproc
 license             GPL-2+ MIT
 maintainers         singingwolfboy openmaintainer
@@ -23,12 +23,6 @@
 
 homepage            http://fletcherpenney.net/multimarkdown/
 platforms           darwin
-#master_sites        https://github.com/${git_author}/${git_name}/tarball/${version}
-#distname            ${git_author}-${git_name}-${version}-0-g92e0466
-#worksrcdir          ${git_author}-${git_name}-8486af4
-#checksums           md5     7814325404daa9b570b4506f8302c034 \
-#                    sha1    42f6882bb55092c2b89aae124ac54a70dd0215d7 \
-#                    rmd160  5c2b3f58b99196dd78128de25aef94fc2f7001e5
 
 fetch.type          git
 git.url             https://github.com/${git_author}/${git_name}
@@ -48,12 +42,10 @@
 
 destroot {
     xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin/
-
-    set docdir ${destroot}${prefix}/share/doc/${name}
-    xinstall -d ${docdir}
-    xinstall -m 644 -W ${worksrcpath} \
-        README.markdown manual.txt manual.html \
-        ${docdir}
+    # documentation
+    xinstall -d ${destroot}${prefix}/share/doc
+    delete ${worksrcpath}/documentation/.git
+    move ${worksrcpath}/documentation ${destroot}${prefix}/share/doc/${name}
 }
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 port:gettext
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111104/8a8a4145/attachment.html>


More information about the macports-changes mailing list