aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-05-07 16:13:10 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-05-07 16:13:10 +0000
commitb79f8d86020d75dda684910737d1bf9f12fde86d (patch)
treee38b242d33803b3b20a9c7c307b0033ae11b6d11 /UPDATING
parenta2b13dc61a6bc6bbedd6e7d986d3185e7c05ed47 (diff)
downloadports-b79f8d86020d75dda684910737d1bf9f12fde86d.tar.gz
ports-b79f8d86020d75dda684910737d1bf9f12fde86d.zip
- Move lang/open-cobol to lang/gnu-cobol to reflect project changes
- Adopt port
Notes
Notes: svn path=/head/; revision=353174
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e0a3f29678ed..f8b8df72a42f 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