Bug 195740

Summary: ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.conf
Product: Ports & Packages Reporter: Simon Wright <simon.wright>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: --- Keywords: easy, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to make portshaker aware of WITH_SUBVERSION_VER
none
Poudriere build log none

Description Simon Wright 2014-12-06 13:17:52 UTC
Created attachment 150263 [details]
Patch to make portshaker aware of WITH_SUBVERSION_VER

Currently building portshaker package on a clean system will install subversion 1.8 even if 1.7 is defined in make.conf with WITH_SUBVERSION_VER=17.

Patch fixes this and will use either 1.7 or 1.8 as required for the run dependency.

Thanks to Olli Hauer for fixing the original issue (in ports-mgmt/portdowngrade).
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-06 13:17:52 UTC
Auto-assigned to maintainer romain@FreeBSD.org
Comment 2 Simon Wright 2014-12-06 15:21:11 UTC
Created attachment 150267 [details]
Poudriere build log
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2014-12-27 11:34:49 UTC
Maintainer timeout (3 weeks)
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-12-27 14:57:03 UTC
A commit references this bug:

Author: pi
Date: Sat Dec 27 14:56:33 UTC 2014
New revision: 375684
URL: https://svnweb.freebsd.org/changeset/ports/375684

Log:
  ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.conf

  Currently building portshaker package on a clean system will install
  subversion 1.8 even if 1.7 is defined in make.conf with
  WITH_SUBVERSION_VER=17.

  Patch fixes this and will use either 1.7 or 1.8 as required for the
  run dependency.

  PR:		195740
  Submitted by:	simon.wright@gmx.net
  Approved by:	romain (maintainer timeout)

Changes:
  head/ports-mgmt/portshaker/Makefile
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2014-12-27 14:57:34 UTC
Committed, thanks.