Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2017 16:56:30 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455662 - in head/textproc/mdocml: . files
Message-ID:  <201712061656.vB6GuUAc008472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Wed Dec  6 16:56:30 2017
New Revision: 455662
URL: https://svnweb.freebsd.org/changeset/ports/455662

Log:
  Update mdocml to mandoc-1.14.3

Modified:
  head/textproc/mdocml/Makefile
  head/textproc/mdocml/distinfo
  head/textproc/mdocml/files/patch-msec.in
  head/textproc/mdocml/pkg-plist

Modified: head/textproc/mdocml/Makefile
==============================================================================
--- head/textproc/mdocml/Makefile	Wed Dec  6 16:50:10 2017	(r455661)
+++ head/textproc/mdocml/Makefile	Wed Dec  6 16:56:30 2017	(r455662)
@@ -2,13 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	mdocml
-PORTVERSION=	1.13.4
+PORTVERSION=	1.14.3
 CATEGORIES=	textproc
 MASTER_SITES=	http://mdocml.bsd.lv/snapshots/ \
 		LOCAL/uqs
+DISTNAME=	mandoc-${DISTVERSION}
 
 MAINTAINER=	uqs@FreeBSD.org
 COMMENT=	mdoc macro compiler
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
 

Modified: head/textproc/mdocml/distinfo
==============================================================================
--- head/textproc/mdocml/distinfo	Wed Dec  6 16:50:10 2017	(r455661)
+++ head/textproc/mdocml/distinfo	Wed Dec  6 16:56:30 2017	(r455662)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468937374
-SHA256 (mdocml-1.13.4.tar.gz) = 0a55c1addb188071d6f784599303656b8465e98ec6b2f4f264e12fb96d79e0ef
-SIZE (mdocml-1.13.4.tar.gz) = 370428
+TIMESTAMP = 1512558188
+SHA256 (mandoc-1.14.3.tar.gz) = 0b0c8f67958c1569ead4b690680c337984b879dfd2ad4648d96924332fd99528
+SIZE (mandoc-1.14.3.tar.gz) = 617202

Modified: head/textproc/mdocml/files/patch-msec.in
==============================================================================
--- head/textproc/mdocml/files/patch-msec.in	Wed Dec  6 16:50:10 2017	(r455661)
+++ head/textproc/mdocml/files/patch-msec.in	Wed Dec  6 16:56:30 2017	(r455662)
@@ -1,6 +1,6 @@
 --- msec.in.orig	2014-12-13 14:06:34 UTC
 +++ msec.in
-@@ -22,16 +22,16 @@
+@@ -22,13 +22,13 @@
   * Be sure to escape strings.
   */
  
@@ -23,6 +23,3 @@
 +LINE("7",		"FreeBSD Miscellaneous Information Manual")
 +LINE("8",		"FreeBSD System Manager\'s Manual")
 +LINE("9",		"FreeBSD Kernel Developer\'s Manual")
- LINE("X11",		"X11 Developer\'s Manual")
- LINE("X11R6",		"X11 Developer\'s Manual")
- LINE("unass",		"Unassociated")

Modified: head/textproc/mdocml/pkg-plist
==============================================================================
--- head/textproc/mdocml/pkg-plist	Wed Dec  6 16:50:10 2017	(r455661)
+++ head/textproc/mdocml/pkg-plist	Wed Dec  6 16:56:30 2017	(r455662)
@@ -4,24 +4,12 @@ bin/demandoc
 bin/mandoc
 bin/soelim
 bin/whatis
-@comment include/mandoc/man.h
-@comment include/mandoc/mandoc.h
-@comment include/mandoc/mandoc_aux.h
-@comment include/mandoc/mdoc.h
-@comment include/mandoc/roff.h
-lib/mandoc/libmandoc.a
 man/man1/apropos.1.gz
 man/man1/demandoc.1.gz
 @comment man/man1/man.1.gz
 man/man1/mandoc.1.gz
 man/man1/soelim.1.gz
 man/man1/whatis.1.gz
-man/man3/mandoc.3.gz
-man/man3/mandoc_escape.3.gz
-man/man3/mandoc_malloc.3.gz
-man/man3/mansearch.3.gz
-man/man3/mchars_alloc.3.gz
-man/man3/tbl.3.gz
 man/man5/man.conf.5.gz
 man/man5/mandoc.db.5.gz
 man/man7/eqn.7.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712061656.vB6GuUAc008472>