<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[133945] trunk/dports/textproc/mdocml</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/133945">133945</a></dd>
<dt>Author</dt> <dd>khindenburg@macports.org</dd>
<dt>Date</dt> <dd>2015-03-15 18:06:59 -0700 (Sun, 15 Mar 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>mdocml: update to 1.13.1; add conflicts groff #45484</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportstextprocmdocmlPortfile">trunk/dports/textproc/mdocml/Portfile</a></li>
<li><a href="#trunkdportstextprocmdocmlfilespatchMakefilediff">trunk/dports/textproc/mdocml/files/patch-Makefile.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportstextprocmdocmlPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/textproc/mdocml/Portfile (133944 => 133945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/textproc/mdocml/Portfile        2015-03-16 00:41:51 UTC (rev 133944)
+++ trunk/dports/textproc/mdocml/Portfile        2015-03-16 01:06:59 UTC (rev 133945)
</span><span class="lines">@@ -4,26 +4,27 @@
</span><span class="cx"> PortSystem          1.0
</span><span class="cx"> 
</span><span class="cx"> name                mdocml
</span><del>-version             1.10.5
</del><ins>+conflicts           groff
+version             1.13.1
</ins><span class="cx"> categories          textproc sysutils
</span><span class="cx"> license             ISC
</span><span class="cx"> platforms           darwin
</span><span class="cx"> maintainers         nomaintainer
</span><span class="cx"> 
</span><del>-description         BSD.lv's mldoc - a groff replacement
</del><ins>+description         UNIX manpage compiler
</ins><span class="cx"> 
</span><del>-long_description    mdocml is a collection of tools for \
-                    compiling \&quot;-mdoc\&quot;, the roff macro package for \
-                    BSD manual pages. mdocml should deprecate the \
-                    standard GNU roff for displaying -mdoc pages \
-                    whereas the original -mdoc tokens are supported.
</del><ins>+long_description    mandoc is a suite of tools compiling mdoc, the roff \
+                    macro language of choice for BSD manual pages, and man, \
+                    the predominant historical language for UNIX manuals.
</ins><span class="cx"> 
</span><span class="cx"> homepage            http://mdocml.bsd.lv/
</span><span class="cx"> master_sites        ${homepage}snapshots/
</span><span class="cx"> 
</span><del>-checksums           sha1    20a3ef8806b4107841b91816ab638b2cab7b0a3b \
-                    rmd160  ac1d9736ee67e6f78a382dff1e5ef96f75a45822
</del><ins>+checksums           rmd160  f517562dac1d8cdfd3df6b2dbb2e02b175fa25e2 \
+                    sha256  7a18e728dc8555b1095bf7edbf086e1d6afb5508c06a7baecfd0b0e448648bf9
</ins><span class="cx"> 
</span><ins>+depends_lib         port:sqlite3
+
</ins><span class="cx"> patchfiles          patch-Makefile.diff
</span><span class="cx"> 
</span><span class="cx"> post-patch {
</span><span class="lines">@@ -36,3 +37,7 @@
</span><span class="cx"> 
</span><span class="cx"> build.env          CC=&quot;${configure.cc}&quot; \
</span><span class="cx">                    CFLAGS=&quot;${configure.cflags} [get_canonical_archflags cc]&quot;
</span><ins>+
+livecheck.type     regex
+livecheck.url      ${master_sites}
+livecheck.regex    ${name}-(\\d+(?:\\.\\d+)*)
</ins></span></pre></div>
<a id="trunkdportstextprocmdocmlfilespatchMakefilediff"></a>
<div class="modfile"><h4>Modified: trunk/dports/textproc/mdocml/files/patch-Makefile.diff (133944 => 133945)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/textproc/mdocml/files/patch-Makefile.diff        2015-03-16 00:41:51 UTC (rev 133944)
+++ trunk/dports/textproc/mdocml/files/patch-Makefile.diff        2015-03-16 01:06:59 UTC (rev 133945)
</span><span class="lines">@@ -1,24 +1,48 @@
</span><del>---- Makefile.orig        2010-07-20 09:17:25.000000000 +0200
-+++ Makefile        2010-07-20 09:18:24.000000000 +0200
-@@ -1,10 +1,10 @@
- .SUFFIXES:        .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.txt .3.txt .7.txt .1.sgml .3.sgml .7.sgml .h .h.html .1.ps .3.ps .7.ps
</del><ins>+--- Makefile.orig        2014-08-10 13:26:46.000000000 -0400
++++ Makefile        2014-10-20 01:03:29.000000000 -0400
+@@ -36,11 +36,11 @@
</ins><span class="cx">  
</span><del>--PREFIX                = /usr/local
-+PREFIX                = @PREFIX@
- BINDIR                = $(PREFIX)/bin
- INCLUDEDIR        = $(PREFIX)/include
- LIBDIR                = $(PREFIX)/lib
--MANDIR                = $(PREFIX)/man
-+MANDIR                = $(PREFIX)/share/man
- EXAMPLEDIR        = $(PREFIX)/share/examples/mandoc
- INSTALL                = install
- INSTALL_PROGRAM        = $(INSTALL) -m 0755
-@@ -169,7 +169,7 @@
-         mkdir -p $(DESTDIR)$(MANDIR)/man7
-         $(INSTALL_PROGRAM) mandoc $(DESTDIR)$(BINDIR)
-         $(INSTALL_MAN) mandoc.1 $(DESTDIR)$(MANDIR)/man1
--        $(INSTALL_MAN) man.7 mdoc.7 roff.7 mandoc_char.7 $(DESTDIR)$(MANDIR)/man7
-+        $(INSTALL_MAN) mdoc.7 mandoc_char.7 $(DESTDIR)$(MANDIR)/man7
-         $(INSTALL_DATA) example.style.css $(DESTDIR)$(EXAMPLEDIR)
</del><ins>+ CFLAGS                += -g -DHAVE_CONFIG_H
+ CFLAGS             += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
+-PREFIX                 = /usr/local
++PREFIX                 = @PREFIX@
+ BINDIR                 = $(PREFIX)/bin
+ INCLUDEDIR         = $(PREFIX)/include/mandoc
+ LIBDIR                 = $(PREFIX)/lib/mandoc
+-MANDIR                 = $(PREFIX)/man
++MANDIR                 = $(PREFIX)/share/man
+ EXAMPLEDIR         = $(PREFIX)/share/examples/mandoc
</ins><span class="cx">  
</span><del>- uninstall:
</del><ins>+ INSTALL                 = install
+@@ -67,18 +67,18 @@
+ # system that's not OpenBSD or NetBSD.  If uncommented, apropos(1)
+ # and makewhatis(8) will use manpath(1) to get the MANPATH variable.
+ #
+-#CFLAGS                += -DUSE_MANPATH
++CFLAGS                += -DUSE_MANPATH

+ # On some systems, SQLite3 may be installed below /usr/local.
+ # In that case, uncomment the following two lines.
+ #
+-#CFLAGS                += -I/usr/local/include
+-#DBLIB                += -L/usr/local/lib
++CFLAGS                += -I$(PREFIX)/include
++DBLIB                += -L$(PREFIX)/lib

+ # OpenBSD has the ohash functions in libutil.
+ # Comment the following line if your system doesn't.
+ #
+-DBLIB                += -lutil
++#DBLIB                += -lutil

+ SBINDIR                 = $(PREFIX)/sbin

+@@ -97,7 +97,7 @@
+ # If your system does not support static binaries, comment this,
+ # for example on Mac OS X.
+ #
+-STATIC                 = -static
++#STATIC                 = -static

+ # Linux requires -pthread for statical linking.
+ #
</ins></span></pre>
</div>
</div>

</body>
</html>