diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-05-07 16:13:10 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-05-07 16:13:10 +0000 |
commit | b79f8d86020d75dda684910737d1bf9f12fde86d (patch) | |
tree | e38b242d33803b3b20a9c7c307b0033ae11b6d11 /UPDATING | |
parent | a2b13dc61a6bc6bbedd6e7d986d3185e7c05ed47 (diff) | |
download | ports-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-- | 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 |