Bug 190946

Summary: [patch] ports-mgmt/portdowngrade: use either subversion 1.7 or 1.8 depending on make.conf variable
Product: Ports & Packages Reporter: Simon Wright <simon.wright>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: crees, simon.wright
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

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.