diff options
author | ashish <ashish@FreeBSD.org> | 2014-11-05 21:19:31 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-11-05 21:19:31 +0800 |
commit | ed7dde01943e1438753bd0ae82d1795e4a7ad234 (patch) | |
tree | b752c6e578dfd5d4360bbbf89a48a3dcc5f7f963 /editors | |
parent | 28ad52274a58566f5f7925b656b688a691a0974d (diff) | |
download | freebsd-ports-gnome-ed7dde01943e1438753bd0ae82d1795e4a7ad234.tar.gz freebsd-ports-gnome-ed7dde01943e1438753bd0ae82d1795e4a7ad234.tar.zst freebsd-ports-gnome-ed7dde01943e1438753bd0ae82d1795e4a7ad234.zip |
- Chase GNU Emacs updates
PR: 194624
Diffstat (limited to 'editors')
-rw-r--r-- | editors/apel/Makefile | 2 | ||||
-rw-r--r-- | editors/flim/Makefile | 2 | ||||
-rw-r--r-- | editors/paredit-mode.el/Makefile | 1 | ||||
-rw-r--r-- | editors/semi/Makefile | 2 | ||||
-rw-r--r-- | editors/slime/Makefile | 1 | ||||
-rw-r--r-- | editors/tamago/Makefile | 2 | ||||
-rw-r--r-- | editors/tree-widget/Makefile | 2 | ||||
-rw-r--r-- | editors/yasnippet/Makefile | 2 |
8 files changed, 8 insertions, 6 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 3bb4dda8cb51..ecca5e374fd7 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apel PORTVERSION= ${APEL_VER} -PORTREVISION= 9 +PORTREVISION= 10 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 80283777f323..9b41af68e064 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -3,7 +3,7 @@ PORTNAME= flim PORTVERSION= ${FLIM_VER} -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/flim/flim-1.14/ diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile index 203a5ae4f738..36a2bb68e99c 100644 --- a/editors/paredit-mode.el/Makefile +++ b/editors/paredit-mode.el/Makefile @@ -2,6 +2,7 @@ PORTNAME= paredit-mode.el PORTVERSION= 23 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= http://mumble.net/~campbell/emacs/ DISTNAME= paredit-${PORTVERSION}.el diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 1d31043b66f8..323a814aee45 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -3,7 +3,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER} -PORTREVISION= 15 +PORTREVISION= 16 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 d40dca7e87a1..783e87868023 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -3,6 +3,7 @@ PORTNAME= slime PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= https://codeload.github.com/slime/slime/legacy.tar.gz/v${PORTVERSION}?dummy=/ diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index d570cffada33..7f2a76768fcf 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -3,7 +3,7 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.19 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg diff --git a/editors/tree-widget/Makefile b/editors/tree-widget/Makefile index 97ece75afc3b..90bd1e1cc119 100644 --- a/editors/tree-widget/Makefile +++ b/editors/tree-widget/Makefile @@ -3,7 +3,7 @@ PORTNAME= tree-widget PORTVERSION= 2.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors elisp MASTER_SITES= SF/emhacks/${PORTNAME}/${PORTVERSION} \ http://dryice.name/computer/FreeBSD/distfiles/ diff --git a/editors/yasnippet/Makefile b/editors/yasnippet/Makefile index d4473fb2467c..213927f7cd2f 100644 --- a/editors/yasnippet/Makefile +++ b/editors/yasnippet/Makefile @@ -2,7 +2,7 @@ PORTNAME= yasnippet PORTVERSION= 0.6.1c -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |