diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-15 00:15:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-15 00:15:02 +0800 |
commit | 0f0994f63c0b1029bea92400086aaf81d4670bdd (patch) | |
tree | 76a3577860b3bce2047498355f919a74533b8765 /UPDATING | |
parent | 70ac2802ff19e2486bc89a9fa0dbcb85ae42ae8a (diff) | |
download | freebsd-ports-gnome-0f0994f63c0b1029bea92400086aaf81d4670bdd.tar.gz freebsd-ports-gnome-0f0994f63c0b1029bea92400086aaf81d4670bdd.tar.zst freebsd-ports-gnome-0f0994f63c0b1029bea92400086aaf81d4670bdd.zip |
Enable BUNDLED_SSL by default only on FreeBSD 10
- Add UPDATING entry
- Bump PORTREVISION for dependency change
PR: 217095
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20170213: + AFFECTS: users of www/node* + AUTHOR: bradleythughes@fastmail.fm + + The BUNDLED_SSL option is now enabled by default on FreeBSD 10, since + Node.js requires OpenSSL 1.0.2, and FreeBSD 10 is shipped with 1.0.1. + +20170213: AFFECTS: users of graphics/libGL, graphics/libEGL, graphics/libglesv2 AUTHOR: kwm@FreeBSD.org |