Bug 190946 - [patch] ports-mgmt/portdowngrade: use either subversion 1.7 or 1.8 depending on make.conf variable
Summary: [patch] ports-mgmt/portdowngrade: use either subversion 1.7 or 1.8 depending ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-11 20:04 UTC by Simon Wright
Modified: 2014-06-11 21:02 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Wright 2014-06-11 20:04:40 UTC
Currently building portdowngrade package on a clean system will only install subversion 1.8 even if 1.7 is defined in make.conf with WITH_SUBVERSION_VER=17.

Linked patch by Olli Hauer fixes this and will install either 1.7 or 1.8 as required for the run dependency.

Patch:
http://people.freebsd.org/~ohauer/diffs/portdowngrade_svn.diff
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-11 21:01:08 UTC
A commit references this bug:

Author: crees
Date: Wed Jun 11 21:00:24 UTC 2014
New revision: 357538
URL: http://svnweb.freebsd.org/changeset/ports/357538

Log:
  Respect WITH_SUBVERSION_VER

  PR:		ports/190946
  Submitted by:	ohauer
  Submitted by:	Simon Wright

Changes:
  head/ports-mgmt/portdowngrade/Makefile
Comment 2 Chris Rees freebsd_committer freebsd_triage 2014-06-11 21:01:39 UTC
Committed, thanks.