diff options
author | johans <johans@FreeBSD.org> | 2014-05-08 00:13:10 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-05-08 00:13:10 +0800 |
commit | fb11dc2d88e389eca1fe059ef1b3bdc41df4a820 (patch) | |
tree | e38b242d33803b3b20a9c7c307b0033ae11b6d11 /UPDATING | |
parent | c15e48d087d81079ab4eae66c0cb00c967b169ea (diff) | |
download | freebsd-ports-gnome-fb11dc2d88e389eca1fe059ef1b3bdc41df4a820.tar.gz freebsd-ports-gnome-fb11dc2d88e389eca1fe059ef1b3bdc41df4a820.tar.zst freebsd-ports-gnome-fb11dc2d88e389eca1fe059ef1b3bdc41df4a820.zip |
- Move lang/open-cobol to lang/gnu-cobol to reflect project changes
- Adopt port
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140507: + AFFECTS: users of lang/open-cobol + AUTHOR: johans@FreeBSD.org + + lang/open-cobol was moved to lang/gnu-cobol to match the new package + name. Please do the following according to package manager used. + + # portmaster -o lang/gnu-cobol lang/open-cobol + or + # portupgrade -fo lang/gnu-cobol lang/open-cobol + or + # pkg set -o lang/open-cobol:lang/gnu-cobol + 20140506: AFFECTS: users of ports-mgmt/portshaker AUTHOR: romain@FreeBSD.org |