diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-13 05:56:11 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-13 05:56:11 +0800 |
commit | 2024cc0568b5c5ff279b9449d54570ddacb5827c (patch) | |
tree | 6f97de91af07da87f6d880ed9c8c855921c421aa /ports-mgmt | |
parent | 43e924ca012344f0964092d97a9df2b51ec3c2f6 (diff) | |
download | freebsd-ports-gnome-2024cc0568b5c5ff279b9449d54570ddacb5827c.tar.gz freebsd-ports-gnome-2024cc0568b5c5ff279b9449d54570ddacb5827c.tar.zst freebsd-ports-gnome-2024cc0568b5c5ff279b9449d54570ddacb5827c.zip |
- fastest_cvsup is an outdated authoring tool for ports, move to svn
- take maintainership
Approved by: maintainer, linimon@
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/port-authoring-tools/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/ports-mgmt/port-authoring-tools/Makefile b/ports-mgmt/port-authoring-tools/Makefile index 499cb22356f1..6786526c69ed 100644 --- a/ports-mgmt/port-authoring-tools/Makefile +++ b/ports-mgmt/port-authoring-tools/Makefile @@ -1,23 +1,20 @@ -# New ports collection makefile for: port-authoring-tools -# Date created: 3 April 2004 -# Whom: Mark Linimon <linimon@FreeBSD.org> -# +# Created by: Mark Linimon <linimon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= port-authoring-tools PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER= linimon@FreeBSD.org +MAINTAINER= jgh@FreeBSD.org COMMENT= "meta-port" for tools to test and submit changes to ports # note: portlint is brought in by porttools RUN_DEPENDS= \ - ${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \ + ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \ ${LOCALBASE}/sbin/libchk:${PORTSDIR}/sysutils/libchk \ ${LOCALBASE}/bin/port:${PORTSDIR}/ports-mgmt/porttools |