svn commit: r462854 - head/devel/magit
Joseph Mingrone
jrm at FreeBSD.org
Sat Feb 24 18:08:20 UTC 2018
Jimmy Olgeni <olgeni at FreeBSD.org> writes:
> Author: olgeni
> Date: Sat Feb 24 17:38:02 2018
> New Revision: 462854
> URL: https://svnweb.freebsd.org/changeset/ports/462854
> Log:
> devel/magit: unbreak build with flavors.
> Modified:
> head/devel/magit/Makefile
> Modified: head/devel/magit/Makefile
> ==============================================================================
> --- head/devel/magit/Makefile Sat Feb 24 17:33:07 2018 (r462853)
> +++ head/devel/magit/Makefile Sat Feb 24 17:38:02 2018 (r462854)
> @@ -13,10 +13,10 @@ COMMENT= Interface to Git for Emacs
> LICENSE= GPLv3+
> LICENSE_FILE= ${WRKSRC}/COPYING
> -BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el@${EMACS_FLAVOR} \
> - with-editor${EMACS_PKGNAMESUFFIX}>=2.5.0:editors/with-editor@${EMACS_FLAVOR}
> -RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el@${EMACS_FLAVOR} \
> - with-editor${EMACS_PKGNAMESUFFIX}>=2.5.0:editors/with-editor@${EMACS_FLAVOR}
> +BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el \
> + with-editor${EMACS_PKGNAMESUFFIX}>=2.5.0:editors/with-editor
> +RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el \
> + with-editor${EMACS_PKGNAMESUFFIX}>=2.5.0:editors/with-editor
> USES= emacs gmake makeinfo
> USE_GITHUB= yes
Could you elaborate on what you thought was broken?
These are poudriere build logs before your commit:
http://pkg.awarnach.mathstat.dal.ca/build.html?mastername=11amd64-default&build=2018-02-24_14h00m28s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 962 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180224/438e5d3b/attachment.sig>
More information about the svn-ports-head
mailing list