diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-08-01 08:22:04 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2020-08-01 08:22:04 +0000 |
commit | d64319394b3220ee69243d260e98a60f20954612 (patch) | |
tree | 97db852c6e7e241dca1cae8cadf0b2dc4a2d0517 /editors | |
parent | 47121d3cc66684dea165a027f3bcbb8160fd9fc5 (diff) | |
download | freebsd-ports-d64319394b3220ee69243d260e98a60f20954612.zip |
- Update to git snapshot fbe363f
- Explicitly disable selinux, and libsystemd configure flags
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 8 | ||||
-rw-r--r-- | editors/emacs-devel/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index f9ebcb6022c3..e5389ad23d91 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emacs -DISTVERSION= 28.0.50.20200715 +DISTVERSION= 28.0.50.20200801 PORTEPOCH= 2 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -28,7 +28,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 85eaa83 +GH_TAGNAME= fbe363f .if ${FLAVOR:U} != nox USES+= desktop-file-utils gnome xorg @@ -38,7 +38,9 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xrandr xrender xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ - --localstatedir=/var + --localstatedir=/var \ + --without-libsystemd \ + --without-selinux .if ${FLAVOR:U} == nox CONFIGURE_ARGS+= --with-sound=no \ --with-x-toolkit=no \ diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 5fc2f452ad54..bffb3e9ae2d1 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594834485 -SHA256 (emacs-mirror-emacs-28.0.50.20200715-85eaa83_GH0.tar.gz) = 5b90d1dcb2dc157fecf7f7e7ef181631df0a263d00ab16957ebcdeed91022dac -SIZE (emacs-mirror-emacs-28.0.50.20200715-85eaa83_GH0.tar.gz) = 41951601 +TIMESTAMP = 1596223544 +SHA256 (emacs-mirror-emacs-28.0.50.20200801-fbe363f_GH0.tar.gz) = fd2fbd3d367cf6624ecb864f2c0da5213b4143973333906b7e74d112fdc32185 +SIZE (emacs-mirror-emacs-28.0.50.20200801-fbe363f_GH0.tar.gz) = 41975424 |