From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:51:19 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0271B7D6; Fri, 3 Oct 2014 13:51:19 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8CF0F83; Fri, 3 Oct 2014 13:51:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93DpIEJ082047; Fri, 3 Oct 2014 13:51:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DpHGg081454; Fri, 3 Oct 2014 13:51:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031351.s93DpHGg081454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 13:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369902 - in head/archivers/zip: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 03 Oct 2014 13:51:19 -0000 Author: bapt Date: Fri Oct 3 13:51:17 2014 New Revision: 369902 URL: https://svnweb.freebsd.org/changeset/ports/369902 QAT: https://qat.redports.org/buildarchive/r369902/ Log: Fix manpage rendering with mandoc Added: head/archivers/zip/files/patch-man__zipcloak.1 (contents, props changed) head/archivers/zip/files/patch-man__zipnote.1 (contents, props changed) head/archivers/zip/files/patch-man__zipsplit.1 (contents, props changed) Modified: head/archivers/zip/Makefile Modified: head/archivers/zip/Makefile ============================================================================== --- head/archivers/zip/Makefile Fri Oct 3 13:43:33 2014 (r369901) +++ head/archivers/zip/Makefile Fri Oct 3 13:51:17 2014 (r369902) @@ -3,6 +3,7 @@ PORTNAME= zip PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} \ http://www.skysmurf.nl/comp/FreeBSD/distfiles/ Added: head/archivers/zip/files/patch-man__zipcloak.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/zip/files/patch-man__zipcloak.1 Fri Oct 3 13:51:17 2014 (r369902) @@ -0,0 +1,11 @@ +--- man/zipcloak.1.orig 2008-05-08 08:18:46 UTC ++++ man/zipcloak.1 +@@ -12,8 +12,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to encrypt entries in + + .SH OPTIONS Added: head/archivers/zip/files/patch-man__zipnote.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/zip/files/patch-man__zipnote.1 Fri Oct 3 13:51:17 2014 (r369902) @@ -0,0 +1,11 @@ +--- man/zipnote.1.orig 2008-05-08 08:17:56 UTC ++++ man/zipnote.1 +@@ -12,8 +12,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to read comments from or edit. + + .SH OPTIONS Added: head/archivers/zip/files/patch-man__zipsplit.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/zip/files/patch-man__zipsplit.1 Fri Oct 3 13:51:17 2014 (r369902) @@ -0,0 +1,11 @@ +--- man/zipsplit.1.orig 2008-05-08 08:17:48 UTC ++++ man/zipsplit.1 +@@ -17,8 +17,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to split. + + .SH OPTIONS