From owner-svn-ports-all@FreeBSD.ORG Wed Jan 30 16:41:13 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]) by hub.freebsd.org (Postfix) with ESMTP id 750045EF; Wed, 30 Jan 2013 16:41:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 62D207DC; Wed, 30 Jan 2013 16:41:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0UGfDoj007965; Wed, 30 Jan 2013 16:41:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0UGfDU1007963; Wed, 30 Jan 2013 16:41:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201301301641.r0UGfDU1007963@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 Jan 2013 16:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311237 - head/misc/help2man 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: Wed, 30 Jan 2013 16:41:13 -0000 Author: sunpoet Date: Wed Jan 30 16:41:12 2013 New Revision: 311237 URL: http://svnweb.freebsd.org/changeset/ports/311237 Log: - Update to 1.41.1 Changes: - Rename configure.in to .ac, and revise use of AC_INIT/AC_OUTPUT macros to meet current autoconf guidelines. - Add copyright headers to supporting files (GNU All-Permissive License). - Fix section name comparisons ($sect is localised). - Set filenames in italics (as suggested by Yann Soubeyrand). - Suppress option/filename handling in EXAMPLES section. Modified: head/misc/help2man/Makefile head/misc/help2man/distinfo Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Wed Jan 30 16:39:57 2013 (r311236) +++ head/misc/help2man/Makefile Wed Jan 30 16:41:12 2013 (r311237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.40.13 +PORTVERSION= 1.41.1 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} Modified: head/misc/help2man/distinfo ============================================================================== --- head/misc/help2man/distinfo Wed Jan 30 16:39:57 2013 (r311236) +++ head/misc/help2man/distinfo Wed Jan 30 16:41:12 2013 (r311237) @@ -1,2 +1,2 @@ -SHA256 (help2man-1.40.13.tar.gz) = 15d3b6ebbac90f6d2a21480ba5e33c03b480a342ce498a84b1804f03d75358ba -SIZE (help2man-1.40.13.tar.gz) = 191093 +SHA256 (help2man-1.41.1.tar.gz) = 3a650ada9453700e34355770d4f74f257fb1dda1a0f24f44b8a3c1d4cb1ee40d +SIZE (help2man-1.41.1.tar.gz) = 192138