From owner-svn-ports-head@FreeBSD.ORG Sun Nov 10 18:16:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 520F0BA5; Sun, 10 Nov 2013 18:16:16 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24A6328C4; Sun, 10 Nov 2013 18:16:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAAIGGkt079822; Sun, 10 Nov 2013 18:16:16 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAAIGFAM079819; Sun, 10 Nov 2013 18:16:15 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201311101816.rAAIGFAM079819@svn.freebsd.org> From: Ulrich Spoerlein Date: Sun, 10 Nov 2013 18:16:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333422 - in head/textproc/mdocml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 18:16:16 -0000 Author: uqs Date: Sun Nov 10 18:16:15 2013 New Revision: 333422 URL: http://svnweb.freebsd.org/changeset/ports/333422 Log: Update mdocml to 1.12.2 While here, add staging support. Submitted by: pfg (partially) Approved by: mentor (beat) Deleted: head/textproc/mdocml/files/patch-config Modified: head/textproc/mdocml/Makefile head/textproc/mdocml/distinfo head/textproc/mdocml/pkg-plist Modified: head/textproc/mdocml/Makefile ============================================================================== --- head/textproc/mdocml/Makefile Sun Nov 10 18:11:38 2013 (r333421) +++ head/textproc/mdocml/Makefile Sun Nov 10 18:16:15 2013 (r333422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mdocml -PORTVERSION= 1.12.1 +PORTVERSION= 1.12.2 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ ${MASTER_SITE_LOCAL} @@ -11,14 +11,9 @@ MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler -MAN1= mandoc.1 demandoc.1 -MAN3= mandoc.3 -MAN7= eqn.7 man.7 mandoc_char.7 mdoc.7 roff.7 tbl.7 - EXAMPLESDIR_REL=share/examples/mandoc # Skip installing preconv(1) to avoid conflicting with textproc/groff -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \ -e '/INSTALL_LIB/d' -e '/LIBDIR/d' -e '/INCLUDEDIR/d' \ Modified: head/textproc/mdocml/distinfo ============================================================================== --- head/textproc/mdocml/distinfo Sun Nov 10 18:11:38 2013 (r333421) +++ head/textproc/mdocml/distinfo Sun Nov 10 18:16:15 2013 (r333422) @@ -1,2 +1,2 @@ -SHA256 (mdocml-1.12.1.tar.gz) = 12a756cd2901954bccdd25819a16d0ab0501c32c87ad7973570cd65608d32891 -SIZE (mdocml-1.12.1.tar.gz) = 273811 +SHA256 (mdocml-1.12.2.tar.gz) = c4f37afbf823636f63e3cd0673ae6c2ffc6017558e86bdcc02dc825c62daa9d7 +SIZE (mdocml-1.12.2.tar.gz) = 286400 Modified: head/textproc/mdocml/pkg-plist ============================================================================== --- head/textproc/mdocml/pkg-plist Sun Nov 10 18:11:38 2013 (r333421) +++ head/textproc/mdocml/pkg-plist Sun Nov 10 18:16:15 2013 (r333422) @@ -1,4 +1,14 @@ bin/demandoc bin/mandoc +man/man1/demandoc.1.gz +man/man1/mandoc.1.gz +man/man3/mandoc.3.gz +man/man3/tbl.3.gz +man/man7/eqn.7.gz +man/man7/man.7.gz +man/man7/mandoc_char.7.gz +man/man7/mdoc.7.gz +man/man7/roff.7.gz +man/man7/tbl.7.gz %%EXAMPLESDIR%%/example.style.css -@dirrm %%EXAMPLESDIR%% +@dirrmtry %%EXAMPLESDIR%%