svn commit: r382935 - in head/ports-mgmt: port-authoring-tools port-maintenance-tools

Jason Helfman jgh at FreeBSD.org
Wed Apr 1 18:19:05 UTC 2015


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 at 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 at 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>


More information about the svn-ports-head mailing list