From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 8 22:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47C2F2B9 for ; Thu, 8 Nov 2012 22:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1F4EF8FC0C for ; Thu, 8 Nov 2012 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8Me06p075924 for ; Thu, 8 Nov 2012 22:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA8Me0QB075923; Thu, 8 Nov 2012 22:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 8 Nov 2012 22:40:00 GMT Resent-Message-Id: <201211082240.qA8Me0QB075923@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nat Baldwin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D3A4272 for ; Thu, 8 Nov 2012 22:35:15 +0000 (UTC) (envelope-from nbaldwin@rescomp.berkeley.edu) Received: from hal.rescomp.berkeley.edu (hal.ResComp.Berkeley.EDU [169.229.70.150]) by mx1.freebsd.org (Postfix) with ESMTP id 0301F8FC08 for ; Thu, 8 Nov 2012 22:35:14 +0000 (UTC) Received: by hal.rescomp.berkeley.edu (Postfix, from userid 1323) id C4484119E44; Thu, 8 Nov 2012 14:29:13 -0800 (PST) Message-Id: <20121108222913.C4484119E44@hal.rescomp.berkeley.edu> Date: Thu, 8 Nov 2012 14:29:13 -0800 (PST) From: Nat Baldwin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173485: confman port relies on wrong version of subversion X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nat Baldwin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 22:40:01 -0000 >Number: 173485 >Category: ports >Synopsis: confman port relies on wrong version of subversion >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 08 22:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Nat Baldwin >Release: FreeBSD 7.4-RELEASE-p9 amd64 >Organization: University of California, Berkeley >Environment: System: FreeBSD hal.rescomp.berkeley.edu 7.4-RELEASE-p9 FreeBSD 7.4-RELEASE-p9 #0: Wed Jun 13 01:34:32 UTC 2012 root@engineer.rescomp.berkeley.edu:/usr/obj/usr/src/sys/RCBSD amd64 >Description: The sysutils/confman port currently depends on the subversion port. However, it relies on .svn directories for metadata, which subversion stopped using as of version 1.7, which is what the subversion port is currently at. The confman port should instead rely on the subversion16 port which houses the 1.6 branch. >How-To-Repeat: Try to install the confman port and it will attempt to pull in the wrong subversion. >Fix: Here's the very simple makefile fix. I wasn't sure if I was supposed to bump the PORTREVISION, so I did. Sorry if that's wrong. I'm submitting this PR at the request of the busy maintaner. --- Makefile.diff begins here --- --- Makefile.orig 2012-11-08 14:16:34.997054971 -0800 +++ Makefile 2012-11-08 14:16:56.714905673 -0800 @@ -7,6 +7,7 @@ PORTNAME= confman PORTVERSION= 1.9.4b +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.timesinks.net/distfiles/ @@ -14,7 +15,7 @@ COMMENT= A revision controlled configuration manager RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - svn:${PORTSDIR}/devel/subversion \ + svn:${PORTSDIR}/devel/subversion16 \ sudo:${PORTSDIR}/security/sudo \ greadlink:${PORTSDIR}/sysutils/coreutils \ wget:${PORTSDIR}/ftp/wget --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: