FreeBSD Bugzilla – Attachment 150263 Details for
Bug 195740
ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make portshaker aware of WITH_SUBVERSION_VER
portshaker_patch.txt (text/plain), 732 bytes, created by
Simon Wright
on 2014-12-06 13:17:52 UTC
(
hide
)
Description:
Patch to make portshaker aware of WITH_SUBVERSION_VER
Filename:
MIME Type:
Creator:
Simon Wright
Created:
2014-12-06 13:17:52 UTC
Size:
732 bytes
patch
obsolete
>--- Makefile.org 2014-12-06 13:21:55.000000000 +0100 >+++ Makefile 2014-12-06 13:22:32.000000000 +0100 >@@ -3,7 +3,7 @@ > > PORTNAME?= portshaker > PORTVERSION= 1.0.10 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES?= ports-mgmt > DISTNAME= portshaker-${PORTVERSION} > >@@ -24,7 +24,11 @@ > GIT_DESC= git support > HG_DESC= mercurial support > RSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync >-SVN_RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion >+.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 17 >+SVN_RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion17 >+.else >+SVN_RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion >+.endif > GIT_RUN_DEPENDS= git:${PORTSDIR}/devel/git > HG_RUN_DEPENDS= hg:${PORTSDIR}/devel/mercurial > .else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195740
: 150263 |
150267