svn commit: r504281 - head/editors/emacs-devel

Ashish SHUKLA ashish at FreeBSD.org
Sun Jun 16 06:01:49 UTC 2019


Author: ashish
Date: Sun Jun 16 06:01:47 2019
New Revision: 504281
URL: https://svnweb.freebsd.org/changeset/ports/504281

Log:
  - Update to git snapshot 83095a8
  - Track git revision information in build

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	Sun Jun 16 04:38:46 2019	(r504280)
+++ head/editors/emacs-devel/Makefile	Sun Jun 16 06:01:47 2019	(r504281)
@@ -32,7 +32,7 @@ USE_XORG=	ice sm x11 xcb xext xfixes xinerama xmu xran
 CPE_VENDOR=	gnu
 USE_GITHUB=	yes
 GH_ACCOUNT=	emacs-mirror
-GH_TAGNAME=	ec4b2c8
+GH_TAGNAME=	83095a8
 
 CONFIGURE_ARGS=	--disable-build-details \
 		--localstatedir=/var
@@ -195,7 +195,7 @@ XWIDGETS_LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2
 XWIDGETS_IMPLIES=	GTK3
 
 EMACS_VER=	27.0.50
-EMACS_REV=	20190525
+EMACS_REV=	20190616
 
 .include <bsd.port.options.mk>
 
@@ -211,6 +211,10 @@ CONFIGURE_ARGS+=	--with-x-toolkit=no
 
 pre-configure:
 	@(cd ${WRKSRC} && ./autogen.sh all)
+	@${REINPLACE_CMD} \
+	  -e '/emacs-repository-version/s/^.*$$/(setq emacs-repository-version "${GH_TAGNAME}")/' \
+	  -e '/emacs-repository-branch/s/^.*$$/(setq emacs-repository-branch "master")/' \
+	  ${WRKSRC}/lisp/loadup.el
 
 .if ${FLAVOR} == nox
 # With a desktop entry stage-qa will give a warning about requiring

Modified: head/editors/emacs-devel/distinfo
==============================================================================
--- head/editors/emacs-devel/distinfo	Sun Jun 16 04:38:46 2019	(r504280)
+++ head/editors/emacs-devel/distinfo	Sun Jun 16 06:01:47 2019	(r504281)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558806987
-SHA256 (emacs-mirror-emacs-27.0.50.20190525-ec4b2c8_GH0.tar.gz) = 3907a79ff758c154af282068082968d454dd86afd1172b18f387c2b3e29c632b
-SIZE (emacs-mirror-emacs-27.0.50.20190525-ec4b2c8_GH0.tar.gz) = 40640979
+TIMESTAMP = 1560661854
+SHA256 (emacs-mirror-emacs-27.0.50.20190616-83095a8_GH0.tar.gz) = 5c25006d31e1997cc76b773881e3ce75b32f8f91f012f1a03b4bc3da6e4a1323
+SIZE (emacs-mirror-emacs-27.0.50.20190616-83095a8_GH0.tar.gz) = 40696376

Modified: head/editors/emacs-devel/pkg-plist
==============================================================================
--- head/editors/emacs-devel/pkg-plist	Sun Jun 16 04:38:46 2019	(r504280)
+++ head/editors/emacs-devel/pkg-plist	Sun Jun 16 06:01:47 2019	(r504281)
@@ -3991,6 +3991,7 @@ share/metainfo/emacs.appdata.xml
 %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gnutls.h
 %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gtkutil.c
 %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gtkutil.h
+%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/hbfont.c
 %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/image.c
 %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/indent.c
 %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/indent.h


More information about the svn-ports-head mailing list