From owner-svn-ports-head@freebsd.org Fri Jan 11 02:07:34 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E459814A1825; Fri, 11 Jan 2019 02:07:33 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8507583260; Fri, 11 Jan 2019 02:07:33 +0000 (UTC) (envelope-from jrm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71CB7D07E; Fri, 11 Jan 2019 02:07:33 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0B27XwR010884; Fri, 11 Jan 2019 02:07:33 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0B27WKd010881; Fri, 11 Jan 2019 02:07:32 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201901110207.x0B27WKd010881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 11 Jan 2019 02:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489932 - head/editors/emacs-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/editors/emacs-devel X-SVN-Commit-Revision: 489932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8507583260 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 11 Jan 2019 02:07:34 -0000 Author: jrm Date: Fri Jan 11 02:07:32 2019 New Revision: 489932 URL: https://svnweb.freebsd.org/changeset/ports/489932 Log: editors/emacs-devel: update to latest master-branch commit port changes: - do not explicitly set MAKEINFO, since this was done to avoid base makeinfo in FreeBSD 10.x - match upstream's default behaviour by not installing the shared game directory and the auxiliary program update-game-score - do not specify unnecessary or default configuration options 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 Fri Jan 11 02:04:16 2019 (r489931) +++ head/editors/emacs-devel/Makefile Fri Jan 11 02:07:32 2019 (r489932) @@ -32,14 +32,10 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xran CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 9fe788a +GH_TAGNAME= 7ae0a24 CONFIGURE_ARGS= --disable-build-details \ - --localstatedir=/var \ - --with-gameuser=games:games \ - --without-libsystemd \ - --without-gpm \ - --with-wide-int=no + --localstatedir=/var .if ${FLAVOR:U} == nox CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \ @@ -54,7 +50,7 @@ CONFIGURE_ARGS+= --with-sound=no --without-cairo --wit CONFIGURE_ARGS+= --with-x .endif # See r468320 to determine if/when the next line can be removed -CONFIGURE_ENV= ac_cv_header_sys_sysinfo_h=no MAKEINFO=${LOCALBASE}/bin/makeinfo +CONFIGURE_ENV= ac_cv_header_sys_sysinfo_h=no CONFLICTS_INSTALL= emacs emacs-canna emacs-nox GNU_CONFIGURE= yes INFO= ada-mode auth autotype bovine calc ccmode cl dbus dired-x \ @@ -199,7 +195,7 @@ XWIDGETS_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2 XWIDGETS_IMPLIES= GTK3 EMACS_VER= 27.0.50 -EMACS_REV= 20181225 +EMACS_REV= 20190110 .include Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Fri Jan 11 02:04:16 2019 (r489931) +++ head/editors/emacs-devel/distinfo Fri Jan 11 02:07:32 2019 (r489932) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545744137 -SHA256 (emacs-mirror-emacs-27.0.50.20181225-9fe788a_GH0.tar.gz) = 12b9da50b6450656fe59d3ca6a2b41d735a8be1d6954541959db212bb83e9338 -SIZE (emacs-mirror-emacs-27.0.50.20181225-9fe788a_GH0.tar.gz) = 40438263 +TIMESTAMP = 1547141174 +SHA256 (emacs-mirror-emacs-27.0.50.20190110-7ae0a24_GH0.tar.gz) = fff246d2a73a56f7b9200083eec1f4ac7446bca7188128097424c0bf3c2ccb9a +SIZE (emacs-mirror-emacs-27.0.50.20190110-7ae0a24_GH0.tar.gz) = 40450233 Modified: head/editors/emacs-devel/pkg-plist ============================================================================== --- head/editors/emacs-devel/pkg-plist Fri Jan 11 02:04:16 2019 (r489931) +++ head/editors/emacs-devel/pkg-plist Fri Jan 11 02:07:32 2019 (r489932) @@ -8,7 +8,6 @@ libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/hexl libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/movemail libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/profile libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/rcs2log -@(games,games,4555) libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/update-game-score man/man1/ctags.1.gz man/man1/ebrowse.1.gz man/man1/emacs.1.gz @@ -4133,6 +4132,3 @@ share/icons/hicolor/scalable/apps/emacs.ico share/icons/hicolor/scalable/apps/emacs.svg share/icons/hicolor/scalable/mimetypes/emacs-document.svg share/icons/hicolor/scalable/mimetypes/emacs-document23.svg -@(games,games,0664) /var/games/emacs/snake-scores -@(games,games,0664) /var/games/emacs/tetris-scores -@dir(games,games,0755) /var/games/emacs