Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 13:51:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369902 - in head/archivers/zip: . files
Message-ID:  <201410031351.s93DpHGg081454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410031351.s93DpHGg081454>