ports/176696: [patch] ports-mgmt/port-maintenance-tools: bring in svn requirement
Jason Helfman
jgh at FreeBSD.org
Wed Mar 6 19:10:00 UTC 2013
>Number: 176696
>Category: ports
>Synopsis: [patch] ports-mgmt/port-maintenance-tools: bring in svn requirement
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 06 19:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247807: Mon Mar 4 19:35:47 UTC 2013 peter at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64
>Description:
fastest_cvsup is no longer possible with regard to deprecation of cvs/cvsup
bring in svn as dependency
trim historical header
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
--- Makefile (revision 313537)
+++ Makefile (working copy)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: port-maintenance-tools
-# Date created: 3 April 2004
-# Whom: Mark Linimon <linimon at FreeBSD.org>
-#
+# Created by: Mark Linimon <linimon at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= port-maintenance-tools
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= # empty
DISTFILES= # empty
@@ -18,7 +14,7 @@
RUN_DEPENDS= \
${LOCALBASE}/sbin/portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
- ${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
+ ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
${LOCALBASE}/sbin/pkg_cutleaves:${PORTSDIR}/ports-mgmt/pkg_cutleaves \
${LOCALBASE}/bin/pkg_tree:${PORTSDIR}/ports-mgmt/pkg_tree \
${LOCALBASE}/bin/porteasy:${PORTSDIR}/ports-mgmt/porteasy \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list