diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-10-14 20:51:48 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-10-14 20:51:48 +0000 |
commit | 2ab1cc5285843c147db332139e8c7d202935eaf3 (patch) | |
tree | faefdae5e3f9177813e5e0939c3368d1738e1519 /x11 | |
parent | 02a24f5bc98ec6cd5786e3331d00207f1fa5f5bc (diff) | |
download | ports-2ab1cc5285843c147db332139e8c7d202935eaf3.tar.gz ports-2ab1cc5285843c147db332139e8c7d202935eaf3.zip |
Minor MATE 1.18 update.
Apart from version updates, the highlights are:
* fix orphaned file issues in atril/atril-lite.
* Add licenses where required.
* make sure the mime xml gets installed in mate-control-center.
* regen the m-c-c patch, with make makepatch.
Notes
Notes:
svn path=/head/; revision=452089
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mate-panel/Makefile | 2 | ||||
-rw-r--r-- | x11/mate-panel/distinfo | 6 | ||||
-rw-r--r-- | x11/mate-panel/pkg-plist | 1 | ||||
-rw-r--r-- | x11/mate-session-manager/Makefile | 6 | ||||
-rw-r--r-- | x11/mate-session-manager/distinfo | 6 |
5 files changed, 11 insertions, 10 deletions
diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index 46c28a312815..bce6cf2f3484 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-panel -PORTVERSION= 1.18.3 +PORTVERSION= 1.18.4 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/mate-panel/distinfo b/x11/mate-panel/distinfo index c5733de564f7..009cdd1dbe61 100644 --- a/x11/mate-panel/distinfo +++ b/x11/mate-panel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497518551 -SHA256 (mate/mate-panel-1.18.3.tar.xz) = 4d04ad53ed7826c39cd10628b9dfda60b0e4e06edf38ff3c9a4329f7c0f2e987 -SIZE (mate/mate-panel-1.18.3.tar.xz) = 1976968 +TIMESTAMP = 1507994435 +SHA256 (mate/mate-panel-1.18.4.tar.xz) = 81affb5de332d4a3f243766d6b40514df264eaa06cc4214477591e1b9c2ba6d8 +SIZE (mate/mate-panel-1.18.4.tar.xz) = 1955156 diff --git a/x11/mate-panel/pkg-plist b/x11/mate-panel/pkg-plist index 86cf85f71971..95fcfdd790fb 100644 --- a/x11/mate-panel/pkg-plist +++ b/x11/mate-panel/pkg-plist @@ -27,7 +27,6 @@ share/dbus-1/services/org.mate.panel.applet.WnckletFactory.service %%PORTDOCS%%%%DOCSDIR%%-applet/applet-writing.html %%PORTDOCS%%%%DOCSDIR%%-applet/home.png %%PORTDOCS%%%%DOCSDIR%%-applet/index.html -%%PORTDOCS%%%%DOCSDIR%%-applet/index.sgml %%PORTDOCS%%%%DOCSDIR%%-applet/left-insensitive.png %%PORTDOCS%%%%DOCSDIR%%-applet/left.png %%PORTDOCS%%%%DOCSDIR%%-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 57ec6ab8b398..c4391f8693f4 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-session-manager -PORTVERSION= 1.18.0 -PORTREVISION= 1 +PORTVERSION= 1.18.1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -11,6 +10,9 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the MATE desktop +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus \ libupower-glib.so:sysutils/upower diff --git a/x11/mate-session-manager/distinfo b/x11/mate-session-manager/distinfo index ff8fae7c8a7a..145ed3f983d2 100644 --- a/x11/mate-session-manager/distinfo +++ b/x11/mate-session-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491695526 -SHA256 (mate/mate-session-manager-1.18.0.tar.xz) = 1c50f7866d8c75c1a918754960c6629798d6cb0f8d06aa3e48516ea672c7d419 -SIZE (mate/mate-session-manager-1.18.0.tar.xz) = 578256 +TIMESTAMP = 1507994208 +SHA256 (mate/mate-session-manager-1.18.1.tar.xz) = 9402f181262c1f9daa8577f0d48d956fba8b41e76aa56ec4aa58f44080c11d44 +SIZE (mate/mate-session-manager-1.18.1.tar.xz) = 582732 |