aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_jail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2018-03-31 07:04:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2018-03-31 07:04:00 +0000
commite409e28bcc186af195e04e1ba613c7194dfc33ba (patch)
tree941b45a515b21255a5bff113ecbce5c99640a20f /ports-mgmt/pkg_jail
parentda3e13715f773ded0c83f2e203a0201b9e9dba7e (diff)
downloadports-e409e28bcc186af195e04e1ba613c7194dfc33ba.tar.gz
ports-e409e28bcc186af195e04e1ba613c7194dfc33ba.zip
- update manpages
Notes
Notes: svn path=/head/; revision=466025
Diffstat (limited to 'ports-mgmt/pkg_jail')
-rw-r--r--ports-mgmt/pkg_jail/Makefile1
-rw-r--r--ports-mgmt/pkg_jail/files/pkg_jail.12
-rw-r--r--ports-mgmt/pkg_jail/files/pkg_update.126
3 files changed, 10 insertions, 19 deletions
diff --git a/ports-mgmt/pkg_jail/Makefile b/ports-mgmt/pkg_jail/Makefile
index 55da1de3acea..466a6e22feda 100644
--- a/ports-mgmt/pkg_jail/Makefile
+++ b/ports-mgmt/pkg_jail/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pkg_jail
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/ports-mgmt/pkg_jail/files/pkg_jail.1 b/ports-mgmt/pkg_jail/files/pkg_jail.1
index b8527415ca09..750c41af1c09 100644
--- a/ports-mgmt/pkg_jail/files/pkg_jail.1
+++ b/ports-mgmt/pkg_jail/files/pkg_jail.1
@@ -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.
diff --git a/ports-mgmt/pkg_jail/files/pkg_update.1 b/ports-mgmt/pkg_jail/files/pkg_update.1
index 513c4e6440c3..e7ab4ae8f447 100644
--- a/ports-mgmt/pkg_jail/files/pkg_update.1
+++ b/ports-mgmt/pkg_jail/files/pkg_update.1
@@ -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.
@@ -119,16 +119,6 @@ try to to install the new package if it exists.
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",
keep only the ports that have no package installed.