aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-11-23 19:39:07 +0800
committerkwm <kwm@FreeBSD.org>2013-11-23 19:39:07 +0800
commit7bca6ea6f563c85388f53d6aa74a11e52672425f (patch)
tree000a9ce64a1e669ce72ebf4b639d75f2ef29c214 /Mk/bsd.sites.mk
parent9a25b340e90f1811045215d11f228f12434fa124 (diff)
downloadfreebsd-ports-graphics-7bca6ea6f563c85388f53d6aa74a11e52672425f.tar.gz
freebsd-ports-graphics-7bca6ea6f563c85388f53d6aa74a11e52672425f.tar.zst
freebsd-ports-graphics-7bca6ea6f563c85388f53d6aa74a11e52672425f.zip
Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index b96fa59153d..910818f6f94 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -729,6 +729,11 @@ MASTER_SITE_LOGILAB+= \
ftp://ftp.logilab.fr/pub/%SUBDIR%/
.endif
+.if !defined(IGNORE_MASTER_SITE_MATE)
+MASTER_SITE_MATE+= \
+ http://pub.mate-desktop.org/releases/%SUBDIR%/
+.endif
+
.if !defined(IGNORE_MASTER_SITE_MOZDEV)
MASTER_SITE_MOZDEV+= \
http://ftp.scarlet.be/pub/mozdev/%SUBDIR%/ \
@@ -1473,6 +1478,7 @@ MASTER_SITES_SUBDIRS= \
GNU:${PORTNAME} \
HORDE:${PORTNAME} \
LOGILAB:${PORTNAME} \
+ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
MOZDEV:${PORTNAME:L} \
NETLIB:${PORTNAME} \
PERL_CPAN:${PORTNAME:C/-.*//} \