ports/189494: [PATCH] devel/magit-emacs24: add GIT_SUBVERSION option

Yasuhiro KIMURA yasu at utahime.org
Fri May 9 08:00:01 UTC 2014


>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 at 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:


More information about the freebsd-ports-bugs mailing list