diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-01-25 12:31:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-01-25 12:31:21 +0000 |
commit | 310fc7eeb723e3130db6ec184218e6057537f79f (patch) | |
tree | 329fd827b9752aa3d875c61d8b9e9d31a7803dd7 /x11/mate-terminal/Makefile | |
parent | 46c8f38e47c759226b0e988bae31201ff3fd94ff (diff) | |
download | ports-310fc7eeb723e3130db6ec184218e6057537f79f.tar.gz ports-310fc7eeb723e3130db6ec184218e6057537f79f.zip |
Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
for prime time.
* Fix loading of a number of applets. We rename a number of applets
but didn't change the "config" files the "add applet to panel" dialog
uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]
PR: 205391 [1], 200349 [2]
Obtained from: GNOME devel repo
Notes
Notes:
svn path=/head/; revision=407209
Diffstat (limited to 'x11/mate-terminal/Makefile')
-rw-r--r-- | x11/mate-terminal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mate-terminal/Makefile b/x11/mate-terminal/Makefile index a7369e3a277c..256ec3c56912 100644 --- a/x11/mate-terminal/Makefile +++ b/x11/mate-terminal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-terminal -PORTVERSION= 1.10.1 +PORTVERSION= 1.12.1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate |