aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-05-08 00:13:10 +0800
committerjohans <johans@FreeBSD.org>2014-05-08 00:13:10 +0800
commitfb11dc2d88e389eca1fe059ef1b3bdc41df4a820 (patch)
treee38b242d33803b3b20a9c7c307b0033ae11b6d11 /UPDATING
parentc15e48d087d81079ab4eae66c0cb00c967b169ea (diff)
downloadfreebsd-ports-graphics-fb11dc2d88e389eca1fe059ef1b3bdc41df4a820.tar.gz
freebsd-ports-graphics-fb11dc2d88e389eca1fe059ef1b3bdc41df4a820.tar.zst
freebsd-ports-graphics-fb11dc2d88e389eca1fe059ef1b3bdc41df4a820.zip
- Move lang/open-cobol to lang/gnu-cobol to reflect project changes
- Adopt port
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e0a3f29678e..f8b8df72a42 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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