From owner-svn-ports-head@freebsd.org Thu Feb 4 19:54:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CCF6A9C3BE; Thu, 4 Feb 2016 19:54:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 5459711AF; Thu, 4 Feb 2016 19:54:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u14Jrxcs002071; Thu, 4 Feb 2016 19:53:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14JrxgH002067; Thu, 4 Feb 2016 19:53:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602041953.u14JrxgH002067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 4 Feb 2016 19:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408085 - head/devel/magit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 19:54:00 -0000 Author: pi Date: Thu Feb 4 19:53:58 2016 New Revision: 408085 URL: https://svnweb.freebsd.org/changeset/ports/408085 Log: devel/magit: 2.2.0 -> 2.5.0 Changes: https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.2.1.txt https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.2.2.txt https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.3.0.txt https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.3.1.txt https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.4.0.txt https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.4.1.txt https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.5.0.txt PR: 203678 Submitted by: Yasuhiro KIMURA Approved by: kuriyama (maintainer timeout) Modified: head/devel/magit/Makefile head/devel/magit/distinfo head/devel/magit/pkg-plist Modified: head/devel/magit/Makefile ============================================================================== --- head/devel/magit/Makefile Thu Feb 4 19:34:36 2016 (r408084) +++ head/devel/magit/Makefile Thu Feb 4 19:53:58 2016 (r408085) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= magit -PORTVERSION= 2.2.0 +PORTVERSION= 2.5.0 CATEGORIES= devel elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -11,16 +11,18 @@ COMMENT= Interface to Git for Emacs LICENSE= GPLv3 -BUILD_DEPENDS= dash.el>0:${PORTSDIR}/devel/dash.el -RUN_DEPENDS= dash.el>0:${PORTSDIR}/devel/dash.el +BUILD_DEPENDS= dash.el>=2.12.1:${PORTSDIR}/devel/dash.el \ + with-editor-${EMACS_PORT_NAME}>=2.5.0:${PORTSDIR}/editors/with-editor +RUN_DEPENDS= dash.el>=2.12.1:${PORTSDIR}/devel/dash.el \ + with-editor-${EMACS_PORT_NAME}>=2.5.0:${PORTSDIR}/editors/with-editor USE_GITHUB= yes USES= gmake makeinfo -USE_EMACS= YES -INFO= magit magit-popup with-editor +USE_EMACS= yes +INFO= magit magit-popup PORTDOCS= AUTHORS.md -NO_ARCH= YES +NO_ARCH= yes OPTIONS_DEFINE= DOCS GIT_SUBVERSION GIT_SUBVERSION_DESC= Use devel/git-subversion as backend @@ -33,7 +35,7 @@ GIT_SUBVERSION_RUN_DEPENDS_OFF= git>0:${ ELISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} MAKE_ENV+= INSTALL_INFO=install-info \ - LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR}" \ + LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}" \ VERSION=${PORTVERSION} \ lispdir=${PREFIX}/${ELISPDIR} \ infodir=${PREFIX}/${INFO_PATH} \ Modified: head/devel/magit/distinfo ============================================================================== --- head/devel/magit/distinfo Thu Feb 4 19:34:36 2016 (r408084) +++ head/devel/magit/distinfo Thu Feb 4 19:53:58 2016 (r408085) @@ -1,2 +1,2 @@ -SHA256 (magit-magit-2.2.0_GH0.tar.gz) = 947c47961d5adbcbccda2ed50b7ef59e82ff91e089dedd645f14eeeb7d9acac9 -SIZE (magit-magit-2.2.0_GH0.tar.gz) = 320300 +SHA256 (magit-magit-2.5.0_GH0.tar.gz) = 3e2e3f1d915bdf86f04a29380fe3fa8a1802ea04e3a91a443de0315fcb46027c +SIZE (magit-magit-2.5.0_GH0.tar.gz) = 362213 Modified: head/devel/magit/pkg-plist ============================================================================== --- head/devel/magit/pkg-plist Thu Feb 4 19:34:36 2016 (r408084) +++ head/devel/magit/pkg-plist Thu Feb 4 19:53:58 2016 (r408085) @@ -5,6 +5,8 @@ %%ELISPDIR%%/magit-apply.el %%ELISPDIR%%/magit-apply.elc %%ELISPDIR%%/magit-autoloads.el +%%ELISPDIR%%/magit-autorevert.el +%%ELISPDIR%%/magit-autorevert.elc %%ELISPDIR%%/magit-bisect.el %%ELISPDIR%%/magit-bisect.elc %%ELISPDIR%%/magit-blame.el @@ -37,6 +39,8 @@ %%ELISPDIR%%/magit-sequence.elc %%ELISPDIR%%/magit-stash.el %%ELISPDIR%%/magit-stash.elc +%%ELISPDIR%%/magit-submodule.el +%%ELISPDIR%%/magit-submodule.elc %%ELISPDIR%%/magit-utils.el %%ELISPDIR%%/magit-utils.elc %%ELISPDIR%%/magit-version.el @@ -44,5 +48,3 @@ %%ELISPDIR%%/magit-wip.elc %%ELISPDIR%%/magit.el %%ELISPDIR%%/magit.elc -%%ELISPDIR%%/with-editor.el -%%ELISPDIR%%/with-editor.elc