svn commit: r466025 - in head/ports-mgmt/pkg_jail: . files
Dirk Meyer
dinoex at FreeBSD.org
Sat Mar 31 07:04:01 UTC 2018
Author: dinoex
Date: Sat Mar 31 07:04:00 2018
New Revision: 466025
URL: https://svnweb.freebsd.org/changeset/ports/466025
Log:
- update manpages
Modified:
head/ports-mgmt/pkg_jail/Makefile
head/ports-mgmt/pkg_jail/files/pkg_jail.1
head/ports-mgmt/pkg_jail/files/pkg_update.1
Modified: head/ports-mgmt/pkg_jail/Makefile
==============================================================================
--- head/ports-mgmt/pkg_jail/Makefile Sat Mar 31 06:54:06 2018 (r466024)
+++ head/ports-mgmt/pkg_jail/Makefile Sat Mar 31 07:04:00 2018 (r466025)
@@ -2,6 +2,7 @@
PORTNAME= pkg_jail
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= # empty
DISTFILES= # empty
Modified: head/ports-mgmt/pkg_jail/files/pkg_jail.1
==============================================================================
--- head/ports-mgmt/pkg_jail/files/pkg_jail.1 Sat Mar 31 06:54:06 2018 (r466024)
+++ head/ports-mgmt/pkg_jail/files/pkg_jail.1 Sat Mar 31 07:04:00 2018 (r466025)
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $Id: pkg_jail.1,v 1.1 2018/03/31 06:51:36 cvs Exp $
.TH PKG_JAIL 1 "April 2010" "FreeBSD" "User Manuals"
.SH NAME
pkg_jail \- Easy handling of a jail for package-builds.
Modified: head/ports-mgmt/pkg_jail/files/pkg_update.1
==============================================================================
--- head/ports-mgmt/pkg_jail/files/pkg_update.1 Sat Mar 31 06:54:06 2018 (r466024)
+++ head/ports-mgmt/pkg_jail/files/pkg_update.1 Sat Mar 31 07:04:00 2018 (r466025)
@@ -1,5 +1,5 @@
-.\" $Id$
-.TH PKG_UPDATE 1 "April 2010" "FreeBSD" "User Manuals"
+.\" $Id: pkg_update.1,v 2.0 2018/03/31 06:54:50 cvs Exp $
+.TH PKG_UPDATE 1 "April 2017" "FreeBSD" "User Manuals"
.SH NAME
pkg_update \- Easy handling of jailed packages builds.
.SH SYNOPSIS
@@ -13,6 +13,12 @@ is a script to handle an clean jail for package-builds
.B update-ports
Start "make update" for the ports tree.
.TP
+.B update-pkg
+Force rebuild of pkg tools.
+.TP
+.B repo
+Force rebuild of pkg repo.
+.TP
.B make-packages
Builds a port and its dependencies in a clean /usr/local.
You should not run this on a server with configuration.
@@ -50,12 +56,6 @@ Fetch distfiles for list of ports.
.B fetch-recursive-distfiles
Fetch distfiles for list of ports and their dependecies.
.TP
-.B show-extra-files
-List files in portsdir that are not updated by cvsup
-.TP
-.B dependency-update
-Try to fix as much dependecy problens in installed ports.
-.TP
.B fix-moved-ports
Check installed packages for moved ports.
Then register the new dir in the old installed package.
@@ -118,16 +118,6 @@ try to to install the new package if it exists.
.B show-missing-reinstall
For each port recorded from "make-deinstall-list" warn
if no new package is found.
-.TP
-.B make-easy-update
-Try to generate the ordered sequence of pkg_deinstall
-and pkg_add commands to update your old packages.
-.TP
-.B replace-package
-Overwrite the installed package with a new one and
-register dependencies and dependant packages.
-Warning: Don't do this when the ABI of the this
-package or the ABI of its dependencies has changed.
.TP
.B clean-reinstall
For each port recorded from "make-deinstall-list",
More information about the svn-ports-all
mailing list