diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-12-13 11:12:27 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-12-13 11:12:27 +0000 |
commit | c81acb82503e0d285b17c95283d4b3e40a38f672 (patch) | |
tree | 0b16129e1e2b136ab8f4fe328575acd6ba129c02 /ports-mgmt | |
parent | be80d013202d2da6455ae0daa26f979205023731 (diff) | |
download | ports-c81acb82503e0d285b17c95283d4b3e40a38f672.tar.gz ports-c81acb82503e0d285b17c95283d4b3e40a38f672.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portmaster/files/portmaster.8 | 20 |
2 files changed, 20 insertions, 2 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index c84384838be4..c41497b0a4a4 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portmaster -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none diff --git a/ports-mgmt/portmaster/files/portmaster.8 b/ports-mgmt/portmaster/files/portmaster.8 index 53908a7426a4..f288b6aa6ef8 100644 --- a/ports-mgmt/portmaster/files/portmaster.8 +++ b/ports-mgmt/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 |