svn commit: r382504 - in head/x11: mate mate-base

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:21:25 UTC 2015


Author: bapt
Date: Sat Mar 28 15:21:23 2015
New Revision: 382504
URL: https://svnweb.freebsd.org/changeset/ports/382504
QAT: https://qat.redports.org/buildarchive/r382504/

Log:
  Convert to USES=metaport

Deleted:
  head/x11/mate-base/pkg-plist
  head/x11/mate/pkg-plist
Modified:
  head/x11/mate-base/Makefile
  head/x11/mate/Makefile

Modified: head/x11/mate-base/Makefile
==============================================================================
--- head/x11/mate-base/Makefile	Sat Mar 28 15:18:01 2015	(r382503)
+++ head/x11/mate-base/Makefile	Sat Mar 28 15:21:23 2015	(r382504)
@@ -4,13 +4,12 @@
 PORTNAME=	mate-base
 PORTVERSION=	1.8.1
 CATEGORIES=	x11 mate
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	"meta-port" for the MATE base integrated X11 desktop
 
+USES=		metaport
+
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu \
 		${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \
 		${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:${PORTSDIR}/x11-themes/mate-backgrounds \
@@ -22,8 +21,4 @@ USE_MATE=	caja:run controlcenter:run dia
 		marco:run notificationdaemon:run panel:run \
 		polkit:run
 
-NO_BUILD=	yes
-NO_INSTALL=	yes
-NO_MTREE=	yes
-
 .include <bsd.port.mk>

Modified: head/x11/mate/Makefile
==============================================================================
--- head/x11/mate/Makefile	Sat Mar 28 15:18:01 2015	(r382503)
+++ head/x11/mate/Makefile	Sat Mar 28 15:21:23 2015	(r382504)
@@ -4,13 +4,12 @@
 PORTNAME=	mate
 PORTVERSION=	1.8.1
 CATEGORIES=	x11 mate
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	"meta-port" for the MATE integrated X11 desktop
 
+USES=		metaport
+
 RUN_DEPENDS=	mate-base>=1.8.0:${PORTSDIR}/x11/mate-base \
 		mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \
 		mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza \
@@ -29,8 +28,4 @@ RUN_DEPENDS=	mate-base>=1.8.0:${PORTSDIR
 
 USE_MATE=	pluma:run
 
-NO_BUILD=	yes
-NO_INSTALL=	yes
-NO_MTREE=	yes
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list