diff options
author | ashish <ashish@FreeBSD.org> | 2016-07-27 15:12:24 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2016-07-27 15:12:24 +0800 |
commit | 898b4ab6e61263da5f1680886605eb9b207c907d (patch) | |
tree | e1ab52e14a09557bc6f53d2c35844fb6f3e9cffe /editors | |
parent | 9080dd2fe85109d910927b50503030a8398d0465 (diff) | |
download | freebsd-ports-gnome-898b4ab6e61263da5f1680886605eb9b207c907d.tar.gz freebsd-ports-gnome-898b4ab6e61263da5f1680886605eb9b207c907d.tar.zst freebsd-ports-gnome-898b4ab6e61263da5f1680886605eb9b207c907d.zip |
editors/emacs-devel:
- Update to 25.1-rc1[1]
- Add IMPLIES condition for XWIDGETS option[1]
Mk/bsd.emacs.mk:
- Add block for emacs-nox11[2]
- Update emacs-devel block with new EMACS_VER
PR: 211356 [1]
Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1],
matthew (via private email) [2]
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 9 | ||||
-rw-r--r-- | editors/emacs-devel/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index beaea1fd7709..095747ce3123 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= emacs -PORTVERSION= ${EMACS_VER} -PORTREVISION= 1 +DISTVERSION= 25.1-rc1 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= GNU_ALPHA/emacs/pretest @@ -20,7 +19,9 @@ BROKEN_ia64= Emacs does not currently build on ia64 CONFLICTS= emacs24-[0-9]* emacs-nox11-[0-9]* -EMACS_VER= 25.0.95 +EMACS_VER= ${PORTVERSION:R} +WRKSRC= ${WRKDIR}/${PORTNAME}-${EMACS_VER} + GNU_CONFIGURE= yes USES= cpe gmake makeinfo ncurses pkgconfig tar:xz INFO_PATH= ${DATADIR_REL}/info @@ -208,7 +209,7 @@ XPM_IMPLIES= X11 XWIDGETS_USE= XORG=xcomposite XWIDGETS_CONFIGURE_WITH=xwidgets XWIDGETS_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 -XWIDGETS_IMPLIES= X11 +XWIDGETS_IMPLIES= GTK3 .include <bsd.port.options.mk> diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index a28735ec6a86..86c3bfd9edbe 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465722255 -SHA256 (emacs-25.0.95.tar.xz) = 1438c51268250344739c31752d9292fc51cab0d8384b9f574ecaf1bcd879bb2e -SIZE (emacs-25.0.95.tar.xz) = 42536908 +TIMESTAMP = 1469588656 +SHA256 (emacs-25.1-rc1.tar.xz) = c00c50e66474359d1e24baa2a0703bc64207caffc31d0808d8b4ffa4b3826133 +SIZE (emacs-25.1-rc1.tar.xz) = 42309372 |