Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 May 2014 16:52:17 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Thomas.Gellekum@gmx.de, pi@opsec.eu, kuriyama@FreeBSD.org
Subject:   ports/189494: [PATCH] devel/magit-emacs24: add GIT_SUBVERSION option
Message-ID:  <20140509075217.64A4775956@eastasia.home.utahime.org>
Resent-Message-ID: <201405090800.s49800VN012907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189494
>Category:       ports
>Synopsis:       [PATCH] devel/magit-emacs24: add GIT_SUBVERSION option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 09 08:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 10.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0 r265129: Wed Apr 30 19:06:44 JST
>Description:
[PORTTOOLS: DESCRIBE CHANGES]
Add GIT_SUBVERSION option, which makes magit use devel/git-subversion 
instead of devel/git as backend.

Port maintainer (kuriyama@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- magit-emacs24-1.2.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353446)
+++ Makefile	(working copy)
@@ -16,8 +16,6 @@
 LICENSE=	GFDL GPLv3
 LICENSE_COMB=	multi
 
-RUN_DEPENDS=	git>0:${PORTSDIR}/devel/git
-
 USES=		gmake
 USE_EMACS=	YES
 INFO=		magit
@@ -28,4 +26,9 @@
 		INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH}
 PLIST_SUB+=	ELISPDIR=${ELISPDIR}
 
+OPTIONS_DEFINE=		GIT_SUBVERSION
+GIT_SUBVERSION_DESC=	Use devel/git-subversion as backend
+GIT_SUBVERSION_RUN_DEPENDS=	git-subversion>0:${PORTSDIR}/devel/git-subversion
+GIT_SUBVERSION_RUN_DEPENDS_OFF=	git>0:${PORTSDIR}/devel/git
+
 .include <bsd.port.mk>
--- magit-emacs24-1.2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140509075217.64A4775956>