diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-04 17:47:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-04 17:47:08 +0800 |
commit | 2fd236b04c33e83dbb74fcd6acec1e6b97b056f6 (patch) | |
tree | e7d91f137bbb00c92e0adb28bf22440a1d07bb6f /UPDATING | |
parent | d1dd3a844da276e9770737c91dd0f9e3ef0ff7e4 (diff) | |
download | freebsd-ports-gnome-2fd236b04c33e83dbb74fcd6acec1e6b97b056f6.tar.gz freebsd-ports-gnome-2fd236b04c33e83dbb74fcd6acec1e6b97b056f6.tar.zst freebsd-ports-gnome-2fd236b04c33e83dbb74fcd6acec1e6b97b056f6.zip |
Document the Xapian 1.4.3 update
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -5,6 +5,32 @@ 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. +20170404: + AFFECTS: users of Xapian 1.2.x and www/ikiwiki + AUTHOR: sunpoet@FreeBSD.org + + Xapian has been update to 1.4.3. The 1.2.x series has been renamed with + suffix "12". The Perl binding for Xapian 1.4.x is databases/p5-Xapian. + Since www/ikiwiki depends on Search::Xapian, it stays with Xapian 1.2. + If you would like to keep using 1.2, please run the following commands + to update pkg database: + + xapian-core: + # pkg set -n xapian-core:xapian-core12 + # pkg set -o databases/xapian-core:databases/xapian-core12 + + p5-Search-Xapian: + # pkg set -n p5-Search-Xapian:p5-Search-Xapian12 + # pkg set -o databases/p5-Search-Xapian:databases/p5-Search-Xapian12 + + xapian-bindings: + # pkg set -n xapian-bindings:xapian-bindings12 + # pkg set -o databases/xapian-bindings:databases/xapian-bindings12 + + xapian-omega: + # pkg set -n xapian-omega:xapian-omega12 + # pkg set -o databases/xapian-omega:databases/xapian-omega12 + 20170401: AFFECTS: net/samba44, net/samba45, net/samba46 and devel/p5-Parse-Pidl* AUTHOR: timur@FreeBSD.org |