1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add notes about updating graphics/gimp, graphics/gimp-devel and print/gutenprint

This commit is contained in:
Michael Johnson 2007-04-04 15:32:04 +00:00
parent ae8028b410
commit 3bde050812
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189208

View File

@ -6,6 +6,41 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
20070404:
AFFECTS: users of graphics/gimp and graphics/gimp-devel
AUTHOR: ahze@FreeBSD.org
The gimp[-devel] port is now a meta-port so users will need to upgrade via
one of the following examples
portmaster users:
(gimp)
portmaster -o graphics/gimp-app gimp
portmaster -u graphics/gimp
(gimp-devel)
portmaster -o graphics/gimp-app-devel gimp-devel
portmaster -u graphics/gimp-devel
portupgrade users:
(gimp)
portupgrade -o graphics/gimp-app gimp
portupgrade -u graphics/gimp
20070404:
AFFECTS: users of print/gutenprint
AUTHOR: ahze@FreeBSD.org
The gutenprint port is now a meta-port so users will need to upgrade via
one of the following examples
portmaster users:
portmaster -o print/gutenprint-base gutenprint
portmaster -u print/gutenprint
portupgrade users:
portupgrade -o print/gutenprint-base gutenprint
portupgrade -u print/gutenprint
20070402:
AFFECTS: users of devel/cvstrac
AUTHOR: nkoch@demig.de