diff options
author | ashish <ashish@FreeBSD.org> | 2013-03-30 13:13:30 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2013-03-30 13:13:30 +0800 |
commit | 32302418f14903d353b6fa4f309d516ab89ad14a (patch) | |
tree | b7bada52f6c86c598f322b8419f7e1f930917b31 /textproc | |
parent | c91a7b7685cb9c69c0ab606d450674097a4834c9 (diff) | |
download | freebsd-ports-gnome-32302418f14903d353b6fa4f309d516ab89ad14a.tar.gz freebsd-ports-gnome-32302418f14903d353b6fa4f309d516ab89ad14a.tar.zst freebsd-ports-gnome-32302418f14903d353b6fa4f309d516ab89ad14a.zip |
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
editors/emacs23:
- Remove ABI versions from LIB_DEPENDS
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
Mk/bsd.emacs.mk:
- Update major version for editors/emacs port
*:
- Bump PORTREVISION to chase Emacs updates
PR: ports/177428[2]
Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dictem/Makefile | 2 | ||||
-rw-r--r-- | textproc/dictionary/Makefile | 2 | ||||
-rw-r--r-- | textproc/doc-mode.el/Makefile | 2 | ||||
-rw-r--r-- | textproc/ibus-el/Makefile | 1 | ||||
-rw-r--r-- | textproc/markdown-mode.el/Makefile | 1 | ||||
-rw-r--r-- | textproc/muse/Makefile | 2 | ||||
-rw-r--r-- | textproc/rst.el/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-el/Makefile | 2 | ||||
-rw-r--r-- | textproc/yaml-mode.el/Makefile | 2 |
9 files changed, 9 insertions, 7 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 1dfe5fe21d1a..5a4c458dd91b 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -6,7 +6,7 @@ PORTNAME= dictem PORTVERSION= 1.0.2 -PORTREVISION= 10 +PORTREVISION= 11 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 ae2d5ca3bf85..4efb696095c3 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -7,7 +7,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ diff --git a/textproc/doc-mode.el/Makefile b/textproc/doc-mode.el/Makefile index 77aa0a61c54b..2cc5b24ebaed 100644 --- a/textproc/doc-mode.el/Makefile +++ b/textproc/doc-mode.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= doc-mode.el PORTVERSION= 1.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc elisp MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION} DISTNAME= doc-mode-${PORTVERSION} diff --git a/textproc/ibus-el/Makefile b/textproc/ibus-el/Makefile index 2158a1f1b56f..101a156b2850 100644 --- a/textproc/ibus-el/Makefile +++ b/textproc/ibus-el/Makefile @@ -3,6 +3,7 @@ PORTNAME= ibus-el PORTVERSION= 0.3.2 #PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc elisp MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} diff --git a/textproc/markdown-mode.el/Makefile b/textproc/markdown-mode.el/Makefile index 88716df86e38..e2201a68804d 100644 --- a/textproc/markdown-mode.el/Makefile +++ b/textproc/markdown-mode.el/Makefile @@ -2,6 +2,7 @@ PORTNAME= markdown-mode.el PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://jblevins.org/projects/markdown-mode/ DISTNAME= markdown-mode.el diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile index f37826773ed5..8fab43945c2a 100644 --- a/textproc/muse/Makefile +++ b/textproc/muse/Makefile @@ -7,7 +7,7 @@ PORTNAME= muse PORTVERSION= 3.20 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc elisp MASTER_SITES= http://download.gna.org/muse-el/ \ ${MASTER_SITE_LOCAL} \ diff --git a/textproc/rst.el/Makefile b/textproc/rst.el/Makefile index 0a759c8dd560..56413d01c414 100644 --- a/textproc/rst.el/Makefile +++ b/textproc/rst.el/Makefile @@ -3,7 +3,7 @@ PORTNAME= rst.el PORTVERSION= 6390 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc elisp MASTER_SITES= http://svn.berlios.de/viewcvs/docutils/trunk/docutils/tools/editors/emacs/ PKGNAMESUFFIX= -${EMACS_NAME} diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index fff3cd9c882f..4b84937f050e 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -7,7 +7,7 @@ PORTNAME= uim-el PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= -${EMACS_PORT_NAME} diff --git a/textproc/yaml-mode.el/Makefile b/textproc/yaml-mode.el/Makefile index 1bac518c7dfa..00437d0a2bd2 100644 --- a/textproc/yaml-mode.el/Makefile +++ b/textproc/yaml-mode.el/Makefile @@ -3,7 +3,7 @@ PORTNAME= yaml-mode.el PORTVERSION= 0.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} |