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 /lang | |
parent | c91a7b7685cb9c69c0ab606d450674097a4834c9 (diff) | |
download | freebsd-ports-graphics-32302418f14903d353b6fa4f309d516ab89ad14a.tar.gz freebsd-ports-graphics-32302418f14903d353b6fa4f309d516ab89ad14a.tar.zst freebsd-ports-graphics-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 'lang')
-rw-r--r-- | lang/bigloo/Makefile | 1 | ||||
-rw-r--r-- | lang/clojure-mode.el/Makefile | 2 | ||||
-rw-r--r-- | lang/csharp-mode.el/Makefile | 2 | ||||
-rw-r--r-- | lang/ocaml-mode.el/Makefile | 2 | ||||
-rw-r--r-- | lang/tuareg-mode.el/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index d6ba606f002..8872101e263 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -3,6 +3,7 @@ PORTNAME= bigloo PORTVERSION= 4.0a +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= ftp://ftp-sop.inria.fr/indes/fp/Bigloo/ DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/lang/clojure-mode.el/Makefile b/lang/clojure-mode.el/Makefile index 336a40cc840..b8659bf0c0a 100644 --- a/lang/clojure-mode.el/Makefile +++ b/lang/clojure-mode.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= clojure-mode.el PORTVERSION= 20090718 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang elisp MASTER_SITES= http://distfiles.scode.org/ports/ DISTNAME= clojure-mode-${PORTVERSION} diff --git a/lang/csharp-mode.el/Makefile b/lang/csharp-mode.el/Makefile index f6b4fbed7d3..afab20a9f4e 100644 --- a/lang/csharp-mode.el/Makefile +++ b/lang/csharp-mode.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= csharp-mode.el PORTVERSION= 0.8.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang elisp MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}.el diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile index 420d8284e71..f41e2f80be4 100644 --- a/lang/ocaml-mode.el/Makefile +++ b/lang/ocaml-mode.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= caml-mode PORTVERSION= 3.01 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= lang elisp MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ ${MASTER_SITE_LOCAL} diff --git a/lang/tuareg-mode.el/Makefile b/lang/tuareg-mode.el/Makefile index aecf199e4da..74563d488fa 100644 --- a/lang/tuareg-mode.el/Makefile +++ b/lang/tuareg-mode.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuareg-mode PORTVERSION= 1.45.6 -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= lang elisp MASTER_SITES= http://www-rocq.inria.fr/~acohen/tuareg/mode/ |