Bug 173485 - sysutils/confman relies on wrong version of subversion
Summary: sysutils/confman relies on wrong version of subversion
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-08 22:40 UTC by Nat Baldwin
Modified: 2012-11-21 17:01 UTC (History)
0 users

See Also:


Attachments
Makefile.diff (560 bytes, patch)
2012-11-08 22:40 UTC, Nat Baldwin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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