Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2015 18:19:04 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382935 - in head/ports-mgmt: port-authoring-tools port-maintenance-tools
Message-ID:  <201504011819.t31IJ4Ga021152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Apr  1 18:19:03 2015
New Revision: 382935
URL: https://svnweb.freebsd.org/changeset/ports/382935

Log:
  - switch to uses metaport

Modified:
  head/ports-mgmt/port-authoring-tools/Makefile
  head/ports-mgmt/port-maintenance-tools/Makefile

Modified: head/ports-mgmt/port-authoring-tools/Makefile
==============================================================================
--- head/ports-mgmt/port-authoring-tools/Makefile	Wed Apr  1 18:11:29 2015	(r382934)
+++ head/ports-mgmt/port-authoring-tools/Makefile	Wed Apr  1 18:19:03 2015	(r382935)
@@ -4,21 +4,15 @@ PORTNAME=	port-authoring-tools
 PORTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	"meta-port" for tools to test and submit changes to ports
 
+USES=	metaport
 # note: portlint is brought in by porttools
 RUN_DEPENDS=	\
 		${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
 		${LOCALBASE}/sbin/libchk:${PORTSDIR}/sysutils/libchk \
 		${LOCALBASE}/bin/port:${PORTSDIR}/ports-mgmt/porttools
 
-NO_BUILD=	yes
-NO_MTREE=	yes
-NO_INSTALL=	yes
-
 .include <bsd.port.mk>

Modified: head/ports-mgmt/port-maintenance-tools/Makefile
==============================================================================
--- head/ports-mgmt/port-maintenance-tools/Makefile	Wed Apr  1 18:11:29 2015	(r382934)
+++ head/ports-mgmt/port-maintenance-tools/Makefile	Wed Apr  1 18:19:03 2015	(r382935)
@@ -4,13 +4,12 @@ PORTNAME=	port-maintenance-tools
 PORTVERSION=	1.0
 PORTREVISION=	2
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Meta-port for administrative tools to maintain ports
 
+USES=	metaport
+
 RUN_DEPENDS=	\
 		${LOCALBASE}/sbin/portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
 		${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
@@ -20,8 +19,4 @@ RUN_DEPENDS=	\
 		${LOCALBASE}/bin/portell:${PORTSDIR}/ports-mgmt/portell \
 		${LOCALBASE}/sbin/portdowngrade:${PORTSDIR}/ports-mgmt/portdowngrade
 
-NO_BUILD=	yes
-NO_MTREE=	yes
-NO_INSTALL=	yes
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504011819.t31IJ4Ga021152>