Date: Fri, 11 Jan 2019 02:07:32 +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: r489932 - head/editors/emacs-devel Message-ID: <201901110207.x0B27WKd010881@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901110207.x0B27WKd010881>