Date: Tue, 11 Dec 2018 02:48:13 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487218 - head/editors/emacs-devel Message-ID: <201812110248.wBB2mDxe042946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Tue Dec 11 02:48:13 2018 New Revision: 487218 URL: https://svnweb.freebsd.org/changeset/ports/487218 Log: editors/emacs-devel: Update to latest master-branch commit Modified: head/editors/emacs-devel/Makefile (contents, props changed) head/editors/emacs-devel/distinfo (contents, props changed) head/editors/emacs-devel/pkg-plist (contents, props changed) Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Tue Dec 11 00:56:20 2018 (r487217) +++ head/editors/emacs-devel/Makefile Tue Dec 11 02:48:13 2018 (r487218) @@ -32,13 +32,13 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xran CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 070ef95 +GH_TAGNAME= 712e74a CONFIGURE_ARGS= --disable-build-details \ --localstatedir=/var \ --with-gameuser=games:games \ --without-libsystemd \ - --without-mini-gmp \ + --without-gpm \ --with-wide-int=no .if ${FLAVOR:U} == nox @@ -199,7 +199,7 @@ XWIDGETS_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2 XWIDGETS_IMPLIES= GTK3 EMACS_VER= 27.0.50 -EMACS_REV= 20181201 +EMACS_REV= 20181210 .include <bsd.port.options.mk> Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Tue Dec 11 00:56:20 2018 (r487217) +++ head/editors/emacs-devel/distinfo Tue Dec 11 02:48:13 2018 (r487218) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543702226 -SHA256 (emacs-mirror-emacs-27.0.50.20181201-070ef95_GH0.tar.gz) = ac53f04eb97453dc9050eeaceedf7c6145ae2300309d6186d5fc496cf64eb8f1 -SIZE (emacs-mirror-emacs-27.0.50.20181201-070ef95_GH0.tar.gz) = 40414220 +TIMESTAMP = 1544487774 +SHA256 (emacs-mirror-emacs-27.0.50.20181210-712e74a_GH0.tar.gz) = 0318fc16a417cbda5583a0c9b84c561c237012b1ce8891e636afa5ea015e7fd9 +SIZE (emacs-mirror-emacs-27.0.50.20181210-712e74a_GH0.tar.gz) = 40420735 Modified: head/editors/emacs-devel/pkg-plist ============================================================================== --- head/editors/emacs-devel/pkg-plist Tue Dec 11 00:56:20 2018 (r487217) +++ head/editors/emacs-devel/pkg-plist Tue Dec 11 02:48:13 2018 (r487218) @@ -1614,7 +1614,8 @@ share/metainfo/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/nadvice.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package-x.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pcase.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pcase.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pp.el.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812110248.wBB2mDxe042946>