diff options
author | dougb <dougb@FreeBSD.org> | 2006-12-13 19:12:27 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-12-13 19:12:27 +0800 |
commit | a880450d348d56cabd564bccab4f6db15354bc6c (patch) | |
tree | 526e8f10bc7086c52fbdd67b96725349e722ff8f /sysutils | |
parent | 5b94f6e6bb2e8d7a4eb356c9bb2b7b0f388cab7b (diff) | |
download | freebsd-ports-gnome-a880450d348d56cabd564bccab4f6db15354bc6c.tar.gz freebsd-ports-gnome-a880450d348d56cabd564bccab4f6db15354bc6c.tar.zst freebsd-ports-gnome-a880450d348d56cabd564bccab4f6db15354bc6c.zip |
Update for version 1.10
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portmaster/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portmaster/files/portmaster.8 | 20 |
2 files changed, 20 insertions, 2 deletions
diff --git a/sysutils/portmaster/Makefile b/sysutils/portmaster/Makefile index c84384838be4..c41497b0a4a4 100644 --- a/sysutils/portmaster/Makefile +++ b/sysutils/portmaster/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portmaster -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none diff --git a/sysutils/portmaster/files/portmaster.8 b/sysutils/portmaster/files/portmaster.8 index 53908a7426a4..f288b6aa6ef8 100644 --- a/sysutils/portmaster/files/portmaster.8 +++ b/sysutils/portmaster/files/portmaster.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 5, 2006 +.Dd December 13, 2006 .Dt PORTMASTER 8 .Os .Sh NAME @@ -48,6 +48,9 @@ .Op Fl p Ar port directory in /usr/ports .Nm .Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make +.Op . [Use in /usr/ports/foo/bar to build that port] +.Nm +.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make .Fl o Ar <new port dir in /usr/ports> <installed port> .Nm .Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make @@ -147,6 +150,15 @@ once the new version of the port is successfully installed. If the installation fails for whatever reason, a helpful message will be printed, along with instructions on where to find the backup package. +.Pp +At the conclusion of a successful installation, +whether of an individual port, a list of ports, +or when using the +.Fl a +option, any +.Pa pkg-message +files that were installed during the installation +will be displayed. .Sh OPTIONS The options are as follows: .Bl -tag -width F1 @@ -210,6 +222,12 @@ If the directory pointed to by the PKGREPOSITORY variable exists (by default .Pa /usr/ports/packages/All ) then it will be used to store new and backup packages. +.Pp +The UPGRADE_TOOL variable is set to +.Dq portmaster , +and the UPGRADE_PORT and UPGRADE_PORT_VER variables +are set to the full package name string and version +of the existing package being replaced, if any. .Sh FILES .Bl -tag -width ".Pa $HOME/.portmasterrc" -compact .It Pa /etc/portmaster.rc |