aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-07-11 12:40:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-07-11 12:40:54 +0000
commit47d55bc2330ca6e460cc0a893d9de8eea53ff8b4 (patch)
tree5732c6d9dcd3819c6dac1d4f4a2e78f8ec3bcb05 /UPDATING
parentf1386d09123b8f5e86fc190ba40e8c2e571c1075 (diff)
downloadports-47d55bc2330ca6e460cc0a893d9de8eea53ff8b4.tar.gz
ports-47d55bc2330ca6e460cc0a893d9de8eea53ff8b4.zip
Have dns/py-ldns only install the Python bits.
PR: ports/179812 Submitted by: mat Approved by: maintainer
Notes
Notes: svn path=/head/; revision=322766
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2365e1952d0f..8f995ad59301 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20130711:
+ AFFECTS: users of dns/py-ldns
+ AUTHOR: mat@FreeBSD.org
+
+ The dns/py-ldns port now only installs the Python bits, and depends on
+ dns/ldns. Because of that, you can't just do a regular upgrade, it'd install
+ dns/ldns overwritting existing files and removing them when removing the old
+ version of dns/py-ldns.
+
+ # pkg_delete -f py-ldns-\*
+ # cd /usr/ports/dns/py-ldns && make clean && make install clean
+ or
+ # pkg delete -fg py-ldns-\*
+ # pkg install -f dns/py-ldns
+
20130707:
AFFECTS: users of www/ajaxplorer
AUTHOR: madpilot@FreeBSD.org