summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-04-29 14:50:53 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-04-29 14:50:53 +0000
commit3f98bcd00c8e91ddfe3bc90acd4cb9440423a067 (patch)
tree6484c2ff49776eb1fe0a5c63d975c08bf9dd6c29
parentbiology/py-biom-format: Update to version 2.1.6 (diff)
Chase editors/emacs update to version 25.2
Reported by: des Approved by: ashish (emacs maintainer), swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10534
Notes
Notes: svn path=/head/; revision=439752
-rw-r--r--databases/bbdb/Makefile2
-rw-r--r--deskutils/etask/Makefile2
-rw-r--r--devel/git-modes/Makefile2
-rw-r--r--devel/magit/Makefile1
-rw-r--r--devel/psvn/Makefile2
-rw-r--r--editors/apel/Makefile2
-rw-r--r--editors/flim/Makefile2
-rw-r--r--editors/psgml/Makefile2
-rw-r--r--editors/semi/Makefile2
-rw-r--r--editors/slime/Makefile1
-rw-r--r--editors/tamago/Makefile1
-rw-r--r--editors/tree-widget/Makefile2
-rw-r--r--editors/web-mode/Makefile1
-rw-r--r--editors/with-editor/Makefile1
-rw-r--r--graphics/xface.el/Makefile2
-rw-r--r--irc/riece/Makefile2
-rw-r--r--japanese/boiled-mozc/Makefile2
-rw-r--r--japanese/ddskk/Makefile2
-rw-r--r--japanese/egg-canna/Makefile2
-rw-r--r--japanese/lookup/Makefile2
-rw-r--r--japanese/mozc-server/Makefile2
-rw-r--r--japanese/navi2ch/Makefile2
-rw-r--r--japanese/yc.el/Makefile2
-rw-r--r--lang/quack/Makefile1
-rw-r--r--mail/c-sig/Makefile2
-rw-r--r--mail/wanderlust-devel/Makefile1
-rw-r--r--mail/wanderlust/Makefile2
-rw-r--r--mail/x-face-e21/Makefile2
-rw-r--r--mail/xcite/Makefile2
-rw-r--r--misc/elscreen/Makefile2
-rw-r--r--net-im/jabber.el/Makefile2
-rw-r--r--net/tramp/Makefile2
-rw-r--r--print/auctex/Makefile1
-rw-r--r--textproc/dictem/Makefile2
-rw-r--r--textproc/dictionary/Makefile2
-rw-r--r--textproc/emacs-wiki/Makefile2
-rw-r--r--textproc/uim-el/Makefile2
-rw-r--r--textproc/yaml-mode.el/Makefile1
-rw-r--r--www/emacs-w3m/Makefile1
39 files changed, 39 insertions, 29 deletions
diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile
index a1b00d9b8ec8..ee6fe9079557 100644
--- a/databases/bbdb/Makefile
+++ b/databases/bbdb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bbdb
PORTVERSION= 2.35
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= databases elisp
MASTER_SITES= SF
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/deskutils/etask/Makefile b/deskutils/etask/Makefile
index 8aa190e5f0c4..3161ca13a86c 100644
--- a/deskutils/etask/Makefile
+++ b/deskutils/etask/Makefile
@@ -3,7 +3,7 @@
PORTNAME= etask
PORTVERSION= 0.3.91
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= deskutils elisp
MASTER_SITES= http://members.chello.at/rene.weichselbaum/ \
http://dryice.name/computer/FreeBSD/distfiles/
diff --git a/devel/git-modes/Makefile b/devel/git-modes/Makefile
index 5a38ebd29186..8ada7cd616e6 100644
--- a/devel/git-modes/Makefile
+++ b/devel/git-modes/Makefile
@@ -3,7 +3,7 @@
PORTNAME= git-modes
PORTVERSION= 1.2.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/devel/magit/Makefile b/devel/magit/Makefile
index 00a4958b244d..576db85bd859 100644
--- a/devel/magit/Makefile
+++ b/devel/magit/Makefile
@@ -3,6 +3,7 @@
PORTNAME= magit
PORTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= devel elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/devel/psvn/Makefile b/devel/psvn/Makefile
index 60b60a93572c..40e128c3a99a 100644
--- a/devel/psvn/Makefile
+++ b/devel/psvn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= psvn
PORTVERSION= 20120326.212349
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel elisp
MASTER_SITES= http://www.xsteve.at/prg/emacs/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index d5e5da6d32e8..095ba468882f 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apel
PORTVERSION= ${APEL_VER}
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= editors elisp
MASTER_SITES= http://git.chise.org/elisp/dist/apel/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index c0f751b05de5..8f2b7ccf0146 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -3,7 +3,7 @@
PORTNAME= flim
PORTVERSION= ${FLIM_VER}
-PORTREVISION= 14
+PORTREVISION= 15
PORTEPOCH= 1
CATEGORIES= editors elisp
MASTER_SITES= http://git.chise.org/elisp/dist/flim/flim-1.14/
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile
index f7f5b980dca3..51c5a56516e7 100644
--- a/editors/psgml/Makefile
+++ b/editors/psgml/Makefile
@@ -3,7 +3,7 @@
PORTNAME= psgml
PORTVERSION= 1.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors elisp
MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/editors/semi/Makefile b/editors/semi/Makefile
index 67160ce526f1..577707f94d9b 100644
--- a/editors/semi/Makefile
+++ b/editors/semi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= semi
PORTVERSION= ${SEMI_VER}
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= editors elisp
MASTER_SITES= http://git.chise.org/elisp/dist/semi/semi-1.14-for-flim-1.14/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/editors/slime/Makefile b/editors/slime/Makefile
index 7d530b4872eb..4e4849ab5db8 100644
--- a/editors/slime/Makefile
+++ b/editors/slime/Makefile
@@ -3,6 +3,7 @@
PORTNAME= slime
PORTVERSION= 2.15
+PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= editors elisp
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile
index 0815999536e9..3e0975f15865 100644
--- a/editors/tamago/Makefile
+++ b/editors/tamago/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tamago
PORTVERSION= 4.0.6.0.20041122.19.14
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= editors elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/editors/tree-widget/Makefile b/editors/tree-widget/Makefile
index eed9b5260d4b..de08dedd7179 100644
--- a/editors/tree-widget/Makefile
+++ b/editors/tree-widget/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tree-widget
PORTVERSION= 2.0
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= editors elisp
MASTER_SITES= SF/emhacks/${PORTNAME}/${PORTVERSION} \
http://dryice.name/computer/FreeBSD/distfiles/
diff --git a/editors/web-mode/Makefile b/editors/web-mode/Makefile
index 8fdaae2d31c0..c2cf9f3ad352 100644
--- a/editors/web-mode/Makefile
+++ b/editors/web-mode/Makefile
@@ -2,6 +2,7 @@
PORTNAME= web-mode
PORTVERSION= 14
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= editors elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile
index 48d4ce95cb15..7df66a500b97 100644
--- a/editors/with-editor/Makefile
+++ b/editors/with-editor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= with-editor
PORTVERSION= 2.5.9
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= editors elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/graphics/xface.el/Makefile b/graphics/xface.el/Makefile
index 163e35c4f99e..3b22f565bec3 100644
--- a/graphics/xface.el/Makefile
+++ b/graphics/xface.el/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xface.el
PORTVERSION= 1.3.6.24
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= graphics elisp
MASTER_SITES= http://www.jpl.org/ftp/pub/elisp/ \
ftp://ftp.jpl.org/pub/elisp/
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
index f253de955665..cc0c8d26c83b 100644
--- a/irc/riece/Makefile
+++ b/irc/riece/Makefile
@@ -3,7 +3,7 @@
PORTNAME= riece
PORTVERSION= 9.0.0
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= irc elisp
MASTER_SITES= SAVANNAH
diff --git a/japanese/boiled-mozc/Makefile b/japanese/boiled-mozc/Makefile
index c880d9a15065..a2d0ed1d1d95 100644
--- a/japanese/boiled-mozc/Makefile
+++ b/japanese/boiled-mozc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= boiled-mozc
PORTVERSION= 0.7
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTVERSIONPREFIX=v
CATEGORIES= japanese editors elisp
diff --git a/japanese/ddskk/Makefile b/japanese/ddskk/Makefile
index 58d8f4569a31..28d71d76ed3a 100644
--- a/japanese/ddskk/Makefile
+++ b/japanese/ddskk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ddskk
PORTVERSION= 15.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ \
ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \
diff --git a/japanese/egg-canna/Makefile b/japanese/egg-canna/Makefile
index 026f73bb74bc..5a5fe748205c 100644
--- a/japanese/egg-canna/Makefile
+++ b/japanese/egg-canna/Makefile
@@ -3,7 +3,7 @@
PORTNAME= egg-canna
PORTVERSION= 20011110
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= japanese editors elisp
MASTER_SITES= http://cgi18.plala.or.jp/nyy/canna/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile
index 75e391bdca0f..af95d16eec79 100644
--- a/japanese/lookup/Makefile
+++ b/japanese/lookup/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lookup
PORTVERSION= 1.4.1
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index 0f5292e9015e..f1abf39f1295 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mozc
PORTVERSION= 2.20.2677.102.02
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= japanese
MAINTAINER= hrs@FreeBSD.org
diff --git a/japanese/navi2ch/Makefile b/japanese/navi2ch/Makefile
index 6921794d7112..ffaea7547e7c 100644
--- a/japanese/navi2ch/Makefile
+++ b/japanese/navi2ch/Makefile
@@ -3,7 +3,7 @@
PORTNAME= navi2ch
PORTVERSION= 2.0.0.d
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= japanese www elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/japanese/yc.el/Makefile b/japanese/yc.el/Makefile
index b26b699a0fcd..594bde684f0d 100644
--- a/japanese/yc.el/Makefile
+++ b/japanese/yc.el/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yc.el
PORTVERSION= 5.2.1
-PORTREVISION= 10
+PORTREVISION= 11
PORTEPOCH= 1
CATEGORIES= japanese elisp
MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/
diff --git a/lang/quack/Makefile b/lang/quack/Makefile
index 3b124e981965..b4a3551bf05d 100644
--- a/lang/quack/Makefile
+++ b/lang/quack/Makefile
@@ -3,6 +3,7 @@
PORTNAME= quack
PORTVERSION= 0.47
+PORTREVISION= 1
CATEGORIES= lang scheme elisp
MASTER_SITES= http://www.neilvandyke.org/quack/
DISTNAME= ${PORTNAME}
diff --git a/mail/c-sig/Makefile b/mail/c-sig/Makefile
index 607c9f59242e..68a35aaf94d2 100644
--- a/mail/c-sig/Makefile
+++ b/mail/c-sig/Makefile
@@ -3,7 +3,7 @@
PORTNAME= c-sig
PORTVERSION= 3.8
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= mail elisp
MASTER_SITES= LOCAL/tota/${PORTNAME}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/mail/wanderlust-devel/Makefile b/mail/wanderlust-devel/Makefile
index 71880ebc7441..cb85cc37ebd1 100644
--- a/mail/wanderlust-devel/Makefile
+++ b/mail/wanderlust-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wanderlust
PORTVERSION= 2.15.9.b.${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= mail elisp
PKGNAMESUFFIX= -devel-${EMACS_PORT_NAME}
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
index 6f49702296b5..1aef3bd56361 100644
--- a/mail/wanderlust/Makefile
+++ b/mail/wanderlust/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wanderlust
PORTVERSION= 2.14.0
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= mail elisp
MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \
http://www.jpl.org/elips/wl/
diff --git a/mail/x-face-e21/Makefile b/mail/x-face-e21/Makefile
index 1c0230e59b61..837395cd1c29 100644
--- a/mail/x-face-e21/Makefile
+++ b/mail/x-face-e21/Makefile
@@ -3,7 +3,7 @@
PORTNAME= x-face-e21
PORTVERSION= 20070306
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= mail elisp
MASTER_SITES= http://www.jpl.org/elips/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/mail/xcite/Makefile b/mail/xcite/Makefile
index 2810cbd92c30..dd412646e70b 100644
--- a/mail/xcite/Makefile
+++ b/mail/xcite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xcite
PORTVERSION= 1.60
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= mail elisp
MASTER_SITES= http://www.gentei.org/~yuuji/software/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile
index 45706f2aa93e..3a550537b812 100644
--- a/misc/elscreen/Makefile
+++ b/misc/elscreen/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elscreen
PORTVERSION= 1.4.6
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= misc elisp
MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
diff --git a/net-im/jabber.el/Makefile b/net-im/jabber.el/Makefile
index b591f9cce861..3ee11ad36a97 100644
--- a/net-im/jabber.el/Makefile
+++ b/net-im/jabber.el/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jabber.el
PORTVERSION= 0.8.92
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im elisp
MASTER_SITES= SF/emacs-jabber/emacs-jabber%20beta%20versions/${PORTVERSION}
DISTNAME= emacs-jabber-${PORTVERSION}
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 4c9ad574f201..1bdb8c271f22 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tramp
PORTVERSION= 2.3.0
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net elisp
MASTER_SITES= GNU
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 5e036c0a6617..815c6154a940 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -3,6 +3,7 @@
PORTNAME= auctex
PORTVERSION= 11.90
+PORTREVISION= 1
CATEGORIES= print elisp
MASTER_SITES= GNU
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile
index 76723ce6f829..e78481b13bda 100644
--- a/textproc/dictem/Makefile
+++ b/textproc/dictem/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dictem
PORTVERSION= 1.0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc net elisp
MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile
index 5649d32c05f0..233b8c1a4a2e 100644
--- a/textproc/dictionary/Makefile
+++ b/textproc/dictionary/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dictionary
PORTVERSION= 1.8.7
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= textproc net elisp
MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \
http://bsdchat.com/dist/dryice/
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile
index 84772be618e3..3e967a5b7e70 100644
--- a/textproc/emacs-wiki/Makefile
+++ b/textproc/emacs-wiki/Makefile
@@ -3,7 +3,7 @@
PORTNAME= emacs-wiki
PORTVERSION= 2.72
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= textproc elisp
MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ \
http://dryice.name/computer/FreeBSD/distfiles/
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile
index 8d59822fbd34..3b246583c15c 100644
--- a/textproc/uim-el/Makefile
+++ b/textproc/uim-el/Makefile
@@ -3,7 +3,7 @@
PORTNAME= uim-el
PORTVERSION= 1.8.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= https://github.com/uim/uim/releases/download/uim-${PORTVERSION}/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/textproc/yaml-mode.el/Makefile b/textproc/yaml-mode.el/Makefile
index 594ff51848e0..84e3bab3c68b 100644
--- a/textproc/yaml-mode.el/Makefile
+++ b/textproc/yaml-mode.el/Makefile
@@ -3,6 +3,7 @@
PORTNAME= yaml-mode.el
PORTVERSION= 0.0.13
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= textproc elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile
index 13ffe3cd7426..f84cd13b5bbd 100644
--- a/www/emacs-w3m/Makefile
+++ b/www/emacs-w3m/Makefile
@@ -3,6 +3,7 @@
PORTNAME= emacs-w3m
PORTVERSION= 1.4.567.b.${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= www elisp
MASTER_SITES= LOCAL/nobutaka
PKGNAMESUFFIX= -${EMACS_PORT_NAME}