Date: Wed, 10 May 2017 02:43:43 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440524 - head/editors/emacs-devel Message-ID: <201705100243.v4A2hh8D092517@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Wed May 10 02:43:43 2017 New Revision: 440524 URL: https://svnweb.freebsd.org/changeset/ports/440524 Log: - Update to git snapshot 5e2cf8c - Un-IGNORE XWIDGETS option, as required version of WebKit is now in ports tree Modified: head/editors/emacs-devel/Makefile head/editors/emacs-devel/distinfo head/editors/emacs-devel/pkg-plist Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Wed May 10 02:32:29 2017 (r440523) +++ head/editors/emacs-devel/Makefile Wed May 10 02:43:43 2017 (r440524) @@ -19,10 +19,10 @@ BROKEN_aarch64= Fails to link: missing USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 28718c4 +GH_TAGNAME= 5e2cf8c EMACS_VER= 26.0.50 -EMACS_REV= 20170415 +EMACS_REV= 20170509 GNU_CONFIGURE= yes USES= autoreconf:build cpe gmake makeinfo ncurses pkgconfig INFO_PATH= ${DATADIR_REL}/info @@ -177,9 +177,7 @@ XPM_CONFIGURE_WITH= xpm XPM_IMPLIES= X11 XWIDGETS_USE= XORG=xcomposite XWIDGETS_CONFIGURE_WITH=xwidgets -XWIDGETS_IGNORE= Cannot build with XWIDGETS, because the version of \ -WebKit GTK3 in the ports tree is too old -XWIDGETS_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 +XWIDGETS_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 XWIDGETS_IMPLIES= GTK3 pre-configure: Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Wed May 10 02:32:29 2017 (r440523) +++ head/editors/emacs-devel/distinfo Wed May 10 02:43:43 2017 (r440524) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492264943 -SHA256 (emacs-mirror-emacs-26.0.50.20170415-28718c4_GH0.tar.gz) = 7bbfee77b62022062b38301c9528816e881194aa48cce85c5060167f5c889edb -SIZE (emacs-mirror-emacs-26.0.50.20170415-28718c4_GH0.tar.gz) = 39016739 +TIMESTAMP = 1494307317 +SHA256 (emacs-mirror-emacs-26.0.50.20170509-5e2cf8c_GH0.tar.gz) = 0242265a733b2d98ce3ade9423f7e26b064fe9cff6edb674b2671425b04207b5 +SIZE (emacs-mirror-emacs-26.0.50.20170509-5e2cf8c_GH0.tar.gz) = 39043293 Modified: head/editors/emacs-devel/pkg-plist ============================================================================== --- head/editors/emacs-devel/pkg-plist Wed May 10 02:32:29 2017 (r440523) +++ head/editors/emacs-devel/pkg-plist Wed May 10 02:43:43 2017 (r440524) @@ -2574,14 +2574,12 @@ share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-buffers.elc %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-comp.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-comp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-compat.el %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-e.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-e.elc %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-folder.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-folder.elc %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-funcs.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-funcs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-gnus.el %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-identity.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-identity.elc %%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-inc.el.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705100243.v4A2hh8D092517>