Bug 173485

Summary: sysutils/confman relies on wrong version of subversion
Product: Ports & Packages Reporter: Nat Baldwin <nbaldwin>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile.diff none

Description Nat Baldwin 2012-11-08 22:40:00 UTC
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.

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.
How-To-Repeat: Try to install the confman port and it will attempt to pull in the wrong
subversion.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-08 23:31:56 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-08 23:31:56 UTC
Maintainer of sysutils/confman,

Please note that PR ports/173485 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173485

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Chris Cowart 2012-11-08 23:45:15 UTC
Edwin Groothuis wrote:
> Maintainer of sysutils/confman,
> 
> Please note that PR ports/173485 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173485


I approve.

-- 
Chris Cowart
  http://www.timesinks.net/
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-11-08 23:54:36 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Tilman Keskinoz freebsd_committer freebsd_triage 2012-11-21 17:01:31 UTC
State Changed
From-To: open->closed

committed, thanks