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

ryandesign at macports.org ryandesign at macports.org
Sun Aug 12 01:49:23 PDT 2012


Revision: 96491
          https://trac.macports.org/changeset/96491
Author:   ryandesign at macports.org
Date:     2012-08-12 01:49:21 -0700 (Sun, 12 Aug 2012)
Log Message:
-----------
multimarkdown: update to 3.6; installs_libs no

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

Modified: trunk/dports/textproc/multimarkdown/Portfile
===================================================================
--- trunk/dports/textproc/multimarkdown/Portfile	2012-08-12 08:15:27 UTC (rev 96490)
+++ trunk/dports/textproc/multimarkdown/Portfile	2012-08-12 08:49:21 UTC (rev 96491)
@@ -3,12 +3,14 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        fletcher peg-multimarkdown 3.5
+github.setup        fletcher peg-multimarkdown 3.6
 name                multimarkdown
 revision            0
 categories          textproc
 license             GPL-2+ MIT
 maintainers         singingwolfboy openmaintainer
+installs_libs       no
+
 description         turn minimally marked-up plain text into well formatted documents
 long_description    \
     MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain \
@@ -27,7 +29,7 @@
 
 post-fetch {
     system -W ${worksrcpath} "git submodule init"
-    reinplace "s|git at github.com:|https://github.com/|" ${worksrcpath}/.git/config
+    reinplace "s|git://|https://|" ${worksrcpath}/.git/config
     system -W ${worksrcpath} "git submodule update"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120812/938115ad/attachment.html>


More information about the macports-changes mailing list