aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2016-09-06 23:18:47 +0000
committerBen Woods <woodsb02@FreeBSD.org>2016-09-06 23:18:47 +0000
commit395bb75e122364b269808ebfada203bab6bacd48 (patch)
treeb4f612fb3a008d0ead093d272c69989abc8cebf6 /UPDATING
parenta0e4afad386ef8cec19d3b0ba880c009b0d7c5d7 (diff)
downloadports-395bb75e122364b269808ebfada203bab6bacd48.tar.gz
ports-395bb75e122364b269808ebfada203bab6bacd48.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
Notes
Notes: svn path=/head/; revision=421469
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 01ded591cb67..cd0d4e7717db 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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