diff options
author | ashish <ashish@FreeBSD.org> | 2015-04-27 18:29:27 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-04-27 18:29:27 +0800 |
commit | 0757ea8a2c364be5ac752540b19efb59b16e219d (patch) | |
tree | e522e319a070f2df545d1bf3366b75f936c6875e /editors | |
parent | d63d9c1d054a702d22635c31e8bf6b396fe0b64c (diff) | |
download | freebsd-ports-gnome-0757ea8a2c364be5ac752540b19efb59b16e219d.tar.gz freebsd-ports-gnome-0757ea8a2c364be5ac752540b19efb59b16e219d.tar.zst freebsd-ports-gnome-0757ea8a2c364be5ac752540b19efb59b16e219d.zip |
- Chase GNU Emacs updates
PR: 199553
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/psgml/Makefile | 2 | ||||
-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 |
9 files changed, 9 insertions, 7 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 18f73434708c..76f98b54b74f 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apel PORTVERSION= ${APEL_VER} -PORTREVISION= 11 +PORTREVISION= 12 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 ea892b7fed2c..cf33da8f0ac8 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -3,7 +3,7 @@ PORTNAME= flim PORTVERSION= ${FLIM_VER} -PORTREVISION= 13 +PORTREVISION= 14 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 f2f8134802c4..c32634263c98 100644 --- a/editors/paredit-mode.el/Makefile +++ b/editors/paredit-mode.el/Makefile @@ -2,6 +2,7 @@ PORTNAME= paredit-mode.el PORTVERSION= 24 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= http://mumble.net/~campbell/emacs/ DISTNAME= paredit-${PORTVERSION}.el diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 5c4a82742cf3..73517e24fd24 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -3,7 +3,7 @@ PORTNAME= psgml PORTVERSION= 1.3.2 -PORTREVISION= 21 +PORTREVISION= 22 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 323a814aee45..e64b3c163754 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -3,7 +3,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER} -PORTREVISION= 16 +PORTREVISION= 17 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 f24c9eae302e..bf1e3fd8a8bf 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -3,6 +3,7 @@ PORTNAME= slime PORTVERSION= 2.12 +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 4274c4543cb6..79f2078839be 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -3,7 +3,7 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.19 -PORTREVISION= 12 +PORTREVISION= 13 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 90bd1e1cc119..eed9b5260d4b 100644 --- a/editors/tree-widget/Makefile +++ b/editors/tree-widget/Makefile @@ -3,7 +3,7 @@ PORTNAME= tree-widget PORTVERSION= 2.0 -PORTREVISION= 15 +PORTREVISION= 16 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 c44950b68895..44541e42bcae 100644 --- a/editors/yasnippet/Makefile +++ b/editors/yasnippet/Makefile @@ -2,7 +2,7 @@ PORTNAME= yasnippet PORTVERSION= 0.6.1c -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |