diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-08-02 19:48:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-08-02 19:48:36 +0000 |
commit | 87a30f18c33211ca677f264a4a3c53f4c0459de1 (patch) | |
tree | e22fa4b093c130d200de78d65308be12dfb0336c /UPDATING | |
parent | dcec133efd409b56b73b972a8693c16a47feb185 (diff) |
Update Stellarium to version 0.13.0. It's a new major release, and is based
on Qt version 5 now; for those who are not comfortable with upgrading to the
new version of Qt, `astro/stellarium-qt4' port is available, serving version
0.12.4. Add an UPDATING entry to alert users about this.
While here, make scripting support optional in `astro/stellarium-qt4', since
it allows to use one less dependency. Unfortunately, this is not applicable
to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script
unconditionally.
Relax USE_GL knob for both ports: only libGL itself is required, not libGLU.
Notes
Notes:
svn path=/head/; revision=363837
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ 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. +20140802: + AFFECTS: users of astro/stellarium + AUTHOR: danfe@FreeBSD.org + + Stellarium was updated to version 0.13.0. It's a new major release, and + it is based on Qt version 5 now. For those who are not comfortable with + upgrading to the new Qt, previous Stellarium version (0.12.4) was copied + over to `astro/stellarium-qt4' port. + 20140731: AFFECTS: users of www/ajaxplorer AUTHOR: madpilot@FreeBSD.org |