diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-09-18 01:14:13 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-09-18 01:14:13 +0800 |
commit | d394bf9aa4bfaeb473ff2c67e465cff83e318979 (patch) | |
tree | 3ee9c25ccac2a5a2f8b4b156f4333f1c559ee73b /UPDATING | |
parent | d8e97a00ae3b79476a562f39e98a35f287355100 (diff) | |
download | freebsd-ports-gnome-d394bf9aa4bfaeb473ff2c67e465cff83e318979.tar.gz freebsd-ports-gnome-d394bf9aa4bfaeb473ff2c67e465cff83e318979.tar.zst freebsd-ports-gnome-d394bf9aa4bfaeb473ff2c67e465cff83e318979.zip |
- Update recent entries to show how to change
origins with pkgng
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,8 @@ you update your ports collection, before attempting any port upgrades. # portmaster -o www/libxul19 www/libxul or # portupgrade -o www/libxul19 www/libxul + or + # pkg set -o www/libxul:www/libxul19 20120909: AFFECTS: users of www/testlink @@ -57,6 +59,8 @@ you update your ports collection, before attempting any port upgrades. or # portugrade -o security/libotr3 security/libotr # portugrade -r libotr + or + # pkg set -o security/libotr:security/libotr3 20120902: AFFECTS: users of www/apache22, www/apache22-event-mpm, www/apache22-itk-mpm, www/apache22-peruser-mpm, www/apache22-worker-mpm @@ -109,6 +113,8 @@ you update your ports collection, before attempting any port upgrades. # portmaster -o net/asterisk net/asterisk16 or # portupgrade -o net/asterisk net/asterisk16 + or + # pkg set -o net/asterisk16:net/asterisk After that you need to update your configuration. Take a look at the following URL for the changes between 1.6 and 1.8 |