[111118] trunk/dports/textproc/multimarkdown
cal at macports.org
cal at macports.org
Sun Sep 15 12:04:31 PDT 2013
Revision: 111118
https://trac.macports.org/changeset/111118
Author: cal at macports.org
Date: 2013-09-15 12:04:31 -0700 (Sun, 15 Sep 2013)
Log Message:
-----------
multimarkdown: update to 4.3, closes #40486, maintainer
Modified Paths:
--------------
trunk/dports/textproc/multimarkdown/Portfile
trunk/dports/textproc/multimarkdown/files/patch-Makefile.diff
Modified: trunk/dports/textproc/multimarkdown/Portfile
===================================================================
--- trunk/dports/textproc/multimarkdown/Portfile 2013-09-15 19:00:48 UTC (rev 111117)
+++ trunk/dports/textproc/multimarkdown/Portfile 2013-09-15 19:04:31 UTC (rev 111118)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup github 1.0
-github.setup fletcher MultiMarkdown-4 4.2.1
+github.setup fletcher MultiMarkdown-4 4.3
name multimarkdown
categories textproc
# peg-markdown is released under both the GPL and MIT licenses.
@@ -36,9 +36,6 @@
system -W ${worksrcpath} "git submodule update --init"
}
-# https://github.com/fletcher/MultiMarkdown-4/issues/13
-patchfiles patch-Makefile.diff
-
use_configure no
variant universal {}
Modified: trunk/dports/textproc/multimarkdown/files/patch-Makefile.diff
===================================================================
--- trunk/dports/textproc/multimarkdown/files/patch-Makefile.diff 2013-09-15 19:00:48 UTC (rev 111117)
+++ trunk/dports/textproc/multimarkdown/files/patch-Makefile.diff 2013-09-15 19:04:31 UTC (rev 111118)
@@ -1,22 +0,0 @@
---- Makefile.orig 2013-08-15 21:30:50.000000000 -0500
-+++ Makefile 2013-08-15 21:31:09.000000000 -0500
-@@ -15,16 +15,16 @@
- ALL : $(PROGRAM) enumMap.txt
-
- %.o : %.c parser.h
-- gcc -c $(CFLAGS) -o $@ $<
-+ $(CC) -c $(CFLAGS) -o $@ $<
-
- parser.c : parser.leg greg/greg parser.h
- greg/greg -o parser.c parser.leg
-
- $(GREG): greg
-- CC=gcc $(MAKE) -C greg
-+ $(MAKE) -C greg
-
- $(PROGRAM) : $(OBJS)
-- gcc $(CFLAGS) -o $@ $(OBJS)
-+ $(CC) $(CFLAGS) -o $@ $(OBJS)
-
- clean:
- rm -f $(PROGRAM) $(OBJS) parser.c enumMap.txt speed*.txt; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130915/77d9cb59/attachment.html>
More information about the macports-changes
mailing list