diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-07-11 12:40:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-07-11 12:40:54 +0000 |
commit | 47d55bc2330ca6e460cc0a893d9de8eea53ff8b4 (patch) | |
tree | 5732c6d9dcd3819c6dac1d4f4a2e78f8ec3bcb05 /UPDATING | |
parent | f1386d09123b8f5e86fc190ba40e8c2e571c1075 (diff) | |
download | ports-47d55bc2330ca6e460cc0a893d9de8eea53ff8b4.tar.gz ports-47d55bc2330ca6e460cc0a893d9de8eea53ff8b4.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |