From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 9 08:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D8E7E62 for ; Fri, 9 May 2014 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFC3B3B6 for ; Fri, 9 May 2014 08:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s49800GO012908 for ; Fri, 9 May 2014 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s49800VN012907; Fri, 9 May 2014 08:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 9 May 2014 08:00:00 GMT Resent-Message-Id: <201405090800.s49800VN012907@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A626DC19; Fri, 9 May 2014 07:52:19 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 76D1A364; Fri, 9 May 2014 07:52:19 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id ED1F94E62A; Fri, 9 May 2014 16:52:17 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id B550675959; Fri, 9 May 2014 16:52:17 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 64A4775956; Fri, 9 May 2014 16:52:17 +0900 (JST) Message-Id: <20140509075217.64A4775956@eastasia.home.utahime.org> Date: Fri, 9 May 2014 16:52:17 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189494: [PATCH] devel/magit-emacs24: add GIT_SUBVERSION option Cc: Thomas.Gellekum@gmx.de, pi@opsec.eu, kuriyama@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 08:00:01 -0000 >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 --- magit-emacs24-1.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: