Date: Wed, 30 Jan 2013 16:41:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311237 - head/misc/help2man Message-ID: <201301301641.r0UGfDU1007963@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301641.r0UGfDU1007963>