diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-12-04 02:51:00 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-12-04 02:51:00 +0000 |
commit | 3a64305d4341059497ca0e73cad7dae1496e2b02 (patch) | |
tree | 3dd64f0c809f9e8c1a80871241444471c0db3540 /UPDATING | |
parent | bcabd79d961fab3f4a458aa38398a77d7bb2e1f4 (diff) | |
download | ports-3a64305d4341059497ca0e73cad7dae1496e2b02.tar.gz ports-3a64305d4341059497ca0e73cad7dae1496e2b02.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ 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. +20131130: + AFFECTS: users of graphics/opencv + AUTHOR: jhale@FreeBSD.org + + OpenCV has been updated to 2.4.7. Due to movement of files between the + opencv port and the opencv-core port, it will be necessary to remove + both packages before updating. + + # pkg_delete -f opencv\* + or + # pkg delete -fg opencv\* + followed by + # portmaster -a + or + # portupgrade -a + 20131127: AFFECTS: users of devel/py-distribute (i.e you) AUTHOR: wg@FreeBSD.org |