diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2016-09-07 07:18:47 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2016-09-07 07:18:47 +0800 |
commit | 4950ff8a7258fc4cc621934a38af83d89a81c3b5 (patch) | |
tree | b4f612fb3a008d0ead093d272c69989abc8cebf6 /UPDATING | |
parent | 69313cd27713743ec360f005f666ad287366d2ed (diff) | |
download | freebsd-ports-gnome-4950ff8a7258fc4cc621934a38af83d89a81c3b5.tar.gz freebsd-ports-gnome-4950ff8a7258fc4cc621934a38af83d89a81c3b5.tar.zst freebsd-ports-gnome-4950ff8a7258fc4cc621934a38af83d89a81c3b5.zip |
math/galculator: Update to 2.1.4
- Follow upstream move from SF to GitHub, and new website hosting
- Add USES=autoreconf libtool as GH tarball only comes with configure.ac
- Add OPTIONS to select GTK3 or GTK2 (GTK3 by default as per upstream)
- Add USE_GNOME=cairo und GTK2_LIB_DEPENDS undeclared dependencies
Changes this release:
https://github.com/galculator/galculator/blob/v2.1.4/ChangeLog
Reviewed by: adamw (mentor)
Approved by: naddy (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D7789
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ 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. +20160907: + AFFECTS: users of math/galculator + AUTHOR: woodsb02@FreeBSD.org + + galculator now uses GTK3 by default. An option exists in the port to revert + to GTK2 if desired. + 20160906: AFFECTS: uses of www/nginx AUTHOR: marino@FreeBSD.org |