diff options
author | youri <youri@pkgsrc.org> | 2018-05-14 12:26:20 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-05-14 12:26:20 +0000 |
commit | 5bdad9aac5e8d8becc8a8a0fb4bc3447f02a41d5 (patch) | |
tree | cc8f1959dd1cd4cb194c41b262e3cc1954fe3cfa /meta-pkgs/mate | |
parent | cae63701db75f59ee387f89d784d12383aba9a51 (diff) | |
download | pkgsrc-5bdad9aac5e8d8becc8a8a0fb4bc3447f02a41d5.tar.gz |
Update the MATE meta-package to 1.20.0.
Diffstat (limited to 'meta-pkgs/mate')
-rw-r--r-- | meta-pkgs/mate/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/mate/Makefile.common | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta-pkgs/mate/Makefile b/meta-pkgs/mate/Makefile index 21c6c3a4500..e59c635f9e7 100644 --- a/meta-pkgs/mate/Makefile +++ b/meta-pkgs/mate/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2018/04/16 14:34:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/05/14 12:26:20 youri Exp $ MAINTAINER= youri@NetBSD.org HOMEPAGE= http://www.mate-desktop.org/ LICENSE= gnu-gpl-v3 PKGNAME= mate-${VERSION} -PKGREVISION= 3 CATEGORIES= meta-pkgs COMMENT= Meta-package for MATE desktop environment diff --git a/meta-pkgs/mate/Makefile.common b/meta-pkgs/mate/Makefile.common index a9589d7bea0..bb061446684 100644 --- a/meta-pkgs/mate/Makefile.common +++ b/meta-pkgs/mate/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2017/06/23 17:33:51 youri Exp $ +# $NetBSD: Makefile.common,v 1.3 2018/05/14 12:26:20 youri Exp $ # used by meta-pkgs/mate/Makefile # used by print/atril/Makefile # used by sysutils/caja/Makefile @@ -37,7 +37,7 @@ # used by x11/mozo/Makefile # used by editors/pluma/Makefile -VERSION= 1.18.0 +VERSION= 1.20.0 MASTER_SITES+= http://pub.mate-desktop.org/releases/${VERSION:R}/ EXTRACT_SUFX= .tar.xz |