From owner-svn-ports-all@FreeBSD.ORG Sun Oct 6 09:22:37 2013 Return-Path: Delivered-To: svn-ports-all@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 2A24980D; Sun, 6 Oct 2013 09:22:37 +0000 (UTC) (envelope-from johans@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 186402061; Sun, 6 Oct 2013 09:22:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r969MaDJ030483; Sun, 6 Oct 2013 09:22:36 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r969MaHl030478; Sun, 6 Oct 2013 09:22:36 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201310060922.r969MaHl030478@svn.freebsd.org> From: Johan van Selst Date: Sun, 6 Oct 2013 09:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329543 - head/print/texinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 09:22:37 -0000 Author: johans Date: Sun Oct 6 09:22:36 2013 New Revision: 329543 URL: http://svnweb.freebsd.org/changeset/ports/329543 Log: Add missing manpages to plist Reported by: antoine Modified: head/print/texinfo/Makefile head/print/texinfo/pkg-plist Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Sun Oct 6 09:19:17 2013 (r329542) +++ head/print/texinfo/Makefile Sun Oct 6 09:22:36 2013 (r329543) @@ -3,6 +3,7 @@ PORTNAME= texinfo PORTVERSION= 5.2.20130926 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= GNU \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ Modified: head/print/texinfo/pkg-plist ============================================================================== --- head/print/texinfo/pkg-plist Sun Oct 6 09:19:17 2013 (r329542) +++ head/print/texinfo/pkg-plist Sun Oct 6 09:22:36 2013 (r329543) @@ -8,6 +8,18 @@ bin/texi2any bin/texi2dvi bin/texi2pdf bin/texindex +man/man1/info.1.gz +man/man1/infokey.1.gz +man/man1/install-info.1.gz +man/man1/makeinfo.1.gz +man/man1/pdftexi2dvi.1.gz +man/man1/pod2texi.1.gz +man/man1/texi2any.1.gz +man/man1/texi2dvi.1.gz +man/man1/texi2pdf.1.gz +man/man1/texindex.1.gz +man/man5/info.5.gz +man/man5/texinfo.5.gz %%NLS%%share/locale/cs/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/da/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo