diff options
author | kwm <kwm@FreeBSD.org> | 2017-07-04 19:44:30 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-07-04 19:44:30 +0800 |
commit | ca99dd95b5868290a96ee47c11645acb4519973c (patch) | |
tree | 37169f4d6a1ec15a3f96493c65cb713e58dc7aee /x11/mate-base | |
parent | 95c3685fc31f698ba52199a0616cd708f1d9bd15 (diff) | |
download | freebsd-ports-gnome-ca99dd95b5868290a96ee47c11645acb4519973c.tar.gz freebsd-ports-gnome-ca99dd95b5868290a96ee47c11645acb4519973c.tar.zst freebsd-ports-gnome-ca99dd95b5868290a96ee47c11645acb4519973c.zip |
Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
Diffstat (limited to 'x11/mate-base')
-rw-r--r-- | x11/mate-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index 9b6dff6f957c..eaeaf7068a38 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-base -PORTVERSION= 1.12.0 +PORTVERSION= 1.18.0 CATEGORIES= x11 mate MAINTAINER= gnome@FreeBSD.org |