Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2018 12:42:17 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470535 - in head/ports-mgmt/portmaster: . files
Message-ID:  <201805211242.w4LCgHSA049272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Mon May 21 12:42:17 2018
New Revision: 470535
URL: https://svnweb.freebsd.org/changeset/ports/470535

Log:
  Document --package-format=<fmt> option. I had implemented that option some
  time ago, but decided to not expose it in the man-page, since portmaster
  will not necessarily install the latest version if installing from local
  Jpackages is requested and there exist multiple package files that only
  differ in archive format. But since a non-standard package format allows
  to choose between an optimization for speed or for disk space, this is a
  useful option that shall be described in the man page.
  
  Approved by:	antoine (implicit)

Added:
  head/ports-mgmt/portmaster/files/patch-files_portmaster.8   (contents, props changed)
Modified:
  head/ports-mgmt/portmaster/Makefile

Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile	Mon May 21 12:32:59 2018	(r470534)
+++ head/ports-mgmt/portmaster/Makefile	Mon May 21 12:42:17 2018	(r470535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	portmaster
 PORTVERSION=	3.19
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	se@FreeBSD.org

Added: head/ports-mgmt/portmaster/files/patch-files_portmaster.8
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portmaster/files/patch-files_portmaster.8	Mon May 21 12:42:17 2018	(r470535)
@@ -0,0 +1,26 @@
+--- files/portmaster.8.orig	2018-01-14 21:53:23 UTC
++++ files/portmaster.8
+@@ -38,6 +38,7 @@ Common Flags:
+ .Op Fl -delete-build-only
+ .Op Fl -always-fetch
+ .Op Fl -backup-format=<fmt>
++.Op Fl -package-format=<fmt>
+ .Op Fl -local-packagedir=<path>
+ .Op Fl -packages-local
+ .Op Fl -delete-packages
+@@ -416,8 +417,14 @@ use package if newer than installed even if the packag
+ the latest according to the ports tree
+ .It Fl -always-fetch
+ fetch package even if it already exists locally
++.It Fl -package-format=<fmt>
++the archive format to use for packages created from newly built ports
++instead of the default of txz,
++which can take a long time for large packages.
++Supported formats are: tar, tgz, tbz, and txz (from fastest to slowest).
+ .It Fl -backup-format=<fmt>
+-the archive format to use for backlup packages instead of the default of txz,
++the archive format to use for backup packages (created before an upgraded
++package is deleted) instead of the default of txz,
+ which can take a long time for large packages.
+ Supported formats are: tar, tgz, tbz, and txz (from fastest to slowest).
+ .It Fl -local-packagedir=<path>



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